index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
backup
/
basebackup_incremental.c
Age
Commit message (
Expand
)
Author
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-02
Adjust json_manifest_per_file_callback API in one more place.
Tom Lane
2024-08-29
Message style improvements
Peter Eisentraut
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-25
Document restrictions regarding incremental backups and standbys.
Robert Haas
2024-07-01
Remove useless extern keywords
Peter Eisentraut
2024-06-21
parse_manifest: Use const char *
Peter Eisentraut
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-04-12
Assorted minor cleanups in the test_json_parser module
Andrew Dunstan
2024-04-12
Fix some memory leaks associated with parsing json and manifests
Andrew Dunstan
2024-04-11
Fix grammar.
Thomas Munro
2024-04-11
Fix potential stack overflow in incremental backup.
Thomas Munro
2024-04-05
Align blocks in incremental backups to BLCKSZ
Tomas Vondra
2024-04-04
Use incremental parsing of backup manifests.
Andrew Dunstan
2024-03-13
Add the system identifier to backup manifests.
Robert Haas
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Fix pgindent damage.
Robert Haas
2024-03-04
Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.
Robert Haas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-26
Fix incorrect format placeholder
Peter Eisentraut
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-01-03
Update copyright for 2024
Bruce Momjian
2024-01-03
Fix defects in PrepareForIncrementalBackup.
Robert Haas
2023-12-27
Fix typo and case in messages
John Naylor
2023-12-21
Fix numerous typos in incremental backup commits.
Robert Haas
2023-12-20
Add support for incremental backup.
Robert Haas