index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
backup
Age
Commit message (
Expand
)
Author
6 hours
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-04-07
Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
2025-03-30
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-26
Clean up newlines following left parentheses
Álvaro Herrera
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-08
Use aux process resource owner in walsender
Andres Freund
2024-10-03
Adjust json_manifest_per_file_callback API in one more place.
Tom Lane
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-08-30
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-29
Message style improvements
Peter Eisentraut
2024-07-27
Optimize escaping of JSON strings
David Rowley
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-09
Fix limit block handling in pg_wal_summary_contents().
Fujii Masao
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
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-14
Fix unnecessary padding in incremental backups
Tomas Vondra
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-07
Remove useless duplicate call of defGetBoolean().
Tom Lane
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-20
Revert "Temporary patch to help debug pg_walsummary test failures."
Nathan Bossart
2024-03-16
Add destroyStringInfo function for cleaning up StringInfos
Daniel Gustafsson
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-02-13
Skip .DS_Store files in server side utils
Daniel Gustafsson
2024-01-31
Revise pg_walsummary's 002_blocks test to avoid spurious failures.
Robert Haas
2024-01-26
Temporary patch to help debug pg_walsummary test failures.
Robert Haas
2024-01-11
Add new function pg_get_wal_summarizer_state().
Robert Haas
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-03
Fix defects in PrepareForIncrementalBackup.
Robert Haas
2023-12-27
Fix incorrect data type choices in some read and write calls.
Tom Lane
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
[next]