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