aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup.h
Commit message (Expand)AuthorAge
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Rename pg_dump --no-security-label to --no-security-labelsPeter Eisentraut2011-05-19
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-23
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Ensure that pg_restore -l will output DATABASE entries whether or not -CTom Lane2010-05-15
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-20
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-02
* Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane2009-01-05
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-13
* Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane2008-03-20
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-25
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-14
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-01
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-11
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Add psql option:Bruce Momjian2006-02-12
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-21
* Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian2005-06-09
* Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicitTom Lane2004-11-06
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* > Please find attached a submission to add a "exit on error" option toBruce Momjian2004-08-20
* Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce Momjian2004-07-13
* Please find attached a small patch so that "pg_restore" ignores some sqlBruce Momjian2004-04-22
* Use the new GUC variable default_with_oids in pg_dump, rather than usingBruce Momjian2004-03-24
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-06
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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