summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup.h
Commit message (Expand)AuthorAgeFilesLines
* Please find attached a small patch so that "pg_restore" ignores some sqlBruce Momjian2004-04-221-1/+6
* Use the new GUC variable default_with_oids in pg_dump, rather than usingBruce Momjian2004-03-241-2/+2
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-061-21/+17
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,Tom Lane2003-09-231-7/+2
* pg_dump and pg_restore -r had managed to diverge on the ordering ofTom Lane2003-08-281-3/+4
* pgindent run.Bruce Momjian2002-09-041-8/+9
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-271-6/+1
* Enable large file support.Peter Eisentraut2002-08-201-2/+2
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-181-2/+5
* More clearly document in pg_dump when we are dealing with an object nameBruce Momjian2002-07-041-2/+2
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-101-25/+8
* Be more wary about mixed-case database names and user names. GetTom Lane2002-02-111-4/+5
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-6/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-17/+20
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-031-3/+6
* Add option to output SET SESSION AUTHORIZATION commands rather thanPeter Eisentraut2001-08-221-1/+2
* National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut2001-06-271-2/+2
* Add -U and -W options to pg_dump and friends to support non-interactivePeter Eisentraut2001-05-171-1/+6
* - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner2001-04-251-2/+9
* Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner2001-04-011-4/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-65/+67
* - Added CVS headers to filesPhilip Warner2001-03-191-0/+1
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-5/+2
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-131-3/+1
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-1/+3
* - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)Philip Warner2000-08-011-3/+23
* Some pedantic compile syntax errors to fix with the following patchBruce Momjian2000-07-271-2/+4
* - Support for BLOB output from pg_dump and input via pg_restorePhilip Warner2000-07-211-125/+154
* pg_dump patch from Philip WarnerBruce Momjian2000-07-041-0/+125