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
*
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
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Don't attempt to verify checksums on new pages
Magnus Hagander
2018-04-15
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Properly use INT64_FORMAT in output
Magnus Hagander
2018-04-03
*
Fix for checksum validation patch
Magnus Hagander
2018-04-03
*
Validate page level checksums in base backups
Magnus Hagander
2018-04-03
*
Make pg_rewind skip files and directories that are removed during server start.
Fujii Masao
2018-03-29
*
Skip temp tables from basebackup.
Teodor Sigaev
2018-03-27
*
Fix unsafe extraction of the OID part of a relation filename.
Tom Lane
2018-03-25
*
Exclude unlogged tables from base backups
Teodor Sigaev
2018-03-23
*
Remove some inappropriate #includes.
Tom Lane
2018-02-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-19
[next]