index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
backup
Commit message (
Expand
)
Author
Age
*
Use aux process resource owner in walsender
Andres Freund
2024-10-08
*
Adjust json_manifest_per_file_callback API in one more place.
Tom Lane
2024-10-02
*
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-03
*
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-30
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Optimize escaping of JSON strings
David Rowley
2024-07-27
*
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
*
Document restrictions regarding incremental backups and standbys.
Robert Haas
2024-07-25
*
Fix limit block handling in pg_wal_summary_contents().
Fujii Masao
2024-07-09
*
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-04
*
Remove useless extern keywords
Peter Eisentraut
2024-07-01
*
parse_manifest: Use const char *
Peter Eisentraut
2024-06-21
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Fix unnecessary padding in incremental backups
Tomas Vondra
2024-04-14
*
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-12
*
Fix grammar.
Thomas Munro
2024-04-11
*
Fix potential stack overflow in incremental backup.
Thomas Munro
2024-04-11
*
Remove useless duplicate call of defGetBoolean().
Tom Lane
2024-04-07
*
Align blocks in incremental backups to BLCKSZ
Tomas Vondra
2024-04-05
*
Use incremental parsing of backup manifests.
Andrew Dunstan
2024-04-04
*
Revert "Temporary patch to help debug pg_walsummary test failures."
Nathan Bossart
2024-03-20
*
Add destroyStringInfo function for cleaning up StringInfos
Daniel Gustafsson
2024-03-16
*
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-13
*
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-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Fix incorrect format placeholder
Peter Eisentraut
2024-02-26
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Skip .DS_Store files in server side utils
Daniel Gustafsson
2024-02-13
*
Revise pg_walsummary's 002_blocks test to avoid spurious failures.
Robert Haas
2024-01-31
*
Temporary patch to help debug pg_walsummary test failures.
Robert Haas
2024-01-26
*
Add new function pg_get_wal_summarizer_state().
Robert Haas
2024-01-11
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix defects in PrepareForIncrementalBackup.
Robert Haas
2024-01-03
*
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-27
*
Fix numerous typos in incremental backup commits.
Robert Haas
2023-12-21
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Change how a base backup decides which files have checksums.
Robert Haas
2023-11-14
*
Extend sendFileWithContent() to handle custom content length in basebackup.c
Michael Paquier
2023-11-13
*
Change struct tablespaceinfo's oid member from 'char *' to 'Oid'
Robert Haas
2023-10-23
*
Refactor parse_filename_for_nontemp_relation to parse more.
Robert Haas
2023-10-23
*
In basebackup.c, refactor to create read_file_data_into_buffer.
Robert Haas
2023-10-03
*
In basebackup.c, refactor to create verify_page_checksum.
Robert Haas
2023-10-03
*
Move PG_TEMP_FILE* macros to file_utils.h.
Nathan Bossart
2023-09-05
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
[next]