aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* 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
* Fix parsing of integer values for connection parameters in libpqMichael Paquier2019-10-21
* Clean up MinGW def file generationPeter Eisentraut2019-10-20
* Fix use of term "verifier"Peter Eisentraut2019-10-12
* Put back pqsignal() as an exported libpq symbol.Tom Lane2019-10-10
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-08
* Remove use of deprecated Autoconf definePeter Eisentraut2019-10-07
* Fix confusing error caused by connection parameter channel_bindingMichael Paquier2019-10-01
* Fix bogus order of error checks in new channel_binding code.Tom Lane2019-09-29
* Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier2019-09-28