summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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 12.7.REL_12_7Tom 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 12.6.REL_12_6Tom Lane
2021-02-08Translation updatesPeter Eisentraut
2021-01-28Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2020-12-28Fix bugs in libpq's GSSAPI encryption support.Tom Lane
2020-11-09Stamp 12.5.REL_12_5Tom 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 12.4.REL_12_4Tom Lane
2020-08-10Translation updatesPeter Eisentraut
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-07-27Fix handling of structure for bytea data type in ECPGMichael Paquier
2020-07-13Fix bugs in libpq's management of GSS encryption state.Tom Lane
2020-06-30Fix ecpg crash with bytea and cursor variables.Michael Meskes
2020-06-07Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane
2020-05-11Stamp 12.3.REL_12_3Tom Lane
2020-05-11Translation updatesPeter Eisentraut
2020-05-05Fix severe memory leaks in GSSAPI encryption support.Tom Lane
2020-04-22Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier
2020-03-31Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian
2020-02-10Stamp 12.2.REL_12_2Tom Lane
2020-02-10Translation updatesPeter Eisentraut
2020-01-29Fix dispsize for libpq connection parameters channel_binding and gssencmodeMichael Paquier
2020-01-19Fix out-of-memory handling in ecpglib.Tom Lane
2020-01-11Extensive code review for GSSAPI encryption mechanism.Tom Lane
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 12.1.REL_12_1Tom Lane
2019-11-11Translation updatesPeter Eisentraut
2019-11-07Move declaration of ecpg_gettext() to a saner place.Tom Lane
2019-10-25Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane
2019-10-23Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier
2019-10-21Fix error reporting of connect_timeout in libpq for value parsingMichael Paquier
2019-10-21Fix parsing of integer values for connection parameters in libpqMichael Paquier
2019-10-10Put back pqsignal() as an exported libpq symbol.Tom Lane
2019-09-29Translation updatesPeter Eisentraut
2019-09-23Translation updatesPeter Eisentraut
2019-09-21Remove removed file from nls.mkPeter Eisentraut
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-09-19GSSAPI error message improvementsPeter Eisentraut
2019-09-19Revert change of ecpglib major versionPeter Eisentraut
2019-09-09Translation updatesPeter Eisentraut