index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
backup_manifest.c
Age
Commit message (
Expand
)
Author
2022-08-10
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-05
Introduce 'bbsink' abstraction to modularize base backup code.
Robert Haas
2021-08-23
Fix backup manifests to generate correct WAL-Ranges across timelines
Michael Paquier
2021-08-19
Revert refactoring of hex code to src/common/
Michael Paquier
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-15
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-01-14
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-11-12
Remove useless SHA256 initialization when not using backup manifests
Michael Paquier
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-09-09
Minor fixes in docs and error messages.
Tom Lane
2020-06-16
Fix buffile.c error handling.
Thomas Munro
2020-05-22
Remove unnecessary cast
Peter Eisentraut
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-23
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-20
Move the server's backup manifest code to a separate file.
Robert Haas