aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix psql's \copy to not insert spaces around dots and commas in the text ofTom Lane2010-04-15
* Return proper exit code (3) from psql when ON_ERROR_STOP=on andBruce Momjian2010-03-09
* Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas2010-03-01
* Translation updatesPeter Eisentraut2009-12-08
* Revert backpatch of inheritable-ACE patch for Win32, since it brokeMagnus Hagander2009-11-20
* Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, exceptMagnus Hagander2009-11-15
* Do not build psql's flex module on its own, but instead include it inTom Lane2009-11-10
* Translation updatesPeter Eisentraut2009-09-03
* Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane2009-09-02
* Fix inclusions of readline/editline header files so that we only attempt toTom Lane2009-08-24
* Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane2009-08-07
* Fix pg_resetxlog to remove archive status files along with WAL segment files.Tom Lane2009-05-03
* Don't crash initdb when we fail to get the current username.Magnus Hagander2009-03-31
* Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confusedHeikki Linnakangas2009-03-27
* Translation updatesPeter Eisentraut2009-01-29
* Throw an error when using -C and -1 at the same time in pg_restore.Magnus Hagander2009-01-13
* Translation updatesPeter Eisentraut2008-10-30
* Recent patches to pg_ctl broke "pg_ctl restart" for the case where noTom Lane2008-09-30
* Make sure pg_control is opened in binary mode, to dealMagnus Hagander2008-09-24
* Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane2008-08-16
* Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian2008-06-27
* Translation updates.Tom Lane2008-06-05
* Translation updatesREL8_2_7Peter Eisentraut2008-03-14
* Don't call AddUserToDacl on CygwinAndrew Dunstan2008-02-29
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-29
* Fix mistakes in pg_ctl's code for "start -w" that tries to cope withTom Lane2008-02-20
* Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane2007-10-28
* Translation updatesPeter Eisentraut2007-09-13
* Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane2007-08-29
* Fix unintended change of output format for createlang/droplang -l. MissedTom Lane2007-08-10
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-06
* - Fix the -w (wait) option to work in Windows service mode, per bug #3382.Magnus Hagander2007-07-02
* In psql, when running a SELECT query using a cursor, flush the queryNeil Conway2007-06-22
* Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLEAlvaro Herrera2007-05-15
* Translation updatesPeter Eisentraut2007-04-18
* Don't write timing output in quiet mode.Magnus Hagander2007-04-16
* Fix pg_dump to not crash if -t or a similar switch is used to select a serialTom Lane2007-04-16
* Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander2007-02-19
* Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan2007-02-05
* Translation updatesPeter Eisentraut2007-01-31
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-11
* Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane2007-01-04
* Print combining characters (those reported as having zero width byTom Lane2006-12-27
* Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane2006-12-24
* Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian2006-12-04
* Translation updatesPeter Eisentraut2006-12-02
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-24
* Translation updatesPeter Eisentraut2006-11-24
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-21
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-21