Commits

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

DateSubjectAuthorReleases
2025-07-17 Fix PQport to never return NULL unless the connection is NULL. Tom Lane 14.19
2024-10-02 Parse libpq's "keepalives" option more like other integer options. Tom Lane 14.14
2024-02-09 Clean up Windows-specific mutex code in libpq and ecpglib. Tom Lane 14.12
2022-03-04 Fix pg_regress to print the correct postmaster address on Windows. Tom Lane 14.3
2022-01-17 Avoid calling strerror[_r] in PQcancel(). Tom Lane 14.2
2021-11-08 libpq: reject extraneous data after SSL or GSS encryption handshake. Tom Lane 14.1
2021-09-13 Clear conn->errorMessage at successful completion of PQconnectdb(). Tom Lane 14.0
2021-07-29 Improve libpq's handling of OOM during error message construction. Tom Lane 14.0
2021-06-26 Remove undesirable libpq dependency on stringinfo.c. Tom Lane 14.0
2021-03-03 Extend the abilities of libpq's target_session_attrs parameter. Tom Lane 14.0
2021-01-21 Improve new wording of libpq's connection failure messages. Tom Lane 14.0
2021-01-11 Try next host after a "cannot connect now" failure. Tom Lane 14.0
2021-01-11 Uniformly identify the target host in libpq connection failure reports. Tom Lane 14.0
2021-01-11 In libpq, always append new error messages to conn->errorMessage. Tom Lane 14.0
2020-12-28 Fix bugs in libpq's GSSAPI encryption support. Tom Lane 14.0
2020-12-28 Expose the default for channel_binding in PQconndefaults(). Tom Lane 14.0
2020-10-18 Update the Winsock API version requested by libpq. Tom Lane 14.0
2020-10-17 In libpq for Windows, call WSAStartup once and WSACleanup not at all. Tom Lane 14.0
2020-09-22 Remove arbitrary line length limit for libpq service files. Tom Lane 14.0
2020-09-01 Teach libpq to handle arbitrary-length lines in .pgpass files. Tom Lane 14.0
2020-07-13 Fix bugs in libpq's management of GSS encryption state. Tom Lane 14.0
2020-06-27 Change libpq's default ssl_min_protocol_version to TLSv1.2. Tom Lane 14.0