index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
backup_manifest.c
Commit message (
Expand
)
Author
Age
*
Fix backup manifests to generate correct WAL-Ranges across timelines
Michael Paquier
2021-08-23
*
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-19
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-15
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
*
Remove useless SHA256 initialization when not using backup manifests
Michael Paquier
2020-11-12
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
*
Minor fixes in docs and error messages.
Tom Lane
2020-09-09
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Remove unnecessary cast
Peter Eisentraut
2020-05-22
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-23
*
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-20