Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-01-26 | Fix psql's "\g target" meta-command to work with COPY TO STDOUT. | Tom Lane | 9.6.12 |
| 2017-05-17 | Make psql handle EOF during COPY FROM STDIN properly on all platforms. | Tom Lane | 9.6.4 |
| 2016-03-24 | Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. | Tom Lane | 9.6.0 |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian | 9.6.0 |
| 2015-12-03 | Clean up some psql issues around handling of the query output file. | Tom Lane | 9.6.0 |
| 2015-11-27 | COPY (INSERT/UPDATE/DELETE .. RETURNING ..) | Teodor Sigaev | 9.6.0 |