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
Age
Commit message (
Expand
)
Author
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-03
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
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-11-14
Change how a base backup decides which files have checksums.
Robert Haas
2023-11-13
Extend sendFileWithContent() to handle custom content length in basebackup.c
Michael Paquier
2023-10-23
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-03
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-09-05
Move PG_TEMP_FILE* macros to file_utils.h.
Nathan Bossart
2023-08-22
Introduce macros for protocol characters.
Nathan Bossart
2023-07-10
Message wording improvements
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix various typos
David Rowley
2023-04-06
Support long distance matching for zstd compression
Tomas Vondra
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2023-03-06
Reword overly-optimistic comment about backup checksum verification.
Robert Haas
2023-03-06
Remove an old comment that doesn't seem especially useful.
Robert Haas
2023-03-06
In basebackup.c, perform end-of-file test after checksum validation.
Robert Haas
2023-01-26
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-16
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
Fix some BufFileRead() error reporting
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Add const to BufFileWrite
Peter Eisentraut
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-12-12
Fix failure to advance content pointer in sendFileWithContent.
Robert Haas
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Remove dependency to StringInfo in xlogbackup.{c.h}
Michael Paquier
2022-09-26
Refactor creation of backup_label and backup history files
Michael Paquier
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-17
Message style improvements
Peter Eisentraut
2022-09-14
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-26
Remove obsolete comment
Peter Eisentraut
2022-08-20
Remove shadowed local variables that are new in v15
David Rowley
2022-08-10
Move basebackup code to new directory src/backend/backup
Robert Haas
[prev]