summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2007-04-16Fix pg_dump to not crash if -t or a similar switch is used to select a serialTom Lane
2007-02-19Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander
2007-02-05Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan
2007-01-31Translation updatesPeter Eisentraut
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-04Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane
2006-12-27Print combining characters (those reported as having zero width byTom Lane
2006-12-24Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane
2006-12-04Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian
2006-12-02Translation updatesPeter Eisentraut
2006-11-24Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane
2006-11-24Translation updatesPeter Eisentraut
2006-11-21Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane
2006-11-21Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane