Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-10-20 | Client-side fixes for delayed NOTIFY receipt. | Tom Lane | 9.5.15 |
| 2017-08-29 | Teach libpq to detect integer overflow in the row count of a PGresult. | Tom Lane | 9.5.10 |
| 2016-10-10 | In PQsendQueryStart(), avoid leaking any left-over async result. | Tom Lane | 9.5.5 |
| 2016-08-05 | Teach libpq to decode server version correctly from future servers. | Tom Lane | 9.5.4 |
| 2015-03-08 | Fix documentation for libpq's PQfn(). | Tom Lane | 9.5.0 |
| 2015-02-21 | Some more FLEXIBLE_ARRAY_MEMBER fixes. | Tom Lane | 9.5.0 |
| 2015-01-24 | Replace a bunch more uses of strncpy() with safer coding. | Tom Lane | 9.5.0 |