Commits

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

DateSubjectAuthorReleases
2024-07-28 libpq: Use strerror_r instead of strerror Peter Eisentraut 13.16
2024-04-01 Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. Tom Lane 13.15
2024-03-08 Cope with a deficiency in OpenSSL 3.x's error reporting. Tom Lane 13.15
2024-02-09 Clean up Windows-specific mutex code in libpq and ecpglib. Tom Lane 13.15
2023-12-11 Be more wary about OpenSSL not setting errno on error. Tom Lane 13.14
2023-11-28 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. Tom Lane 13.14
2023-11-27 Fix race condition with BIO methods initialization in libpq with threads Michael Paquier 13.14
2023-02-15 Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates Michael Paquier 13.11
2022-08-15 Add missing bad-PGconn guards in libpq entry points. Tom Lane 13.9
2022-05-26 Remove misguided SSL key file ownership check in libpq. Tom Lane 13.8
2022-03-31 Add missing newline in one libpq error message. Tom Lane 13.7
2022-03-02 Allow root-owned SSL private keys in libpq, not only the backend. Tom Lane 13.7
2022-02-12 Fix thinko in PQisBusy(). Tom Lane 13.7
2021-08-17 Set type identifier on BIO Daniel Gustafsson 13.5
2020-06-27 Fix list of SSL error codes for older OpenSSL versions. Tom Lane 13.0
2020-06-27 Add hints about protocol-version-related SSL connection failures. Tom Lane 13.0
2020-05-26 Message wording tweaks Peter Eisentraut 13.0
2020-05-16 Fix bugs in OpenSSL hook renaming. Tom Lane 13.0
2020-05-16 Rename PQsetSSLKeyPassHook and friends Andrew Dunstan 13.0
2020-05-16 Run pgindent with new pg_bsd_indent version 2.1.1. Tom Lane 13.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-05-14 Fix typo in comment on OpenSSL PEM password callback type name. Heikki Linnakangas 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-04-21 Fix memory leak in libpq when using sslmode=verify-full Michael Paquier 13.0