summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2015-10-05Stamp 9.0.23.REL9_0_23origin/REL9_0_STABLETom Lane
2015-10-05Translation updatesPeter Eisentraut
2015-09-19Let compiler handle size calculation of bool types.Michael Meskes
2015-09-07Change type of DOW/DOY to UNITSGreg Stark
2015-08-13Fix declaration of isarray variable.Michael Meskes
2015-08-12This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes
2015-07-07Oops, PQExpBufferDataBroken doesn't exist before 9.2.Heikki Linnakangas
2015-07-07Improve handling of out-of-memory in libpq.Heikki Linnakangas
2015-06-15Check for out of memory when allocating sqlca.Michael Meskes
2015-06-15Fix memory leak in ecpglib's connect function.Michael Meskes
2015-06-13Fixed some memory leaks in ECPG.Michael Meskes
2015-06-13Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes
2015-06-09Stamp 9.0.22.REL9_0_22Tom Lane
2015-06-01Stamp 9.0.21.REL9_0_21Tom Lane
2015-05-21Back-patch libpq support for TLS versions beyond v1.Tom Lane
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Stamp 9.0.20.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Translation updatesPeter Eisentraut
2015-04-26Build libecpg with -DFRONTEND in all supported versions.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2015-03-08Fix documentation for libpq's PQfn().Tom Lane
2015-02-23Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas
2015-02-11Fixed array handling in ecpg.Michael Meskes
2015-02-02Stamp 9.0.19.REL9_0_19Tom Lane
2015-02-01Translation updatesPeter Eisentraut
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2014-11-30Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane
2014-11-25Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas
2014-11-25Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas
2014-10-29Reset error message at PQreset()Heikki Linnakangas
2014-10-22Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-06Fix array overrun in ecpg's version of ParseDateTime().Tom Lane
2014-08-18Install libpq DLL with $(INSTALL_SHLIB).Noah Misch
2014-07-21Stamp 9.0.18.REL9_0_18Tom Lane
2014-07-21Translation updatesPeter Eisentraut
2014-06-14Make pqsignal() available to pg_regress of ECPG and isolation suites.Noah Misch
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-08Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch
2014-05-07Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-05-06Fix handling of array of char pointers in ecpglib.Michael Meskes
2014-04-17Fix unused-variable warning on Windows.Tom Lane
2014-04-16Fix timeout in LDAP lookup of libpq connection parametersMagnus Hagander
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-04-09Several fixes to array handling in ecpg.Michael Meskes
2014-03-17Stamp 9.0.17.REL9_0_17Tom Lane
2014-03-16Fix advertised dispsize for libpq's sslmode connection parameter.Tom Lane