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 |
| 2017-02-06 | Fix typos in comments. | Heikki Linnakangas | 9.4.11 |
| 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 |
| 2015-04-01 | psql: fix \connect with URIs and conninfo strings | Alvaro Herrera | 9.4.2 |
| 2014-07-02 | Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off. | Fujii Masao | 9.4.0 |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian | 9.4.0 |
| 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 |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian | 9.4.0 |
| 2013-10-22 | Replace pg_asprintf() with psprintf(). | Tom Lane | 9.4.0 |
| 2013-10-13 | Add use of asprintf() | Peter Eisentraut | 9.4.0 |