Commit Graph

42 Commits (0e032a2240a98669546023f7707030ea3ce4ded7)

Author SHA1 Message Date
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Peter Eisentraut e18512c000 Remove unused #include's from backend .c files 1 year ago
Andres Freund 57f3702471 Use aux process resource owner in walsender 1 year ago
Michael Paquier c7cd2d6ed0 Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder 1 year ago
Michael Paquier 2065ddf5e3 Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder 1 year ago
Michael Paquier b81a71aa05 Assign error codes where missing for user-facing failures 1 year ago
Tomas Vondra cd4b6af620 Fix unnecessary padding in incremental backups 2 years ago
Tom Lane 0c66a164e7 Remove useless duplicate call of defGetBoolean(). 2 years ago
Tomas Vondra 10e3226ba1 Align blocks in incremental backups to BLCKSZ 2 years ago
Daniel Gustafsson b783186515 Add destroyStringInfo function for cleaning up StringInfos 2 years ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Daniel Gustafsson c1fc502f59 Skip .DS_Store files in server side utils 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Tom Lane 98c6231d19 Fix incorrect data type choices in some read and write calls. 2 years ago
Robert Haas dc21234005 Add support for incremental backup. 2 years ago
Robert Haas 025584a168 Change how a base backup decides which files have checksums. 2 years ago
Michael Paquier 7606175991 Extend sendFileWithContent() to handle custom content length in basebackup.c 2 years ago
Robert Haas 5b36e8f078 Change struct tablespaceinfo's oid member from 'char *' to 'Oid' 2 years ago
Robert Haas 5c47c6546c Refactor parse_filename_for_nontemp_relation to parse more. 2 years ago
Robert Haas c2ba3fdea5 In basebackup.c, refactor to create read_file_data_into_buffer. 2 years ago
Robert Haas 053183138a In basebackup.c, refactor to create verify_page_checksum. 2 years ago
Nathan Bossart f39b265808 Move PG_TEMP_FILE* macros to file_utils.h. 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
David Rowley b4dbf3e924 Fix various typos 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
Bruce Momjian c8e1ba736b Update copyright for 2023 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
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Peter Eisentraut a0b65155d0 Message style improvements 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
Robert Haas a8c0128697 Move basebackup code to new directory src/backend/backup 3 years ago
Thomas Munro 5fc88c5d53 Replace pgwin32_is_junction() with lstat(). 3 years ago
Thomas Munro cf112c1220 Remove dead pread and pwrite replacement code. 3 years ago
Thomas Munro 2b1f580ee2 Remove configure probes for symlink/readlink, and dead code. 3 years ago
Robert Haas 851f4cc75c Clean up some residual confusion between OIDs and RelFileNumbers. 3 years ago
Fujii Masao ee79647769 Prevent BASE_BACKUP in the middle of another backup in the same session. 3 years ago
Michael Paquier 33bd4698c1 Fix code comments still referring to pg_start/stop_backup() 4 years ago
Michael Paquier 83cca409ed Remove duplicated word in comment of basebackup.c 4 years ago
Michael Paquier a4b57543ac Rename backup_compression.{c,h} to compression.{c,h} 4 years ago