| Age | Commit message (Expand) | Author |
| 2010-09-30 | Translation updates for 8.0.26 | Peter Eisentraut |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2009-12-08 | Translation updates | Peter Eisentraut |
| 2009-09-03 | Translation updates | Peter Eisentraut |
| 2008-10-30 | Translation updates | Peter Eisentraut |
| 2008-08-16 | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec | Tom Lane |
| 2008-06-05 | Translation updates. | 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-06 | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane |
| 2007-01-31 | Translation updates | Peter Eisentraut |
| 2006-05-21 | Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, | Bruce Momjian |
| 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-09 | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane |
| 2005-12-09 | Translation updatesREL8_0_5 | Peter Eisentraut |
| 2005-09-28 | Translation updates for the 8.0 branch | Alvaro Herrera |
| 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-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-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-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 |
| 2005-02-03 | Fix minor thinko in logic to set dump order when dumping from a pre-7.3 | Tom Lane |
| 2005-01-27 | Backpatch translations | Peter Eisentraut |
| 2005-01-26 | Minor tweak to avoid unnecessary memory bloat when dumping extremely wide | Tom Lane |
| 2005-01-26 | Make pg_dump and pg_restore handle binary archive formats correctly | Tom Lane |
| 2005-01-25 | Fix breakage created by addition of separate 'acl pass' in pg_dump. | Tom Lane |
| 2005-01-25 | Add missing "ko". | Peter Eisentraut |
| 2005-01-23 | pg_dump dumped the wrong tablespace for an index (ie, the parent table's | Tom Lane |
| 2005-01-23 | New routine _getObjectDescription() failed to cope with some aspects of | Tom Lane |
| 2005-01-17 | Translation updates | Peter Eisentraut |
| 2005-01-17 | Translation updates | Peter Eisentraut |
| 2005-01-17 | Translation updates | Peter Eisentraut |
| 2005-01-17 | Translation updates | Peter Eisentraut |
| 2005-01-13 | Translation updates | Peter Eisentraut |
| 2005-01-11 | Fix tracking of dump-order dependencies for stand-alone composite types. | Tom Lane |
| 2005-01-11 | Clean up pg_dump's handling of ownership for indexes (including | Tom Lane |