aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-int.h
Commit message (Expand)AuthorAge
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas10 days
* Use more mundane 'int' type for cancel key lengths in libpqHeikki Linnakangas10 days
* libpq: Add support for dumping SSL key material to fileDaniel Gustafsson2025-04-03
* Make cancel request keys longerHeikki Linnakangas2025-04-02
* libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas2025-04-02
* libpq: Handle NegotiateProtocolVersion message differentlyHeikki Linnakangas2025-04-02
* Move GSSAPI includes into its own headerDaniel Gustafsson2025-03-26
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* libpq: Handle asynchronous actions during SASLDaniel Gustafsson2025-02-06
* require_auth: prepare for multiple SASL mechanismsDaniel Gustafsson2025-01-31
* IWYU widely useful pragmasPeter Eisentraut2025-01-15
* postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut2025-01-15
* Update copyright for 2025Bruce Momjian2025-01-01
* libpq: Add service name to PGconn and PQservice()Michael Paquier2024-12-18
* Avoid mixing custom and OpenSSL BIO functionsDaniel Gustafsson2024-10-11
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* libpq: Trace all messages received from the serverAlvaro Herrera2024-08-16
* libpq: Trace responses to SSLRequest and GSSENCRequestAlvaro Herrera2024-08-14
* libpq: Trace frontend authentication challengesAlvaro Herrera2024-08-12
* Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane2024-06-13
* Remove option to fall back from direct to postgres SSL negotiationHeikki Linnakangas2024-05-16
* Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas2024-04-08
* Refactor libpq state machine for negotiating encryptionHeikki Linnakangas2024-04-08
* Support retrieval of results in chunks with libpq.Tom Lane2024-04-06
* libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera2024-03-12
* libpq: Move pg_cancel to fe-cancel.cAlvaro Herrera2024-03-12
* libpq: Change some static functions to externAlvaro Herrera2024-02-04
* libpq: Add pqReleaseConnHosts functionAlvaro Herrera2024-02-04
* libpq: Move cancellation related functions to fe-cancel.cAlvaro Herrera2024-01-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix handling of errors in libpq pipelinesAlvaro Herrera2023-12-05
* Fix timing-dependent failure in GSSAPI data transmission.Tom Lane2023-11-23
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* libpq: Add support for Close on portals and statementsMichael Paquier2023-07-04
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane2023-05-22
* Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane2023-05-21
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix typos in commentsMichael Paquier2023-05-02
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Support connection load balancing in libpqDaniel Gustafsson2023-03-29
* Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson2023-03-29
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-24
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-14
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Update copyright for 2023Bruce Momjian2023-01-02
* libpq: Handle NegotiateProtocolVersion messagePeter Eisentraut2022-11-17