aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-int.h
Commit message (Expand)AuthorAge
* libpq: Set Server Name Indication (SNI) for SSL connectionsPeter Eisentraut2021-04-07
* Improve PQtrace() output formatAlvaro Herrera2021-03-30
* Implement pipeline mode in libpqAlvaro Herrera2021-03-15
* Set libcrypto callbacks for all connection threads in libpqMichael Paquier2021-03-11
* Revert changes for SSL compression in libpqMichael Paquier2021-03-10
* libpq: Remove deprecated connection parameters authtype and ttyPeter Eisentraut2021-03-09
* Remove support for SSL compressionMichael Paquier2021-03-09
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Extend the abilities of libpq's target_session_attrs parameter.Tom Lane2021-03-02
* Allow specifying CRL directoryPeter Eisentraut2021-02-18
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-11
* Update copyright for 2021Bruce Momjian2021-01-02
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-30
* 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
* Update copyrights for 2020Bruce Momjian2020-01-01
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-20
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-30
* Add libpq parameter 'channel_binding'.Jeff Davis2019-09-23
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Remove more unreferenced function declarationsMichael Paquier2019-07-07
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* GSSAPI encryption supportStephen Frost2019-04-03
* Restructure libpq's handling of send failures.Tom Lane2019-03-19
* 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
* Add PQresultMemorySize function to report allocated size of a PGresult.Tom Lane2018-09-11
* In libpq, don't look up all the hostnames at once.Tom Lane2018-08-23
* Fix failure to reset libpq's state fully between connection attempts.Tom Lane2018-08-06
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Refactor client-side SSL certificate checking codePeter Eisentraut2018-01-30
* Move SSL API comments to header filesPeter Eisentraut2018-01-23
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-04
* Update copyright for 2018Bruce Momjian2018-01-02
* Add libpq connection parameter "scram_channel_binding"Peter Eisentraut2017-12-19
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-18
* Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas2017-07-10
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Refactor libpq authentication request processing.Heikki Linnakangas2017-04-13
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Fix inclusions of postgres_fe.h from .h files.Tom Lane2017-03-08
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Allow password file name to be specified as a libpq connection parameter.Tom Lane2017-01-24
* Update copyright via script for 2017Bruce Momjian2017-01-03