aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup.h
Commit message (Expand)AuthorAge
* pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,Tom Lane2003-09-23
* pg_dump and pg_restore -r had managed to diverge on the ordering ofTom Lane2003-08-28
* pgindent run.Bruce Momjian2002-09-04
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-27
* Enable large file support.Peter Eisentraut2002-08-20
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-18
* More clearly document in pg_dump when we are dealing with an object nameBruce Momjian2002-07-04
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-10
* Be more wary about mixed-case database names and user names. GetTom Lane2002-02-11
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-03
* Add option to output SET SESSION AUTHORIZATION commands rather thanPeter Eisentraut2001-08-22
* National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut2001-06-27
* Add -U and -W options to pg_dump and friends to support non-interactivePeter Eisentraut2001-05-17
* - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner2001-04-25
* Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner2001-04-01
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* - Added CVS headers to filesPhilip Warner2001-03-19
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-13
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)Philip Warner2000-08-01
* Some pedantic compile syntax errors to fix with the following patchBruce Momjian2000-07-27
* - Support for BLOB output from pg_dump and input via pg_restorePhilip Warner2000-07-21
* pg_dump patch from Philip WarnerBruce Momjian2000-07-04