summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_basebackup.sgml
AgeCommit message (Expand)Author
2025-07-11Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
2025-03-04doc: Expand version compatibility for pg_basebackup featuresDaniel Gustafsson
2024-11-04pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.Tom Lane
2024-08-09doc: Standardize use of dashes in references to CRC and SHA.Nathan Bossart
2024-03-27Adjust documentation for syncfs().Nathan Bossart
2024-03-21Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2023-12-21Fix numerous typos in incremental backup commits.Robert Haas
2023-12-20Add support for incremental backup.Robert Haas
2023-10-27doc: wording improvementsBruce Momjian
2023-10-04Document that --sync-method takes an argument.Nathan Bossart
2023-09-21Allow dbname in pg_basebackup/pg_receivewal connstringDaniel Gustafsson
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2022-11-30Refactor code parsing compression option values (-Z/--compress)Michael Paquier
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-04-07doc: Fix man page whitespace issuesPeter Eisentraut
2022-04-02Use has_privs_for_roles for predefined role checks: round 2Joe Conway
2022-03-30Allow parallel zstd compression when taking a base backup.Robert Haas
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-02-11pg_basebackup: Allow client-side LZ4 (de)compression.Robert Haas
2022-02-11Add suport for server-side LZ4 base backup compression.Robert Haas
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-28Adjust server-side backup to depend on pg_write_server_files.Robert Haas
2022-01-28Allow server-side compression to be used with -Fp.Robert Haas
2022-01-25Tidy up a few cosmetic issues related to pg_basebackup.Robert Haas
2022-01-24Server-side gzip compression.Robert Haas
2022-01-21Extend the options of pg_basebackup to control compressionMichael Paquier
2022-01-20Support base backup targets.Robert Haas
2021-04-23doc: Fix obsolete description about pg_basebackup.Fujii Masao
2021-03-31Add a docs section for obsoleted and renamed functions and settingsStephen Frost
2021-03-17Prevent buffer overrun in read_tablespace_map().Tom Lane
2021-03-05doc: Add backlinks to progress reporting documentationMichael Paquier
2020-11-11doc: fix spelling "connction" to "connection"Bruce Momjian
2020-10-03doc: libpq connection options can override command-line flagsBruce Momjian
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-08-15Doc: various improvements for pg_basebackup reference page.Tom Lane
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-10Add missing <application> tags in application doc <refentrytitle>sPeter Eisentraut
2020-07-08docs: replace 'master' with 'primary' where appropriate.Andres Freund
2020-06-07doc: Fix man page whitespace issuesPeter Eisentraut
2020-06-07doc: Move options on man pages into more alphabetical orderPeter Eisentraut
2020-06-07doc: Remove line breaks after <title>Peter Eisentraut
2020-05-29doc: Update the layout of "Viewing Statistics" section.Fujii Masao
2020-05-05Doc: Outline REPLICATION before SUPERUSER privilegeMichael Paquier
2020-04-12Rename pg_validatebackup to pg_verifybackup.Robert Haas
2020-04-03Generate backup manifests for base backups, and validate them.Robert Haas
2020-03-24Report NULL as total backup size if it's not estimated.Fujii Masao