| Age | Commit message (Expand) | Author |
| 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-06 | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane |
| 2007-04-16 | Don't write timing output in quiet mode. | Magnus Hagander |
| 2007-01-31 | 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-22 | Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can't | Tom Lane |
| 2006-10-10 | Fix psql \d commands to behave properly when a pattern using regex | is given. | Tom Lane |
| 2006-10-07 | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane |
| 2006-06-25 | Our version of getopt_long does not set optarg upon detecting an error, as | Alvaro Herrera |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2006-05-21 | Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, | Bruce Momjian |
| 2006-03-04 | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian |
| 2006-03-03 | Avoid trying to open /dev/tty on Win32. Some Win32 systems have | Bruce Momjian |
| 2006-02-24 | make initdb -U username work as advertised; back out bogus patch at rev 1.42 | Andrew Dunstan |
| 2006-02-09 | Provide the libpq error message when PQputline or PQendcopy fails. | Tom Lane |
| 2006-02-05 | Fix pg_restore to properly discard COPY data when trying to continue | Tom Lane |
| 2006-01-14 | Fix pg_ctl crash on "unregister" when a data directory is not specified. | Peter Eisentraut |
| 2006-01-09 | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane |
| 2006-01-03 | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, | Tom Lane |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 2005-12-09 | Translation updatesREL8_0_5 | Peter Eisentraut |
| 2005-11-04 | Ensure that we only create one ConsoleCtrlHandler per psql process, | Tom Lane |
| 2005-09-28 | Translation updates for the 8.0 branch | Alvaro Herrera |
| 2005-09-20 | Return proper value for psql -f filename failure if filename open fails. | Bruce Momjian |
| 2005-09-11 | Avoid changing stdin/stdout to binary mode on Windows unless that is | Tom Lane |
| 2005-07-27 | Avoid crashing pg_dump if we can't connect to the database server, and | Neil Conway |
| 2005-07-18 | Back-patch fix for erroneous backslashing of LIKE pattern. | Tom Lane |
| 2005-06-27 | Modify pg_dump to assume that a check constraint is inherited if its | Tom Lane |
| 2005-06-22 | Correct some code in pg_restore when reading the header of a tar archive: | Neil Conway |
| 2005-06-17 | Translation updates | Peter Eisentraut |
| 2005-06-07 | Use just NULL not NULL::TEXT --- the latter coding is unnecessary and | Tom Lane |
| 2005-05-25 | Translation updates | Peter Eisentraut |
| 2005-05-17 | Guard against duplicate IDs in input file in SortTocFromFile(). | Tom Lane |
| 2005-05-04 | Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status, | Tom Lane |
| 2005-05-04 | Spell DELIMITER correctly, per Seamus Dean. | Tom Lane |
| 2005-05-03 | Fix a whitespace problem. From Alvaro Herrera. | Dennis Bjorklund |
| 2005-04-30 | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway |
| 2005-04-30 | This patch fixes a bug in the error message emitted by pg_restore on an | Neil Conway |
| 2005-04-29 | Backpatch BCC compile changes to 8.0.X for psql. | Bruce Momjian |
| 2005-04-29 | Fix Borland makefile for libpq and improve it for psql. | Bruce Momjian |
| 2005-04-20 | Make pg_ctl status do a kill() test to verify that the PID found in | Tom Lane |
| 2005-04-18 | pg_dumpall should enforce the server version check for itself, rather | Tom Lane |
| 2005-04-15 | Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry, | Tom Lane |
| 2005-04-02 | Translation updates | Peter Eisentraut |
| 2005-04-02 | Translation updates | Peter Eisentraut |
| 2005-03-31 | Translation updates | Peter Eisentraut |
| 2005-03-25 | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian |
| 2005-03-18 | Put 'dump complete' message in the right place, so it comes out where | Tom Lane |
| 2005-02-11 | Translation updates | Peter Eisentraut |