Commits

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

DateSubjectAuthorReleases
2026-06-12 Fix compilation with OpenSSL 4 Daniel Gustafsson 14 (unreleased)
2024-07-28 libpq: Use strerror_r instead of strerror Peter Eisentraut 14.13
2024-04-01 Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. Tom Lane 14.12
2024-03-08 Cope with a deficiency in OpenSSL 3.x's error reporting. Tom Lane 14.12
2024-02-09 Clean up Windows-specific mutex code in libpq and ecpglib. Tom Lane 14.12
2023-12-11 Be more wary about OpenSSL not setting errno on error. Tom Lane 14.11
2023-11-28 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. Tom Lane 14.11
2023-11-27 Fix race condition with BIO methods initialization in libpq with threads Michael Paquier 14.11
2023-02-15 Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates Michael Paquier 14.8
2022-08-15 Add missing bad-PGconn guards in libpq entry points. Tom Lane 14.6
2022-05-26 Remove misguided SSL key file ownership check in libpq. Tom Lane 14.4
2022-03-31 Add missing newline in one libpq error message. Tom Lane 14.3
2022-03-02 Allow root-owned SSL private keys in libpq, not only the backend. Tom Lane 14.3
2022-02-12 Fix thinko in PQisBusy(). Tom Lane 14.3
2021-08-17 Set type identifier on BIO Daniel Gustafsson 14.0
2021-08-13 Fix sslsni connparam boolean check Daniel Gustafsson 14.0
2021-06-08 libpq: Fix SNI host handling Peter Eisentraut 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-07 libpq: Set Server Name Indication (SNI) for SSL connections Peter Eisentraut 14.0
2021-03-11 Set libcrypto callbacks for all connection threads in libpq Michael Paquier 14.0
2021-03-10 Revert changes for SSL compression in libpq Michael Paquier 14.0
2021-03-09 Remove support for SSL compression Michael Paquier 14.0
2021-02-18 Allow specifying CRL directory Peter Eisentraut 14.0
2021-01-22 Move SSL information callback earlier to capture more information Michael Paquier 14.0
2021-01-11 In libpq, always append new error messages to conn->errorMessage. Tom Lane 14.0