Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-23Fix assorted new memory leaks in libpq.Tom Lane
2025-04-29oauth: Classify oauth_client_secret as a passwordJacob Champion
2025-04-21Fix a few more duplicate words in commentsDavid Rowley
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-13Mark sslkeylogfile as Debug optionDaniel Gustafsson
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-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-16Fix error handling of pg_b64_decode()Peter 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-11-19libpq: Improve error message when parsing URI parameters and keywordsMichael Paquier
2024-11-11libpq: Bail out during SSL/GSS negotiation errorsMichael Paquier
2024-10-06libpq: Discard leading and trailing spaces for parameters and values in URIsMichael Paquier
2024-10-02Parse libpq's "keepalives" option more like other integer options.Tom Lane
2024-09-29In passwordFromFile, don't leak the open file after stat failures.Tom Lane
2024-09-09Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-09-02More use of getpwuid_r() directlyPeter Eisentraut
2024-08-16libpq: Trace all messages received from the serverAlvaro Herrera
2024-08-16libpq: Fix minor TOCTOU violationPeter Eisentraut
2024-08-14libpq: Trace responses to SSLRequest and GSSENCRequestAlvaro Herrera
2024-07-26Fix fallback behavior when server sends an ERROR early at startupHeikki Linnakangas
2024-07-08Fix outdated comment after removal of direct SSL fallbackHeikki Linnakangas
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-06-13libpq: Some message style normalizationPeter Eisentraut
2024-06-12libpq: Add missing gettext markersPeter Eisentraut
2024-06-12Fix typo in error messagePeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-16Remove option to fall back from direct to postgres SSL negotiationHeikki Linnakangas
2024-04-29libpq: Fix error messages when server rejects SSL or GSSHeikki Linnakangas
2024-04-28Fix documentation and comments on what happens after GSS rejectionHeikki Linnakangas
2024-04-19Fix incorrect parameter name in prototypeDaniel Gustafsson
2024-04-14Put back initialization of 'sslmode', to silence CoverityHeikki Linnakangas
2024-04-12Fix compilation with --with-gssapi --without-opensslHeikki Linnakangas
2024-04-09libpq error message fixesHeikki Linnakangas
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-04-08Refactor libpq state machine for negotiating encryptionHeikki Linnakangas
2024-04-07With gssencmode='require', check credential cache before connectingHeikki Linnakangas
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-02-09Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane
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