summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2011-11-16Don't elide blank lines when accumulating psql command history.Robert Haas
2011-09-22Translation updatesPeter Eisentraut
2011-07-28Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane
2011-07-26Add missing newlines at end of error messagesPeter Eisentraut
2011-07-05Fix psql's counting of script file line numbers during COPY.Tom Lane
2011-06-17Obtain table locks as soon as practical during pg_dump.Tom Lane
2011-04-07Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane
2011-01-21Fix pg_restore to do the right thing when escaping large objects.Tom Lane
2010-12-13Translation updates for release 8.2.19Peter Eisentraut
2010-09-30Translation updates for 8.2.18Peter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-08-16Fix psql's copy of utf2ucs() to match the backend's copy exactly;Tom Lane
2010-05-05Fix psql to not go into infinite recursion when expanding a variable thatTom Lane
2010-04-15Fix psql's \copy to not insert spaces around dots and commas in the text ofTom Lane
2010-03-09Return proper exit code (3) from psql when ON_ERROR_STOP=on andBruce Momjian
2010-03-01Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas
2009-12-08Translation updatesPeter Eisentraut
2009-11-20Revert backpatch of inheritable-ACE patch for Win32, since it brokeMagnus Hagander
2009-11-15Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, exceptMagnus Hagander
2009-11-10Do not build psql's flex module on its own, but instead include it inTom Lane
2009-09-03Translation updatesPeter Eisentraut
2009-09-02Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane
2009-08-24Fix inclusions of readline/editline header files so that we only attempt toTom Lane
2009-08-07Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane
2009-05-03Fix pg_resetxlog to remove archive status files along with WAL segment files.Tom Lane
2009-03-31Don't crash initdb when we fail to get the current username.Magnus Hagander
2009-03-27Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confusedHeikki Linnakangas
2009-01-29Translation updatesPeter Eisentraut
2009-01-13Throw an error when using -C and -1 at the same time in pg_restore.Magnus Hagander
2008-10-30Translation updatesPeter Eisentraut
2008-09-30Recent patches to pg_ctl broke "pg_ctl restart" for the case where noTom Lane
2008-09-24Make sure pg_control is opened in binary mode, to dealMagnus Hagander
2008-08-16Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane
2008-06-27Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian
2008-06-05Translation updates.Tom Lane
2008-03-14Translation updatesREL8_2_7Peter Eisentraut
2008-02-29Don't call AddUserToDacl on CygwinAndrew Dunstan
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-02-20Fix mistakes in pg_ctl's code for "start -w" that tries to cope withTom Lane
2007-10-28Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane
2007-09-13Translation updatesPeter Eisentraut
2007-08-29Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane
2007-08-10Fix unintended change of output format for createlang/droplang -l. MissedTom Lane
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-07-02- Fix the -w (wait) option to work in Windows service mode, per bug #3382.Magnus Hagander
2007-06-22In psql, when running a SELECT query using a cursor, flush the queryNeil Conway
2007-05-15Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLEAlvaro Herrera
2007-04-18Translation updatesPeter Eisentraut
2007-04-16Don't write timing output in quiet mode.Magnus Hagander