summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2022-07-03Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch
2022-07-02ecpglib: call newlocale() once per process.Noah Misch
2022-06-14Avoid ecpglib core dump with out-of-order operations.Tom Lane
2022-06-06Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane
2022-05-26Remove misguided SSL key file ownership check in libpq.Tom Lane
2022-05-09Translation updatesPeter Eisentraut
2022-04-17Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch
2022-03-31Add missing newline in one libpq error message.Tom Lane
2022-03-04Fix pg_regress to print the correct postmaster address on Windows.Tom Lane
2022-03-02Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-12Fix thinko in PQisBusy().Tom 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-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-09Translation updatesPeter Eisentraut
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-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-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-12-28Expose the default for channel_binding in PQconndefaults().Tom Lane
2020-11-09Translation updatesPeter Eisentraut
2020-11-07Avoid re-using output variables in new ecpg test case.Tom Lane
2020-11-07Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane
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-21Translation updatesPeter Eisentraut
2020-09-14Translation updatesPeter Eisentraut
2020-09-01Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane
2020-08-10Translation updatesPeter Eisentraut
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-08-03Fix behavior of ecpg's "EXEC SQL elif name".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-27Fix list of SSL error codes for older OpenSSL versions.Tom Lane
2020-06-27Add hints about protocol-version-related SSL connection failures.Tom Lane
2020-06-27Change libpq's default ssl_min_protocol_version to TLSv1.2.Tom Lane
2020-06-22Translation updatesPeter Eisentraut
2020-06-07Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane
2020-05-26Message wording tweaksPeter Eisentraut