Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-05-17 | Make psql handle EOF during COPY FROM STDIN properly on all platforms. | Tom Lane | 9.4.13 |
| 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-02-13 | Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code. | Tom Lane | 9.4.0 |
| 2013-10-22 | Replace pg_asprintf() with psprintf(). | Tom Lane | 9.4.0 |