summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
AgeCommit message (Expand)Author
2022-01-18Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas
2022-01-07Update copyright for 2022Bruce Momjian
2021-11-10Fix thinko in assertion in basebackup.c.Robert Haas
2021-11-09Have the server properly terminate tar archives.Robert Haas
2021-11-05Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas
2021-10-29When fetching WAL for a basebackup, report errors with a sensible TLI.Robert Haas
2021-10-12Refactor basebackup.c's _tarWriteDir() function.Robert Haas
2021-10-05Flexible options for BASE_BACKUP.Robert Haas
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-17Use correct format placeholder for block numbersPeter Eisentraut
2021-03-17Code review for server's handling of "tablespace map" files.Tom Lane
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-27Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-06-17Improve server code to read files as part of a base backup.Robert Haas
2020-06-17Minor code cleanup for perform_base_backup().Robert Haas
2020-06-17Don't export basebackup.c's sendTablespace().Robert Haas
2020-06-15Assorted cleanup of tar-related code.Robert Haas
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-04-23Rename exposed identifiers to say "backup manifest".Robert Haas
2020-04-20Move the server's backup manifest code to a separate file.Robert Haas
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-04-09Exclude backup_manifest file that existed in database, from BASE_BACKUP.Fujii Masao
2020-04-03Be more careful about time_t vs. pg_time_t in basebackup.c.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
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-03Report progress of streaming base backup.Fujii Masao
2020-02-24Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier
2020-01-13Fix base backup with database OIDs larger than INT32_MAXPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-23Message style fixesPeter Eisentraut
2019-09-17Add some const decorations to array constantsPeter Eisentraut
2019-09-06When performing a base backup, check for read errors.Robert Haas
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-16Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-04Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-03-13Rename pg_verify_checksums to pg_checksumsMichael Paquier
2019-03-09Track block level checksum failures in pg_stat_databaseMagnus Hagander