summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_archiver.c
Commit message (Expand)AuthorAgeFilesLines
* The following patch is required for successful compilation on Irix.Bruce Momjian2001-01-291-1/+1
* When dropping the schema, reconnect as owner of each object.Philip Warner2001-01-271-0/+6
* - Check ntuples == 1 for various SELECT statements.Philip Warner2001-01-121-28/+69
* Silence compiler warning.Tom Lane2000-12-071-1/+2
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-131-3/+2
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-2/+3
* Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner2000-10-311-2/+55
* Use new datlastsysoid field in pg_database + some cleanups & fixesPhilip Warner2000-10-221-0/+5
* Fix bug in sequence dumping using new setval functionPhilip Warner2000-10-131-1/+5
* - Only disable triggers for the table being loadedPhilip Warner2000-08-051-19/+50
* - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)Philip Warner2000-08-011-22/+158
* Some pedantic compile syntax errors to fix with the following patchBruce Momjian2000-07-271-1/+1
* - no longer put ACLs at end of dumpPhilip Warner2000-07-241-9/+35
* - Support for BLOB output from pg_dump and input via pg_restorePhilip Warner2000-07-211-232/+640
* Please find attached a patch for the pg_dump directory which addresses:Jan Wieck2000-07-061-47/+49
* pg_dump patch from Philip WarnerBruce Momjian2000-07-041-0/+1146