--- sql/pgsql/ChangeLog 2015/11/03 12:30:26 1.17 +++ sql/pgsql/ChangeLog 2021/11/08 18:33:23 1.19 @@ -1,3 +1,44 @@ +2021-11-08 moko + + * parser3pgsql.C: support for multiple client libraries + specification, comma separated + + * configure.ac: 10.6 -> 10.7 due to feature #1214 + + * parser3pgsql.C: postgresql:// scheme connect options are now + supported (implements feature #1214) + +2021-11-03 moko + + * parser3pgsql.C: PQsetdbLogin moved after options parsing + + * parser3pgsql.C: minor whitespace + + * parser3pgsql.C: with_default_transaction removed, autocommit + implemented similar to mysql (related to feature #1214) + +2020-02-18 moko + + * parser3pgsql.vcproj, libltdl/libltdl.vcproj: -MD -> -MT to remove + msvcp71.dll/etc dependency (related to feature #1200) + +2019-12-01 moko + + * config_fixed.h, config_includes.h, parser3pgsql.C: Copyright year + updated + + * configure.ac: 10.5 -> 10.6 due to feature #1191 + +2019-10-25 moko + + * parser3pgsql.C: WithoutDefaultTransaction -> + with_default_transaction, disabled by default (implements feature + #1191) + +2017-12-10 moko + + * README: README actualized + 2015-10-26 moko * Makefile.am, config_auto.h.in: warning war: configure.in ->