summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Message wording tweaksPeter Eisentraut2020-05-261-4/+4
* Clear some style deviations.Noah Misch2020-05-211-1/+1
* Use explicit_bzero() when clearing sslpassword in libpqMichael Paquier2020-05-211-0/+3
* Translation updatesPeter Eisentraut2020-05-185-435/+523
* Fix bugs in OpenSSL hook renaming.Tom Lane2020-05-163-5/+5
* Rename PQsetSSLKeyPassHook and friendsAndrew Dunstan2020-05-163-14/+14
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-163-3/+3
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-146-26/+27
* Fix typo in comment on OpenSSL PEM password callback type name.Heikki Linnakangas2020-05-141-1/+1
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-132-2/+2
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-122-2/+2
* Translation updatesPeter Eisentraut2020-05-1132-3195/+5833
* Fix severe memory leaks in GSSAPI encryption support.Tom Lane2020-05-051-0/+9
* Fix capitalization of messages, per style guidePeter Eisentraut2020-05-051-3/+3
* Add missing newlines in error messagesPeter Eisentraut2020-05-032-2/+2
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-303-29/+29
* Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier2020-04-221-1/+1
* Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds"Andrew Dunstan2020-04-171-2/+0
* Only provide new libpq sslpasskey hook for openssl-enabled buildsAndrew Dunstan2020-04-171-0/+2
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-131-1/+2
* Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian2020-03-312-2/+2
* Fix issues around .pgpass file.Fujii Masao2020-03-051-0/+33
* Remove long unused code behind a #if 0Peter Eisentraut2020-03-021-82/+0
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-0/+1
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-283-4/+4
* Fix compiler warnings on 64-bit WindowsPeter Eisentraut2020-02-218-100/+106
* Fix assorted error-cleanup bugs in SSL min/max protocol version code.Tom Lane2020-02-022-3/+10
* Allow building without default socket directoryPeter Eisentraut2020-01-311-5/+10
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-307-54/+35
* Fix dispsize for libpq connection parameters channel_binding and gssencmodeMichael Paquier2020-01-291-3/+3
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-283-0/+204
* Fix out-of-memory handling in ecpglib.Tom Lane2020-01-191-13/+24
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-162-21/+1
* Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut2020-01-153-43/+4
* Reduce size of backend scanner's tables.Tom Lane2020-01-138-185/+233
* Extensive code review for GSSAPI encryption mechanism.Tom Lane2020-01-113-158/+292
* Improve GSSAPI Encryption startup comment in libpqStephen Frost2020-01-081-4/+6
* Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier2020-01-061-4/+1
* Update copyrights for 2020Bruce Momjian2020-01-0142-42/+42
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-202-35/+16
* Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut2019-12-161-3/+7
* Remove PQsslpassword functionAndrew Dunstan2019-12-073-13/+3
* Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier2019-12-061-9/+0
* Offer pnstrdup to frontend codeAlvaro Herrera2019-12-041-20/+1
* Add dummy versions of new SSL functions for non-SSL buildsAndrew Dunstan2019-12-011-0/+18
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-305-4/+124
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-305-7/+41
* Remove useless "return;" linesAlvaro Herrera2019-11-285-7/+0
* Make the order of the header file includes consistent.Amit Kapila2019-11-255-9/+9
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-122-14/+27