Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-09-02 | Handle corner cases correctly in psql's reconnection logic. | Tom Lane | 9.4.25 |
| 2016-08-16 | Fix assorted places in psql to print version numbers >= 10 in new style. | Tom Lane | 9.4.10 |
| 2016-06-03 | Suppress -Wunused-result warnings about write(), again. | Tom Lane | 9.4.9 |
| 2014-03-13 | Allow psql to print COPY command status in more cases. | Tom Lane | 9.4.0 |
| 2014-03-10 | Fix tracking of psql script line numbers during \copy from another place. | Tom Lane | 9.4.0 |
| 2013-10-22 | Replace pg_asprintf() with psprintf(). | Tom Lane | 9.4.0 |