aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAge
* Fix bugs in libpq's GSSAPI encryption support.Tom Lane2020-12-28
* Expose the default for channel_binding in PQconndefaults().Tom Lane2020-12-28
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-19
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-01
* Fix bugs in libpq's management of GSS encryption state.Tom Lane2020-07-13
* Change libpq's default ssl_min_protocol_version to TLSv1.2.Tom Lane2020-06-27
* Use explicit_bzero() when clearing sslpassword in libpqMichael Paquier2020-05-21
* 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 issues around .pgpass file.Fujii Masao2020-03-05
* 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
* Extensive code review for GSSAPI encryption mechanism.Tom Lane2020-01-11
* Improve GSSAPI Encryption startup comment in libpqStephen Frost2020-01-08
* 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
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-30
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* 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
* Add libpq parameter 'channel_binding'.Jeff Davis2019-09-23
* Restructure libpq code to remove some duplicityAlvaro Herrera2019-09-10
* Message style fixesPeter Eisentraut2019-09-06
* libpq: ccache -> credential cachePeter Eisentraut2019-09-06
* Use explicit_bzeroPeter Eisentraut2019-09-05
* Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane2019-08-18
* Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier2019-08-09
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* Tweak libpq's PQhost, PQhostaddr, and psql's \connectAlvaro Herrera2019-06-14
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* GSSAPI: Improve documentation and testsStephen Frost2019-04-19
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Handle errors during GSSAPI startup betterStephen Frost2019-04-04
* GSSAPI encryption supportStephen Frost2019-04-03
* Restructure libpq's handling of send failures.Tom Lane2019-03-19
* Remove duplicate variable declaration in fe-connect.cMichael Paquier2019-02-22
* Update copyright for 2019Bruce Momjian2019-01-02
* psql: Show IP address in \conninfoAlvaro Herrera2018-11-19
* Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane2018-09-26
* Parse more strictly integer parameters from connection strings in libpqMichael Paquier2018-09-12
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-09