Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2025-11-10 libpq: Prevent some overflows of int/size_t Jacob Champion 18.1
2025-07-17 Fix PQport to never return NULL unless the connection is NULL. Tom Lane 18.0
2025-07-09 libpq: Remove PQservice() Michael Paquier 18.0
2025-06-26 libpq: Message style improvements Peter Eisentraut 18.0
2025-05-23 Fix assorted new memory leaks in libpq. Tom Lane 18.0
2025-04-29 oauth: Classify oauth_client_secret as a password Jacob Champion 18.0
2025-04-21 Fix a few more duplicate words in comments David Rowley 18.0
2025-04-19 Fix typos and grammar in the code Michael Paquier 18.0
2025-04-13 Mark sslkeylogfile as Debug option Daniel Gustafsson 18.0
2025-04-03 libpq: Add support for dumping SSL key material to file Daniel Gustafsson 18.0
2025-04-02 Make cancel request keys longer Heikki Linnakangas 18.0
2025-04-02 libpq: Add min/max_protocol_version connection options Heikki Linnakangas 18.0
2025-04-02 libpq: Handle NegotiateProtocolVersion message differently Heikki Linnakangas 18.0
2025-02-20 Add support for OAUTHBEARER SASL mechanism Daniel Gustafsson 18.0
2025-02-06 libpq: Handle asynchronous actions during SASL Daniel Gustafsson 18.0
2025-01-31 require_auth: prepare for multiple SASL mechanisms Daniel Gustafsson 18.0
2025-01-16 Fix error handling of pg_b64_decode() Peter Eisentraut 18.0
2025-01-15 postgres_fdw: SCRAM authentication pass-through Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-18 libpq: Add service name to PGconn and PQservice() Michael Paquier 18.0
2024-11-19 libpq: Improve error message when parsing URI parameters and keywords Michael Paquier 18.0
2024-11-11 libpq: Bail out during SSL/GSS negotiation errors Michael Paquier 18.0
2024-10-06 libpq: Discard leading and trailing spaces for parameters and values in URIs Michael Paquier 18.0
2024-10-02 Parse libpq's "keepalives" option more like other integer options. Tom Lane 18.0
2024-09-29 In passwordFromFile, don't leak the open file after stat failures. Tom Lane 18.0