Commit Graph

11 Commits (17a5871d9d58ea639b6d1ba4f0ce58462d55a33c)

Author SHA1 Message Date
David Rowley 17a5871d9d Optimize escaping of JSON strings 11 months ago
Robert Haas 2041bc4276 Add the system identifier to backup manifests. 1 year ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Robert Haas 5b36e8f078 Change struct tablespaceinfo's oid member from 'char *' to 'Oid' 2 years ago
Peter Eisentraut 0d15afc875 Simplify useless 0L constants 2 years ago
Peter Eisentraut 20428d344a Add BufFileRead variants with short read and EOF detection 2 years ago
Peter Eisentraut 1561612e3b Fix some BufFileRead() error reporting 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut faf3750657 Add const to BufFileWrite 3 years ago
Robert Haas a8c0128697 Move basebackup code to new directory src/backend/backup 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Michael Paquier b69aba7457 Improve error handling of cryptohash computations 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Robert Haas bef47ff85d Introduce 'bbsink' abstraction to modularize base backup code. 4 years ago
Michael Paquier a3fcbcda75 Fix backup manifests to generate correct WAL-Ranges across timelines 4 years ago
Michael Paquier 2576dcfb76 Revert refactoring of hex code to src/common/ 4 years ago
Peter Eisentraut 6f6f284c7e Simplify printing of LSNs 4 years ago
Michael Paquier b83dcf7928 Add result size as argument of pg_cryptohash_final() for overflow checks 4 years ago
Michael Paquier aef8948f38 Rework refactoring of hex and encoding routines 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Michael Paquier 87ae9691d2 Move SHA2 routines to a new generic API layer for crypto hashes 5 years ago
Michael Paquier 03f9cd93ea Remove useless SHA256 initialization when not using backup manifests 5 years ago
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 5 years ago
Tom Lane f3e1e66196 Minor fixes in docs and error messages. 5 years ago
Thomas Munro 7897e3bb90 Fix buffile.c error handling. 5 years ago
Peter Eisentraut 574925bfd0 Remove unnecessary cast 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Robert Haas 3989dbdf12 Rename exposed identifiers to say "backup manifest". 5 years ago
Robert Haas 079ac29d4d Move the server's backup manifest code to a separate file. 5 years ago