summaryrefslogtreecommitdiff
path: root/src/backend/replication/backup_manifest.c
AgeCommit message (Expand)Author
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-05Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas
2021-08-23Fix backup manifests to generate correct WAL-Ranges across timelinesMichael Paquier
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-01-14Rework refactoring of hex and encoding routinesMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-12Remove useless SHA256 initialization when not using backup manifestsMichael Paquier
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-09-09Minor fixes in docs and error messages.Tom Lane
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-05-22Remove unnecessary castPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.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