Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-05-13 | Fix misuse of an integer as a bool. | Tom Lane | 9.5.18 |
| 2015-11-12 | Fix unwanted flushing of libpq's input buffer when socket EOF is seen. | Tom Lane | 9.5.0 |
| 2015-05-24 | pgindent run for 9.5 | Bruce Momjian | 9.5.0 |
| 2015-02-23 | Fix potential deadlock with libpq non-blocking mode. | Heikki Linnakangas | 9.5.0 |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian | 9.5.0 |
| 2014-12-01 | Put SSL_pending() call behind the new internal SSL API. | Heikki Linnakangas | 9.5.0 |
| 2014-10-22 | Ensure libpq reports a suitable error message on unexpected socket EOF. | Tom Lane | 9.5.0 |
| 2014-09-12 | Support Subject Alternative Names in SSL server certificates. | Heikki Linnakangas | 9.5.0 |
| 2014-08-11 | Break out OpenSSL-specific code to separate files. | Heikki Linnakangas | 9.5.0 |
| 2014-08-07 | Improve comment. | Heikki Linnakangas | 9.5.0 |