aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_db.c
Commit message (Expand)AuthorAge
* Issue 'SET check_function_bodies = false' to suppress possible restoreTom Lane2003-10-03
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-23
* Use libpq's new logic to get the server version, instead of doing it ourselves.Tom Lane2003-06-22
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Make pg_dump/restore safer for autocommit=off in postgresql.conf.Bruce Momjian2003-02-14
* [ dumping schemas ]Bruce Momjian2003-02-13
* Cleaner solution to the problem of loading pre-7.3 dumps containingTom Lane2003-02-01
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-22
* Make pg_dump save for autocommit = off.Bruce Momjian2002-10-16
* Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut2002-09-07
* 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
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-10
* Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian2002-07-06
* More clearly document in pg_dump when we are dealing with an object nameBruce Momjian2002-07-04
* Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane2002-05-29
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-10
* You might want to run pg_indent on pg_backup_db.c however ...Bruce Momjian2002-01-18
* Fix pg_restore to handle the 'set max oid' entry correctly in archivesTom Lane2002-01-18
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix several problems with simple_prompt() --- the nastiest being thatTom Lane2001-10-18
* Prompt for password from /dev/tty and fall back to stdin/stderr.Bruce Momjian2001-10-15
* For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut2001-09-21
* Change FixupBlobXrefs() to take 'lo' type into account.Hiroshi Inoue2001-09-17
* Add option to output SET SESSION AUTHORIZATION commands rather thanPeter Eisentraut2001-08-22
* Make pg_dump handle the new privileges.Peter Eisentraut2001-08-12
* Fix pg_dump so that comments on views are dumped in the proper sequence.Tom Lane2001-08-03
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-03
* 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
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* 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
* - Check ntuples == 1 for various SELECT statements.Philip Warner2001-01-12
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Pay attention to fgets() failure return.Tom Lane2000-11-27
* 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 long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner2000-10-31
* - Support for relkind = RELKIND_VIEW.Philip Warner2000-09-15
* - Minor fix to create temp table for xrefsPhilip Warner2000-08-05
* - Only disable triggers for the table being loadedPhilip Warner2000-08-05
* - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)Philip Warner2000-08-01
* - no longer put ACLs at end of dumpPhilip Warner2000-07-24
* Fix typo in version-mismatch error report.Tom Lane2000-07-21
* - Support for TAR outputPhilip Warner2000-07-21