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
/
replication
/
basebackup.c
Age
Commit message (
Expand
)
Author
2022-01-18
Modify pg_basebackup to use a new COPY subprotocol for base backups.
Robert Haas
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-10
Fix thinko in assertion in basebackup.c.
Robert Haas
2021-11-09
Have the server properly terminate tar archives.
Robert Haas
2021-11-05
Introduce 'bbsink' abstraction to modularize base backup code.
Robert Haas
2021-10-29
When fetching WAL for a basebackup, report errors with a sensible TLI.
Robert Haas
2021-10-12
Refactor basebackup.c's _tarWriteDir() function.
Robert Haas
2021-10-05
Flexible options for BASE_BACKUP.
Robert Haas
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-17
Use correct format placeholder for block numbers
Peter Eisentraut
2021-03-17
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-27
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-04
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-06-17
Improve server code to read files as part of a base backup.
Robert Haas
2020-06-17
Minor code cleanup for perform_base_backup().
Robert Haas
2020-06-17
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-15
Assorted cleanup of tar-related code.
Robert Haas
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-04-23
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-20
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-10
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-09
Exclude backup_manifest file that existed in database, from BASE_BACKUP.
Fujii Masao
2020-04-03
Be more careful about time_t vs. pg_time_t in basebackup.c.
Robert Haas
2020-04-03
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-03-24
Report NULL as total backup size if it's not estimated.
Fujii Masao
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-03
Report progress of streaming base backup.
Fujii Masao
2020-02-24
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-01-13
Fix base backup with database OIDs larger than INT32_MAX
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-19
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-09-23
Message style fixes
Peter Eisentraut
2019-09-17
Add some const decorations to array constants
Peter Eisentraut
2019-09-06
When performing a base backup, check for read errors.
Robert Haas
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-07-16
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-07-04
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-12
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-03-13
Rename pg_verify_checksums to pg_checksums
Michael Paquier
2019-03-09
Track block level checksum failures in pg_stat_database
Magnus Hagander
[next]