Commits

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

DateSubjectAuthorReleases
2025-07-17 Fix PQport to never return NULL unless the connection is NULL. Tom Lane 13.22
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
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-02-02 Fix assorted error-cleanup bugs in SSL min/max protocol version code. Tom Lane 13.0
2020-01-11 Extensive code review for GSSAPI encryption mechanism. Tom Lane 13.0
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 13.0
2019-08-18 Avoid conflicts with library versions of inet_net_ntop() and friends. Tom Lane 13.0
2019-07-25 Fix failures to ignore \r when reading Windows-style newlines. Tom Lane 13.0