postgresql/src/bin
Tom Lane 2683a6340d Fix psql's counting of script file line numbers during COPY.
handleCopyIn incremented pset.lineno for each line of COPY data read from
a file.  This is correct when reading from the current script file (i.e.,
we are doing COPY FROM STDIN followed by in-line data), but it's wrong if
the data is coming from some other file.  Per bug #6083 from Steve Haslam.
Back-patch to all supported versions.
2011-07-05 12:05:15 -04:00
..
initdb Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pg_basebackup Fix oversights in pg_basebackup's -z (compression) option. 2011-06-15 13:15:36 -04:00
pg_config Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pg_controldata Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pg_ctl Add some strings that were not marked for translation 2011-07-02 23:26:33 +03:00
pg_dump Obtain table locks as soon as practical during pg_dump. 2011-06-17 18:19:09 -04:00
pg_resetxlog Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pgevent Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psql Fix psql's counting of script file line numbers during COPY. 2011-07-05 12:05:15 -04:00
scripts Unify spelling of "canceled", "canceling", "cancellation" 2011-07-02 23:30:01 +03:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:27 -04:00