aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_dump.sgml
Commit message (Expand)AuthorAge
* Add pg_dump --snapshot optionSimon Riggs2014-11-17
* Code review for row security.Stephen Frost2014-09-24
* doc: Put new options in right order on reference pagesPeter Eisentraut2014-07-15
* pg_dump et al: Add --if-exists optionAlvaro Herrera2014-03-03
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Fix typosPeter Eisentraut2013-09-15
* pg_dump docs: use escaped double-quotes, for WindowsBruce Momjian2013-07-01
* Remove whitespace from end of linesPeter Eisentraut2013-05-30
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-20
* doc: Fix some whitespace issues in the man pagesPeter Eisentraut2013-05-13
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Add -d/--dbname option to pg_dump.Heikki Linnakangas2013-02-25
* Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander2013-01-25
* doc: "only relevant" -> "relevant only"Peter Eisentraut2012-11-11
* In pg_dump, dump SEQUENCE SET items in the data not pre-data section.Tom Lane2012-10-26
* Fix pg_dump's handling of DROP DATABASE commands in --clean mode.Tom Lane2012-10-20
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* Some reference page improvementsPeter Eisentraut2012-05-20
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* doc: Fix for too many brackets in command synopses on man pagesPeter Eisentraut2012-05-03
* Clarify the post-data status on unvalidated check constraints.Andrew Dunstan2011-12-17
* Add --section option to pg_dump and pg_restore.Andrew Dunstan2011-12-16
* Fix docs build I inadvertantly broke.Andrew Dunstan2011-12-14
* Add --exclude-table-data option to pg_dump.Andrew Dunstan2011-12-14
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Put options in some sensible orderPeter Eisentraut2011-05-25
* Rename pg_dump --no-security-label to --no-security-labelsPeter Eisentraut2011-05-19
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Document that pg_dump --clean might generate some harmless errors on restore.Bruce Momjian2011-03-11
* Reference doc "examples" section for pg_dump options that often needBruce Momjian2011-03-10
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Mark all GUC variables with <varname> markup, rather than <literal>.Bruce Momjian2011-02-02
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-23
* Basic foreign table support.Robert Haas2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Move the documentation of --no-security-label to a more sensible placePeter Eisentraut2010-12-24
* Document pg_dump(all) --no-security-label instead of --security-label.Robert Haas2010-12-23
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add options to force quoting of all identifiers.Robert Haas2010-07-22
* Clarify statements about tar archive format.Tom Lane2010-02-23
* Document --version and --help options for all client applications (theyBruce Momjian2010-02-19
* First pass over client applications documentation proofreading.Bruce Momjian2010-02-19
* Document that autovacuum may run ANALYZEAlvaro Herrera2009-08-07
* Remove the -d and -D options of pg_dump and pg_dumpall. The functionalityTom Lane2009-03-22
* Provide some proper minimal documentation for the pg_dump(all) --binary-upgradePeter Eisentraut2009-03-04
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Add pg_dump --binary-upgrade flag to be used by binary upgradeBruce Momjian2009-02-17
* Update wording of how to prevent pg_dump from affecting statisticsBruce Momjian2009-02-10
* Properly wrap new pg_dump doc text.Bruce Momjian2009-02-07