aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_dump.sgml
Commit message (Expand)AuthorAge
* 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
* Document disabling the statistics collector pg_dump activity, and give aBruce Momjian2009-02-07
* Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane2009-01-05
* Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ...Tom Lane2008-08-26
* Mention that pg_dump does not dump ALTER DATABASE ... SET commands;Bruce Momjian2008-08-21
* Add a pg_dump option --lock-wait-timeout to allow failing the dump if unableTom Lane2008-07-20
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-13
* Fix bad spelling and worse grammar in recent doc commits. PropagateTom Lane2008-03-26
* Strengthen warnings about using pg_dump's -i option.Bruce Momjian2008-03-26
* Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane2008-03-20
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-11
* Fix seriously broken markup for libpq-envars cross-references.Tom Lane2007-03-26
* More clearly document that most PostgreSQL utilities support libpqBruce Momjian2007-02-20
* Remove "History" sections for pg_dump and pg_restore. I don't thinkBruce Momjian2007-02-20
* This patch adds documentation for the long-version parameters --usernameNeil Conway2007-02-01
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Add an example showing how to cope with mixed-case names in pg_dumpTom Lane2006-11-28