aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup.h
Commit message (Expand)AuthorAge
* Make pg_dump error cleanly with -j against hot standbyMagnus Hagander2016-05-26
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Access pg_dump's options structs through Archive struct, not directly.Tom Lane2016-01-13
* Check existency of table/schema for -t/-n option (pg_dump/pg_restore)Teodor Sigaev2015-09-14
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Fix portability breakage in pg_dump.Tom Lane2015-01-11
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-05
* pg_dump et al: Add --if-exists optionAlvaro Herrera2014-03-03
* Accept multiple -I, -P, -T and -n options in pg_restore.Heikki Linnakangas2013-08-28
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-17
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* pg_dump: Remove undocumented "files" output formatPeter Eisentraut2012-03-20
* pg_dump: Remove global connection pointer.Robert Haas2012-02-16
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-16
* pg_dump: Add some const qualifiersPeter Eisentraut2012-02-07
* pg_dump: Remove global Archive pointer.Robert Haas2012-02-06
* Add --section option to pg_dump and pg_restore.Andrew Dunstan2011-12-16
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* 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