| Age | Commit message (Expand) | Author |
| 2006-01-09 | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane |
| 2005-07-18 | Fix bogus backslash sequences, per Kris Jurka. | Tom Lane |
| 2005-05-17 | Guard against duplicate IDs in input file in SortTocFromFile(). | Tom Lane |
| 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 |
| 2004-10-22 | Prevent pg_ctl from being run as root. Since it uses configuration files | Tom Lane |
| 2004-04-05 | Translation updates | Peter Eisentraut |
| 2004-04-05 | Translation updates | Peter Eisentraut |
| 2004-03-02 | Always schema-qualify the name of a function referenced in CREATE CAST. | Tom Lane |
| 2004-02-05 | Back-patch fix for ReadOffset with off_t wider than int. | Tom Lane |
| 2003-10-28 | Don't choke when the handler for a procedural language is located in | Tom Lane |
| 2003-09-29 | [ Patch applied only to 7.3.X.] | Bruce Momjian |
| 2003-09-28 | Backpatched changes for rules when casts are dumped according to | Jan Wieck |
| 2003-08-24 | Fix translation mistake. | Peter Eisentraut |
| 2003-06-25 | [ Backpatch to 7.3.X.] | Bruce Momjian |
| 2003-05-18 | Small translation updates for 7.3.3 release. | Peter Eisentraut |
| 2003-05-16 | Back-patch fix to allow createuser to exit on control-C (Oliver Elphick) | Tom Lane |
| 2003-05-16 | Back-patch fix from Oliver Elphick to force ISO datestyle in dumps. | Tom Lane |
| 2003-05-03 | Fix erroneous space calculation leading to core dump in dumpProcLangs, | Tom Lane |
| 2003-04-26 | Correct oversight in createlang: test for pre-existing handler function | Tom Lane |
| 2003-04-25 | Back-patch fixes for zero-column tables in COPY, pg_dump. | Tom Lane |
| 2003-03-14 | pg_dumpall failed on groups having no members. Per report from | Tom Lane |
| 2003-03-09 | pg_restore failed to restore blobs if -X disable-triggers is specified. | Tom Lane |
| 2003-03-06 | Add missing --globals-only (long form of -g). | Tom Lane |
| 2003-02-13 | Result of lo_read() is int, not size_t. Per Oleg Drokin. | Tom Lane |
| 2003-02-01 | Cleaner solution to the problem of loading pre-7.3 dumps containing | Tom Lane |
| 2003-02-01 | Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format | Tom Lane |
| 2003-01-27 | Prevent core dump when die_horribly() is called with null AH pointer. | Tom Lane |
| 2003-01-24 | Back-patch fix for not shell-quoting editor name, as it also fixes | Tom Lane |
| 2003-01-16 | Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne. | Tom Lane |
| 2003-01-10 | Add missing <limits.h> for INT64_IS_BUSTED case. | Tom Lane |
| 2003-01-04 | Translation updates | Peter Eisentraut |
| 2002-12-27 | Remove overenthusiastic free'ing of comment dependencies; could lead to | Tom Lane |
| 2002-12-21 | Fix possible buffer overrun in \d command: substr(..., 128) producesREL7_3_1 | Tom Lane |
| 2002-12-10 | Translation updates | Peter Eisentraut |
| 2002-12-01 | Fix pg_dump failure against 7.1 or older servers, per | Tom Lane |
| 2002-11-25 | Remove check for pg_group file as part of initdb -W password assignment | Bruce Momjian |
| 2002-11-22 | Quote database name properly when invoking pg_dump. Per report from | Tom Lane |
| 2002-11-13 | Update German translations. | Peter Eisentraut |
| 2002-11-05 | Translation updates | Peter Eisentraut |
| 2002-11-01 | Avoid malloc(0) when printing a table of no columns. On some platforms | Tom Lane |
| 2002-10-29 | Add popen/pclose -> _popen/_pclose() mapping for Win32. | Bruce Momjian |
| 2002-10-29 | getopt.c now in /port, for MS Win. | Bruce Momjian |
| 2002-10-27 | Suppress compile warnings on OS X. | Tom Lane |
| 2002-10-25 | Change to fseeko(), per Philip. | Bruce Momjian |
| 2002-10-25 | Allow fseeko in pg_dump only if fseeko() will work for all supported file | Bruce Momjian |
| 2002-10-24 | Fix include files for new PageOutput call. | Bruce Momjian |
| 2002-10-23 | Page \h output and centralize psql paging code in PageOutput(). | Bruce Momjian |
| 2002-10-22 | Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. | Bruce Momjian |
| 2002-10-21 | Cleanup for CLUSTERDB failure: | Bruce Momjian |