| Commit message (Expand) | Author | Age |
* | Allow fseeko in pg_dump only if fseeko() will work for all supported file | Bruce Momjian | 2002-10-25 |
* | Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. | Bruce Momjian | 2002-10-22 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Enable large file support. | Peter Eisentraut | 2002-08-20 |
* | Make sure all clients have the same understanding of default user name | Peter Eisentraut | 2002-08-10 |
* | More clearly document in pg_dump when we are dealing with an object name | Bruce Momjian | 2002-07-04 |
* | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane | 2002-05-10 |
* | Speed improvement for large object restore. | Bruce Momjian | 2002-04-24 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | - Fix compiler warning in pg_restore | Philip Warner | 2001-11-04 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Add option to output SET SESSION AUTHORIZATION commands rather than | Peter Eisentraut | 2001-08-22 |
* | More message munging and localization for pg_dump, especially the | Peter Eisentraut | 2001-07-03 |
* | National language support for pg_dump and pg_restore. Combined with big | Peter Eisentraut | 2001-06-27 |
* | Add -U and -W options to pg_dump and friends to support non-interactive | Peter Eisentraut | 2001-05-17 |
* | - Don't dump COMMENTs in data-only dumps | Philip Warner | 2001-05-12 |
* | - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly | Philip Warner | 2001-04-25 |
* | - Get view OID based on rule OID not base table OID | Philip Warner | 2001-04-14 |
* | Don't dump CHECK constraints with same source and names both | Philip Warner | 2001-04-04 |
* | - Handle overridden attrs as per discussions 2-Apr-2001 | Philip Warner | 2001-04-03 |
* | Patch to put rudimentary dependency support into pg_dump. This addresses | Philip Warner | 2001-04-01 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | - Added CVS headers to files | Philip Warner | 2001-03-19 |
* | - Only disable triggers in DataOnly (or implied data-only) restores. | Philip Warner | 2001-03-06 |
* | - Fix help output: replace 'f' with 't' and change desc | Philip Warner | 2001-02-13 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Used LEFT OUTER JOIN for various queries | Philip Warner | 2001-01-28 |
* | When dropping the schema, reconnect as owner of each object. | Philip Warner | 2001-01-27 |
* | Fixed handling of renamed columns in PK constraints | Philip Warner | 2001-01-12 |
* | - Check ntuples == 1 for various SELECT statements. | Philip Warner | 2001-01-12 |
* | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian | 2000-11-13 |
* | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 |
* | Added long-standing transaction when restoring BLOBS (uses commit every BLOB_... | Philip Warner | 2000-10-31 |
* | Final (?) fix for tar (null block at end) | Philip Warner | 2000-10-25 |
* | Various fixes to TAR header format | Philip Warner | 2000-10-24 |
* | Use new datlastsysoid field in pg_database + some cleanups & fixes | Philip Warner | 2000-10-22 |
* | Fix bug in sequence dumping using new setval function | Philip Warner | 2000-10-13 |
* | - Be more paranoid when getting views | Philip Warner | 2000-10-10 |
* | Uses column select expressions to get object object owners and tests for blan... | Philip Warner | 2000-09-18 |
* | - Support for relkind = RELKIND_VIEW. | Philip Warner | 2000-09-15 |
* | - version # change in header | Philip Warner | 2000-08-07 |
* | - Only disable triggers for the table being loaded | Philip Warner | 2000-08-05 |
* | - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) | Philip Warner | 2000-08-01 |
* | - no longer put ACLs at end of dump | Philip Warner | 2000-07-24 |
* | - Support for BLOB output from pg_dump and input via pg_restore | Philip Warner | 2000-07-21 |
* | Done. In backend/commands/define.c unused field is set to '-' for the | Bruce Momjian | 2000-07-11 |
* | Please find attached a patch for the pg_dump directory which addresses: | Jan Wieck | 2000-07-06 |
* | pg_dump patch from Philip Warner | Bruce Momjian | 2000-07-04 |