aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_dump.sgml
Commit message (Expand)AuthorAge
* Fix typos in documentation and for one wait eventMichael Paquier2019-01-15
* Fix missing whitespace in pg_dump ref pageMagnus Hagander2018-10-29
* Doc: warn against using parallel restore with --load-via-partition-root.Tom Lane2018-09-23
* doc: Move some new options into better positions on man pagesPeter Eisentraut2018-06-07
* Put new command-line options into alphabetical orderPeter Eisentraut2018-06-04
* Support --no-comments in pg_dump, pg_dumpall, pg_restore.Tom Lane2018-01-25
* Move handling of database properties from pg_dumpall into pg_dump.Tom Lane2018-01-22
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* pg_dump: Support using synchronized snapshots on standbysPeter Eisentraut2017-08-16
* pg_dump: Add a --load-via-partition-root option.Robert Haas2017-08-14
* Put documentation of options and commands in more alphabetical orderPeter Eisentraut2017-06-14
* pg_dump: Add --no-publications optionPeter Eisentraut2017-05-12
* pg_dump: Add --no-subscriptions optionPeter Eisentraut2017-05-09
* pg_dump: Always dump subscriptions NOCONNECTPeter Eisentraut2017-04-13
* pg_dump: Dump subscriptions by defaultPeter Eisentraut2017-04-13
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Sync pg_dump and pg_dumpall outputAndrew Dunstan2017-03-22
* Logical replicationPeter Eisentraut2017-01-20
* Improve RLS documentation with respect to COPYJoe Conway2016-12-22
* Add --no-blobs option to pg_dumpStephen Frost2016-11-29
* Clarify pg_dump -b documentationStephen Frost2016-11-29
* Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.Tom Lane2016-10-12
* doc: Fix option order in man pages and fix typosPeter Eisentraut2016-07-06
* Further improve documentation about --quote-all-identifiers switch.Tom Lane2016-05-20
* Improve documentation about pg_dump's --quote-all-identifiers switch.Tom Lane2016-05-20
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Order some new options on man pages more sensibly, minor improvementsPeter Eisentraut2015-09-17
* Check existency of table/schema for -t/-n option (pg_dump/pg_restore)Teodor Sigaev2015-09-14
* doc: Spell checkingPeter Eisentraut2015-09-10
* Improve pg_restore's -t switch to match all types of relations.Tom Lane2015-07-02
* doc: Add note to pg_dump man page about pg_dumpallPeter Eisentraut2015-06-13
* Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.Fujii Masao2015-06-04
* 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