summaryrefslogtreecommitdiff
path: root/doc/src/sgml/backup.sgml
AgeCommit message (Expand)Author
32 hoursdoc: double-quote use of %f, %p, and %r in literal commands.Bruce Momjian
2025-07-11Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
2025-01-25Doc: recommend "psql -X" for restoring pg_dump scripts.Tom Lane
2024-07-25Document restrictions regarding incremental backups and standbys.Robert Haas
2024-04-25pg_combinebackup: Detect checksum mismatches and document limitation.Robert Haas
2023-12-20Add support for incremental backup.Robert Haas
2023-03-20doc: Additional information about timeline ID hexadecimal formatPeter Eisentraut
2023-01-14Doc: fix typo in backup.sgml.Tatsuo Ishii
2022-09-22Restore archive_command documentationPeter Eisentraut
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-08-19doc: Improve some markups and some wording around archiving modulesMichael Paquier
2022-08-05Be more prescriptive in new doc about re-archiving of same WAL file.Noah Misch
2022-07-26doc: Add note about re-archiving of same WAL files in docs.Fujii Masao
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-10Doc: fix typos in documentationDaniel Gustafsson
2022-04-08pgstat: Update docs to match the shared memory stats reality.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-02-03Allow archiving via loadable modules.Robert Haas
2021-08-03doc: add example of using pg_dump with GNU split and gzipBruce Momjian
2021-04-02doc: Clarify how to generate backup files with non-exclusive backupsMichael Paquier
2021-03-02doc: Mention archive_command failure handling on signalsMichael Paquier
2021-02-26doc: Improve {archive,restore}_command for compressed logsMichael Paquier
2021-01-06doc: Fix description about default behavior of recovery_target_timeline.Fujii Masao
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-07-08docs: replace 'master' with 'primary' where appropriate.Andres Freund
2019-09-08doc: Clean up title case usePeter Eisentraut
2019-07-13Fix and improve several places in the docsMichael Paquier
2019-06-13Fix double-word typosAlvaro Herrera
2019-03-29Warn more strongly about the dangers of exclusive backup mode.Robert Haas
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-06-26Fix documentation bug related to backup history file.Fujii Masao
2018-05-28doc: mark 'replaceable' parameter for backup program listingBruce Momjian
2018-04-08Doc: clarify explanation of pg_dump usage.Tom Lane
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-11-07Remove secondary checkpointSimon Riggs
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-08-25Improve low-level backup documentation.Robert Haas
2017-08-05Make pg_stop_backup's wait_for_archive flag work on standbys.Robert Haas
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-03-23Expose waitforarchive option through pg_stop_backup()Stephen Frost
2017-03-19doc: Fix a few typos and awkward linksPeter Eisentraut
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-02-26Clarify the role of checkpoint at the begininng of base backupsMagnus Hagander
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-01-14Change default values for backup and replication parametersMagnus Hagander
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-09-28Exclude additional directories in pg_basebackupPeter Eisentraut