Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-01 | Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. | Tom Lane | 16.3 |
| 2024-03-08 | Cope with a deficiency in OpenSSL 3.x's error reporting. | Tom Lane | 16.3 |
| 2024-02-09 | Clean up Windows-specific mutex code in libpq and ecpglib. | Tom Lane | 16.3 |
| 2023-12-11 | Be more wary about OpenSSL not setting errno on error. | Tom Lane | 16.2 |
| 2023-11-28 | Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. | Tom Lane | 16.2 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2022-09-30 | Adjust PQsslAttributeNames() to match PQsslAttribute(). | Tom Lane | 16.0 |
| 2022-09-29 | Fix bogus behavior of PQsslAttribute(conn, "library"). | Tom Lane | 16.0 |
| 2022-08-15 | Add missing bad-PGconn guards in libpq entry points. | Tom Lane | 16.0 |