Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-01 | Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. | Tom Lane | 12.19 |
| 2024-03-08 | Cope with a deficiency in OpenSSL 3.x's error reporting. | Tom Lane | 12.19 |
| 2024-02-09 | Clean up Windows-specific mutex code in libpq and ecpglib. | Tom Lane | 12.19 |
| 2023-12-11 | Be more wary about OpenSSL not setting errno on error. | Tom Lane | 12.18 |
| 2023-11-28 | Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. | Tom Lane | 12.18 |
| 2022-05-26 | Remove misguided SSL key file ownership check in libpq. | Tom Lane | 12.12 |
| 2022-03-31 | Add missing newline in one libpq error message. | Tom Lane | 12.11 |
| 2022-03-02 | Allow root-owned SSL private keys in libpq, not only the backend. | Tom Lane | 12.11 |
| 2022-02-12 | Fix thinko in PQisBusy(). | Tom Lane | 12.11 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-13 | Fix misuse of an integer as a bool. | Tom Lane | 12.0 |
| 2018-09-26 | Incorporate strerror_r() into src/port/snprintf.c, too. | Tom Lane | 12.0 |