Commit Graph

33 Commits (9fee3232a1d3661981c3cbf87227bfd02ee36c7b)

Author SHA1 Message Date
Peter Eisentraut 2631ebab7b Message wording improvements 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 2 years ago
David Rowley b4dbf3e924 Fix various typos 2 years ago
Tomas Vondra 2820adf775 Support long distance matching for zstd compression 2 years ago
Peter Eisentraut 0d15afc875 Simplify useless 0L constants 2 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 3 years ago
Robert Haas e76cbb6cd6 Reword overly-optimistic comment about backup checksum verification. 3 years ago
Robert Haas f3948b5c91 Remove an old comment that doesn't seem especially useful. 3 years ago
Robert Haas 33352b9279 In basebackup.c, perform end-of-file test after checksum validation. 3 years ago
Tom Lane 3a28d78089 Improve TimestampDifferenceMilliseconds to cope with overflow sanely. 3 years ago
Peter Eisentraut 20428d344a Add BufFileRead variants with short read and EOF detection 3 years ago
Peter Eisentraut 1561612e3b Fix some BufFileRead() error reporting 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut faf3750657 Add const to BufFileWrite 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Peter Eisentraut 75f49221c2 Static assertions cleanup 3 years ago
Robert Haas 45f5c81ad2 Fix failure to advance content pointer in sendFileWithContent. 3 years ago
David Rowley 2d0bbedda7 Rename shadowed local variables 3 years ago
Thomas Munro b6d8a60aba Restore pg_pread and friends. 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Michael Paquier e1e6f8f3df Remove dependency to StringInfo in xlogbackup.{c.h} 3 years ago
Michael Paquier 7d708093b7 Refactor creation of backup_label and backup history files 3 years ago
Peter Eisentraut 26f7802beb Message style improvements 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Peter Eisentraut a0b65155d0 Message style improvements 3 years ago
Michael Paquier f352e2d08a Simplify handling of compression level with compression specifications 3 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Peter Eisentraut ab9717847a Remove obsolete comment 3 years ago
David Rowley f01592f915 Remove shadowed local variables that are new in v15 3 years ago
Robert Haas a8c0128697 Move basebackup code to new directory src/backend/backup 3 years ago