summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move declaration of ecpg_gettext() to a saner place.Tom Lane2019-11-072-6/+6
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-079-354/+296
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-055-15/+63
* Fix typos in the codeMichael Paquier2019-10-302-6/+6
* Fix compiler warnings in ecpg testsPeter Eisentraut2019-10-293-291/+303
* Revert "Revert part of commit dddf4cdc3."Tom Lane2019-10-251-1/+1
* Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane2019-10-251-12/+0
* Revert part of commit dddf4cdc3.Amit Kapila2019-10-251-1/+1
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-2527-96/+82
* Remove libpq-dist.rcPeter Eisentraut2019-10-232-7/+1
* Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier2019-10-231-2/+4
* Fix error reporting of connect_timeout in libpq for value parsingMichael Paquier2019-10-211-0/+4
* Fix parsing of integer values for connection parameters in libpqMichael Paquier2019-10-211-6/+23
* Clean up MinGW def file generationPeter Eisentraut2019-10-204-4/+4
* Fix use of term "verifier"Peter Eisentraut2019-10-123-5/+5
* Put back pqsignal() as an exported libpq symbol.Tom Lane2019-10-103-2/+59
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-083-241/+227
* Remove use of deprecated Autoconf definePeter Eisentraut2019-10-072-6/+6
* Fix confusing error caused by connection parameter channel_bindingMichael Paquier2019-10-011-4/+18
* Fix bogus order of error checks in new channel_binding code.Tom Lane2019-09-291-5/+5