Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-08-25 | Avoid platform-specific null pointer dereference in psql. | Tom Lane | 9.4.25 |
| 2016-08-08 | Introduce a psql "\connect -reuse-previous=on|off" option. | Noah Misch | 9.4.9 |
| 2014-12-31 | Improve consistency of parsing of psql's magic variables. | Tom Lane | 9.4.1 |
| 2014-03-10 | Fix tracking of psql script line numbers during \copy from another place. | Tom Lane | 9.4.0 |
| 2014-03-02 | Various Coverity-spotted fixes | Stephen Frost | 9.4.0 |
| 2014-02-15 | Centralize getopt-related declarations in a new header file pg_getopt.h. | 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 |
| 2013-10-03 | psql: Set up cancel handler later | Peter Eisentraut | 9.4.0 |
| 2013-07-01 | Remove undocumented -h (help) option | Bruce Momjian | 9.4.0 |
| 2013-06-18 | psql: Re-allow -1 together with -c or -l | Peter Eisentraut | 9.4.0 |