index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
basebackup.c
Commit message (
Expand
)
Author
Age
*
Flexible options for BASE_BACKUP.
Robert Haas
2021-10-05
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-17
*
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-12-04
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
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-17
*
Assorted cleanup of tar-related code.
Robert Haas
2020-06-15
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-23
*
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-20
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Exclude backup_manifest file that existed in database, from BASE_BACKUP.
Fujii Masao
2020-04-09
*
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-04-03
*
Report NULL as total backup size if it's not estimated.
Fujii Masao
2020-03-24
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Report progress of streaming base backup.
Fujii Masao
2020-03-03
*
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-02-24
*
Fix base backup with database OIDs larger than INT32_MAX
Peter Eisentraut
2020-01-13
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2019-12-19
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Add some const decorations to array constants
Peter Eisentraut
2019-09-17
*
When performing a base backup, check for read errors.
Robert Haas
2019-09-06
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-16
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
2019-07-04
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-12
*
Rename pg_verify_checksums to pg_checksums
Michael Paquier
2019-03-13
*
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-09
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix various checksum check problems for pg_verify_checksums and base backups
Michael Paquier
2018-11-30
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Correct constness of a few variables.
Andres Freund
2018-10-15
*
Improve some error message strings and errcodes
Michael Paquier
2018-09-04
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Fix some assorted compiler warnings on Windows.
Tom Lane
2018-05-01
[next]