| Age | Commit message (Expand) | Author |
| 2010-04-15 | Fix psql's \copy to not insert spaces around dots and commas in the text of | Tom Lane |
| 2010-03-09 | Return proper exit code (3) from psql when ON_ERROR_STOP=on and | Bruce Momjian |
| 2010-03-01 | Fix numericlocale psql option when used with a null string and latex and troff | Heikki Linnakangas |
| 2009-12-08 | Translation updates | Peter Eisentraut |
| 2009-11-20 | Revert backpatch of inheritable-ACE patch for Win32, since it broke | Magnus Hagander |
| 2009-11-15 | Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, except | Magnus Hagander |
| 2009-11-10 | Do not build psql's flex module on its own, but instead include it in | Tom Lane |
| 2009-09-03 | Translation updates | Peter Eisentraut |
| 2009-09-02 | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | Tom Lane |
| 2009-08-24 | Fix inclusions of readline/editline header files so that we only attempt to | Tom Lane |
| 2009-08-07 | Try to defend against the possibility that libpq is still in COPY_IN state | Tom Lane |
| 2009-05-03 | Fix pg_resetxlog to remove archive status files along with WAL segment files. | Tom Lane |
| 2009-03-31 | Don't crash initdb when we fail to get the current username. | Magnus Hagander |
| 2009-03-27 | Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused | Heikki Linnakangas |
| 2009-01-29 | Translation updates | Peter Eisentraut |
| 2009-01-13 | Throw an error when using -C and -1 at the same time in pg_restore. | Magnus Hagander |
| 2008-10-30 | Translation updates | Peter Eisentraut |
| 2008-09-30 | Recent patches to pg_ctl broke "pg_ctl restart" for the case where no | Tom Lane |
| 2008-09-24 | Make sure pg_control is opened in binary mode, to deal | Magnus Hagander |
| 2008-08-16 | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec | Tom Lane |
| 2008-06-27 | Fix 'pg_ctl reload' to properly preserve postmaster commend-line | Bruce Momjian |
| 2008-06-05 | Translation updates. | Tom Lane |
| 2008-03-14 | Translation updatesREL8_2_7 | Peter Eisentraut |
| 2008-02-29 | Don't call AddUserToDacl on Cygwin | Andrew Dunstan |
| 2008-02-29 | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander |
| 2008-02-20 | Fix mistakes in pg_ctl's code for "start -w" that tries to cope with | Tom Lane |
| 2007-10-28 | Fix a couple of issues with pg_dump's handling of inheritance child tables | Tom Lane |
| 2007-09-13 | Translation updates | Peter Eisentraut |
| 2007-08-29 | Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data | Tom Lane |
| 2007-08-10 | Fix unintended change of output format for createlang/droplang -l. Missed | Tom Lane |
| 2007-08-06 | Fix 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-22 | In psql, when running a SELECT query using a cursor, flush the query | Neil Conway |
| 2007-05-15 | Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE | Alvaro Herrera |
| 2007-04-18 | Translation updates | Peter Eisentraut |
| 2007-04-16 | Don't write timing output in quiet mode. | Magnus Hagander |
| 2007-04-16 | Fix pg_dump to not crash if -t or a similar switch is used to select a serial | Tom Lane |
| 2007-02-19 | Fix pg_dump on win32 to properly dump files larger than 2Gb when using | Magnus Hagander |
| 2007-02-05 | Pass modern COPY syntax to backend, since copy (query) does not accept old sy... | Andrew Dunstan |
| 2007-01-31 | Translation updates | Peter Eisentraut |
| 2007-01-11 | Allow Borland CC to compile libpq and psql. | Bruce Momjian |
| 2007-01-04 | Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping | Tom Lane |
| 2006-12-27 | Print combining characters (those reported as having zero width by | Tom Lane |
| 2006-12-24 | Make HISTCONTROL=ignoredups work again (broken by misordering of | Tom Lane |
| 2006-12-04 | Fix pg_dump linking on Win32 with MSVS win32.mak: | Bruce Momjian |
| 2006-12-02 | Translation updates | Peter Eisentraut |
| 2006-11-24 | Fix psql's \copy command to ensure that it cycles libpq back to the idle state | Tom Lane |
| 2006-11-24 | Translation updates | Peter Eisentraut |
| 2006-11-21 | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane |
| 2006-11-21 | Suppress timezone (%Z) part of timestamp display when running on Windows, | Tom Lane |