Commits

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

DateSubjectAuthorReleases
2025-11-10 libpq: Prevent some overflows of int/size_t Jacob Champion 13.23
2025-07-17 Fix PQport to never return NULL unless the connection is NULL. Tom Lane 13.22
2024-11-11 libpq: Bail out during SSL/GSS negotiation errors Michael Paquier 13.17
2024-10-02 Parse libpq's "keepalives" option more like other integer options. Tom Lane 13.17
2024-02-09 Clean up Windows-specific mutex code in libpq and ecpglib. Tom Lane 13.15
2023-03-13 Fix inconsistent error handling for GSS encryption in PQconnectPoll() Michael Paquier 13.11
2022-03-04 Fix pg_regress to print the correct postmaster address on Windows. Tom Lane 13.7
2022-01-17 Avoid calling strerror[_r] in PQcancel(). Tom Lane 13.6
2021-11-08 libpq: reject extraneous data after SSL or GSS encryption handshake. Tom Lane 13.5
2020-12-28 Fix bugs in libpq's GSSAPI encryption support. Tom Lane 13.2
2020-12-28 Expose the default for channel_binding in PQconndefaults(). Tom Lane 13.2
2020-10-19 In libpq for Windows, call WSAStartup once and WSACleanup not at all. Tom Lane 13.1
2020-09-01 Teach libpq to handle arbitrary-length lines in .pgpass files. Tom Lane 13.0
2020-07-13 Fix bugs in libpq's management of GSS encryption state. Tom Lane 13.0
2020-06-27 Change libpq's default ssl_min_protocol_version to TLSv1.2. Tom Lane 13.0
2020-05-21 Use explicit_bzero() when clearing sslpassword in libpq Michael Paquier 13.0
2020-05-03 Add missing newlines in error messages Peter Eisentraut 13.0
2020-04-30 Rename connection parameters to control min/max SSL protocol version in libpq Michael Paquier 13.0
2020-03-05 Fix issues around .pgpass file. Fujii Masao 13.0
2020-02-02 Fix assorted error-cleanup bugs in SSL min/max protocol version code. Tom Lane 13.0
2020-01-31 Allow building without default socket directory Peter Eisentraut 13.0
2020-01-30 Clean up newlines following left parentheses Alvaro Herrera 13.0
2020-01-29 Fix dispsize for libpq connection parameters channel_binding and gssencmode Michael Paquier 13.0
2020-01-28 Add connection parameters to control SSL protocol min/max in libpq Michael Paquier 13.0
2020-01-11 Extensive code review for GSSAPI encryption mechanism. Tom Lane 13.0