summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-int.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-0/+2
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-2/+0
* Add support for Kerberos credential delegationStephen Frost2023-04-071-0/+2
* Support connection load balancing in libpqDaniel Gustafsson2023-03-291-1/+16
* Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson2023-03-291-3/+4
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-271-0/+1
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-241-0/+3
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-141-0/+9
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-151-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* libpq: Handle NegotiateProtocolVersion messagePeter Eisentraut2022-11-171-0/+1
* libpq error message refactoringPeter Eisentraut2022-11-151-0/+3
* libpq code should use libpq_gettext(), not _()Peter Eisentraut2022-08-251-0/+5
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-1/+2
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-051-2/+4
* Fix missed cases in libpq's error handling.Tom Lane2022-04-211-0/+8
* Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane2022-02-181-2/+24
* Make PQcancel use the PGconn's tcp_user_timeout and keepalives settings.Tom Lane2022-01-181-0/+7
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Improve libpq's handling of OOM during error message construction.Tom Lane2021-07-291-1/+1
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-071-0/+2
* Remove libpq's use of abort(3) to handle mutex failure cases.Tom Lane2021-06-291-7/+0
* libpq: Set Server Name Indication (SNI) for SSL connectionsPeter Eisentraut2021-04-071-0/+1
* Improve PQtrace() output formatAlvaro Herrera2021-03-301-0/+7
* Implement pipeline mode in libpqAlvaro Herrera2021-03-151-12/+48
* Set libcrypto callbacks for all connection threads in libpqMichael Paquier2021-03-111-3/+10
* Revert changes for SSL compression in libpqMichael Paquier2021-03-101-0/+1
* libpq: Remove deprecated connection parameters authtype and ttyPeter Eisentraut2021-03-091-2/+0
* Remove support for SSL compressionMichael Paquier2021-03-091-1/+0
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-041-35/+1
* Extend the abilities of libpq's target_session_attrs parameter.Tom Lane2021-03-021-3/+24
* Allow specifying CRL directoryPeter Eisentraut2021-02-181-0/+1
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-111-7/+11
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-301-2/+2
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-281-0/+2
* Extensive code review for GSSAPI encryption mechanism.Tom Lane2020-01-111-0/+17
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-201-10/+4
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-301-0/+2
* Add libpq parameter 'channel_binding'.Jeff Davis2019-09-231-0/+2
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-2/+3
* Remove more unreferenced function declarationsMichael Paquier2019-07-071-1/+0
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-19/+19
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-061-0/+1
* GSSAPI encryption supportStephen Frost2019-04-031-0/+23
* Restructure libpq's handling of send failures.Tom Lane2019-03-191-1/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* psql: Show IP address in \conninfoAlvaro Herrera2018-11-191-0/+1