summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup.h
Commit message (Expand)AuthorAgeFilesLines
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-171-1/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-291-11/+4
* pg_dump: Remove undocumented "files" output formatPeter Eisentraut2012-03-201-1/+0
* pg_dump: Remove global connection pointer.Robert Haas2012-02-161-1/+2
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-161-4/+2
* pg_dump: Add some const qualifiersPeter Eisentraut2012-02-071-1/+1
* pg_dump: Remove global Archive pointer.Robert Haas2012-02-061-2/+2
* Add --section option to pg_dump and pg_restore.Andrew Dunstan2011-12-161-0/+9
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-291-4/+0
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-1/+1
* Rename pg_dump --no-security-label to --no-security-labelsPeter Eisentraut2011-05-191-1/+1
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-281-2/+2
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-231-1/+2
* Add a SECURITY LABEL command.Robert Haas2010-09-271-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Ensure that pg_restore -l will output DATABASE entries whether or not -CTom Lane2010-05-151-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-201-2/+2
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-261-3/+10
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-021-2/+12
* Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane2009-01-051-1/+2
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-131-5/+2
* Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane2008-03-201-1/+2
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-251-2/+9
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-141-7/+5
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-011-1/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-1/+2
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-1/+8
* Add psql option:Bruce Momjian2006-02-121-1/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-10/+9
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-211-5/+1
* Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian2005-06-091-1/+2
* Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicitTom Lane2004-11-061-4/+7
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+6
* > Please find attached a submission to add a "exit on error" option toBruce Momjian2004-08-201-2/+3
* Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce Momjian2004-07-131-1/+2
* 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