summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_dump.sgml
AgeCommit message (Expand)Author
8 daysdoc: consistently use "structname" and "structfield" markupBruce Momjian
9 daysdoc: Fix incorrect wording for --file in pg_dumpDaniel Gustafsson
2025-08-11Restrict psql meta-commands in plain-text dumps.Nathan Bossart
2025-08-02Simplify options in pg_dump and pg_restore.Jeff Davis
2025-06-26docs: fix typoÁlvaro Herrera
2025-06-26pg_dump: include comments on valid not-null constraints, tooÁlvaro Herrera
2025-06-19Improve pg_dump/pg_dumpall help synopses and terminologyPeter Eisentraut
2025-06-18pg_dump: Allow pg_dump to dump the statistics for foreign tables.Fujii Masao
2025-05-27Change pg_dump default for statistics export.Jeff Davis
2025-04-30doc: Alphabetize long options for pg_dump[all].Nathan Bossart
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-03-26Add pg_dump --with-{schema|data|statistics} options.Jeff Davis
2025-03-25pg_dump: Add --sequence-data.Nathan Bossart
2025-03-16pg_dump, pg_dumpall, pg_restore: Add --no-policies option.Tom Lane
2025-02-22Documentation fixups for dumping statistics.Jeff Davis
2025-02-20Transfer statistics during pg_upgrade.Jeff Davis
2025-01-25Doc: recommend "psql -X" for restoring pg_dump scripts.Tom Lane
2024-11-18doc: clarify pg_dump --no-comments meaning as SQL commentsBruce Momjian
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-07-31doc: Avoid too prominent use of "backup" on pg_dump man pagePeter Eisentraut
2024-06-10doc: Mention all options equivalent to pg_dump --filter patterns.Dean Rasheed
2024-04-24pg_dump: Put new options in consistent order in --help and man pagePeter Eisentraut
2024-04-23Fix the handling of the failover option in subscription commands.Amit Kapila
2024-03-27Adjust documentation for syncfs().Nathan Bossart
2024-03-20Add "--exclude-extension" to pg_dump's options.Dean Rasheed
2024-02-07Clean-ups for 776621a5e4 and 7329240437.Amit Kapila
2024-01-30Add a failover option to subscriptions.Amit Kapila
2023-11-29Read include/exclude commands for dump/restore from fileDaniel Gustafsson
2023-10-30Doc: Make link names consistent in logical replication commands.Amit Kapila
2023-10-04Document that --sync-method takes an argument.Nathan Bossart
2023-09-29Doc: improve description of dump/restore's --clean and --if-exists.Tom Lane
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-05-22pg_dump doc: mention 'long' is valid for --compressAlvaro Herrera
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-04-05pg_dump: Add support for zstd compressionTomas Vondra
2023-03-29Add XML ID attributes to create_subscription.sgml.Amit Kapila
2023-03-17Fix pg_dump for hash partitioning on enum columns.Tom Lane
2023-03-14Allow pg_dump to include/exclude child tables automatically.Tom Lane
2023-03-01Improve wording in pg_dump compression docsTomas Vondra
2023-02-23Add LZ4 compression to pg_dumpTomas Vondra
2022-12-05pg_dump: Remove "blob" terminologyPeter Eisentraut
2022-12-02Switch pg_dump to use compression specificationsMichael Paquier
2022-09-23Doc: adjust misleading phrasing of a few cross-references.Tom Lane
2022-07-21doc: use wording "restore" instead of "reload" of dumpsBruce Momjian
2022-07-01Clarify that pg_dump takes ACCESS SHARE lockJohn Naylor
2022-04-08pgstat: Update docs to match the shared memory stats reality.Andres Freund
2022-04-07Unlogged sequencesPeter Eisentraut
2022-01-17Add support for --no-table-access-method in pg_{dump,dumpall,restore}Michael Paquier
2021-12-15Remove pg_dump's --no-synchronized-snapshots switch.Tom Lane
2021-12-14Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.Tom Lane