CHANGES 560 B

12345678910111213141516171819202122
  1. In 3.2.0:
  2. * #error.codename (more readable errors)
  3. * Redshift support (by allowing dynamic typecache update fail)
  4. * Aggregate small binary packets to one in epgsql_sock (network performance improvement)
  5. * Handle situations, when server initiate connection close
  6. * prepared_query APIs (useful when you need to execute one query many times with different parameters)
  7. * array of records type support
  8. * jsonb type support
  9. In 3.1.1:
  10. * It dialyzes happily now
  11. In 3.1.0:
  12. * Deal with int4range type.
  13. In 3.0.0:
  14. * Renamed everything to use the epgsql namespace.