aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Fix severe memory leaks in GSSAPI encryption support.Tom Lane2020-05-05
* Fix capitalization of messages, per style guidePeter Eisentraut2020-05-05
* Add missing newlines in error messagesPeter Eisentraut2020-05-03
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-30
* Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier2020-04-22
* Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds"Andrew Dunstan2020-04-17
* Only provide new libpq sslpasskey hook for openssl-enabled buildsAndrew Dunstan2020-04-17
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian2020-03-31
* Fix issues around .pgpass file.Fujii Masao2020-03-05
* Remove long unused code behind a #if 0Peter Eisentraut2020-03-02
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-28
* Fix compiler warnings on 64-bit WindowsPeter Eisentraut2020-02-21
* Fix assorted error-cleanup bugs in SSL min/max protocol version code.Tom Lane2020-02-02
* Allow building without default socket directoryPeter Eisentraut2020-01-31
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Fix dispsize for libpq connection parameters channel_binding and gssencmodeMichael Paquier2020-01-29
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-28
* Fix out-of-memory handling in ecpglib.Tom Lane2020-01-19
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-16
* Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut2020-01-15
* Reduce size of backend scanner's tables.Tom Lane2020-01-13
* Extensive code review for GSSAPI encryption mechanism.Tom Lane2020-01-11
* Improve GSSAPI Encryption startup comment in libpqStephen Frost2020-01-08
* Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier2020-01-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-20
* Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut2019-12-16
* Remove PQsslpassword functionAndrew Dunstan2019-12-07
* Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier2019-12-06
* Offer pnstrdup to frontend codeAlvaro Herrera2019-12-04
* Add dummy versions of new SSL functions for non-SSL buildsAndrew Dunstan2019-12-01
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-30
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-30
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-12
* Move declaration of ecpg_gettext() to a saner place.Tom Lane2019-11-07
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-07
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix typos in the codeMichael Paquier2019-10-30
* Fix compiler warnings in ecpg testsPeter Eisentraut2019-10-29
* Revert "Revert part of commit dddf4cdc3."Tom Lane2019-10-25
* Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane2019-10-25
* Revert part of commit dddf4cdc3.Amit Kapila2019-10-25
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Remove libpq-dist.rcPeter Eisentraut2019-10-23
* Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier2019-10-23
* Fix error reporting of connect_timeout in libpq for value parsingMichael Paquier2019-10-21