Commits

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

DateSubjectAuthorReleases
2025-11-10 libpq: Prevent some overflows of int/size_t Jacob Champion 15.15
2025-07-17 Fix PQport to never return NULL unless the connection is NULL. Tom Lane 15.14
2024-11-11 libpq: Bail out during SSL/GSS negotiation errors Michael Paquier 15.9
2024-10-02 Parse libpq's "keepalives" option more like other integer options. Tom Lane 15.9
2024-02-09 Clean up Windows-specific mutex code in libpq and ecpglib. Tom Lane 15.7
2023-03-13 Fix inconsistent error handling for GSS encryption in PQconnectPoll() Michael Paquier 15.3
2022-05-12 libpq: drop pending pipelined commands in pqDropConnection(). Tom Lane 15.0
2022-04-13 Remove extraneous blank lines before block-closing braces Alvaro Herrera 15.0
2022-03-04 Fix pg_regress to print the correct postmaster address on Windows. Tom Lane 15.0
2022-02-20 Reset conn->errorReported when PQrequestCancel sets errorMessage. Tom Lane 15.0
2022-02-18 Rearrange libpq's error reporting to avoid duplicated error text. Tom Lane 15.0
2022-02-18 Don't let libpq PGEVT_CONNRESET callbacks break a PGconn. Tom Lane 15.0
2022-02-15 Remove IS_AF_UNIX macro Peter Eisentraut 15.0
2022-01-18 Make PQcancel use the PGconn's tcp_user_timeout and keepalives settings. Tom Lane 15.0
2022-01-17 Avoid calling strerror[_r] in PQcancel(). Tom Lane 15.0
2022-01-11 Clean up messy API for src/port/thread.c. Tom Lane 15.0
2022-01-10 Prefer $HOME when looking up the current user's home directory. Tom Lane 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2022-01-07 Fix comment in fe-connect.c about PQping and pg_ctl Michael Paquier 15.0
2021-11-09 Remove check for accept() argument types Peter Eisentraut 15.0
2021-11-08 libpq: reject extraneous data after SSL or GSS encryption handshake. Tom Lane 15.0
2021-09-13 Clear conn->errorMessage at successful completion of PQconnectdb(). Tom Lane 15.0
2021-07-29 Improve libpq's handling of OOM during error message construction. Tom Lane 15.0
2021-07-07 Refactor SASL code with a generic interface for its mechanisms Michael Paquier 15.0
2021-06-29 Remove libpq's use of abort(3) to handle mutex failure cases. Tom Lane 15.0