summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2022-03-02Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-07Stamp 11.15.REL_11_15Tom Lane
2022-02-07Translation updatesPeter Eisentraut
2022-01-21Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane
2022-01-17Avoid calling strerror[_r] in PQcancel().Tom Lane
2021-12-13backpatch "Set application_name per-test in isolation and ecpg tests."Andres Freund
2021-11-08Stamp 11.14.REL_11_14Tom Lane
2021-11-08libpq: reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-11-08Translation updatesPeter Eisentraut
2021-09-13Fix error handling with threads on OOM in ECPG connection logicMichael Paquier
2021-08-17Set type identifier on BIODaniel Gustafsson
2021-08-09Stamp 11.13.REL_11_13Tom Lane
2021-07-30Fix expect file for MinGW32 ECPG regression testsJohn Naylor
2021-07-30Fix range check in ECPG numeric to int conversionJohn Naylor
2021-06-28Don't use abort(3) in libpq's fe-print.c.Tom Lane
2021-06-23Don't assume GSSAPI result strings are null-terminated.Tom Lane
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-05-10Stamp 11.12.REL_11_12Tom Lane
2021-05-10Translation updatesPeter Eisentraut
2021-04-02Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian
2021-03-11Re-simplify management of inStart in pqParseInput3's subroutines.Tom Lane
2021-02-08Stamp 11.11.REL_11_11Tom Lane
2021-01-28Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2020-11-09Stamp 11.10.REL_11_10Tom Lane
2020-11-09Translation updatesPeter Eisentraut
2020-10-24Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane
2020-10-19In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane
2020-09-01Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane
2020-08-10Stamp 11.9.REL_11_9Tom Lane
2020-08-10Translation updatesPeter Eisentraut
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-05-11Stamp 11.8.REL_11_8Tom Lane
2020-04-21Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier
2020-02-10Stamp 11.7.REL_11_7Tom Lane
2020-02-10Translation updatesPeter Eisentraut
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-11-30Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra
2019-11-11Stamp 11.6.REL_11_6Tom Lane
2019-11-11Translation updatesPeter Eisentraut
2019-11-07Move declaration of ecpg_gettext() to a saner place.Tom Lane
2019-08-05Stamp 11.5.REL_11_5Tom Lane
2019-08-05Translation updatesPeter Eisentraut
2019-07-25Fix failures to ignore \r when reading Windows-style newlines.Tom Lane
2019-06-17Stamp 11.4.REL_11_4Tom Lane
2019-06-17Translation updatesPeter Eisentraut
2019-06-17Fix buffer overflow when processing SCRAM final message in libpqMichael Paquier
2019-06-14Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane
2019-05-13Fix misuse of an integer as a bool.Tom Lane
2019-05-06Stamp 11.3.REL_11_3Tom Lane
2019-05-06Translation updatesPeter Eisentraut