aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
Commit message (Expand)AuthorAge
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Rename exposed identifiers to say "backup manifest".Robert Haas2020-04-23
* Move the server's backup manifest code to a separate file.Robert Haas2020-04-20
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Exclude backup_manifest file that existed in database, from BASE_BACKUP.Fujii Masao2020-04-09
* Be more careful about time_t vs. pg_time_t in basebackup.c.Robert Haas2020-04-03
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-03
* Report NULL as total backup size if it's not estimated.Fujii Masao2020-03-24
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Report progress of streaming base backup.Fujii Masao2020-03-03
* Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier2020-02-24
* Fix base backup with database OIDs larger than INT32_MAXPeter Eisentraut2020-01-13
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2019-12-19
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Message style fixesPeter Eisentraut2019-09-23
* Add some const decorations to array constantsPeter Eisentraut2019-09-17
* When performing a base backup, check for read errors.Robert Haas2019-09-06
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut2019-07-04
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-12
* Rename pg_verify_checksums to pg_checksumsMichael Paquier2019-03-13
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier2018-11-30
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Correct constness of a few variables.Andres Freund2018-10-15
* Improve some error message strings and errcodesMichael Paquier2018-09-04
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix some assorted compiler warnings on Windows.Tom Lane2018-05-01
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Don't attempt to verify checksums on new pagesMagnus Hagander2018-04-15
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Refactor dir/file permissionsStephen Frost2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Properly use INT64_FORMAT in outputMagnus Hagander2018-04-03
* Fix for checksum validation patchMagnus Hagander2018-04-03
* Validate page level checksums in base backupsMagnus Hagander2018-04-03
* Make pg_rewind skip files and directories that are removed during server start.Fujii Masao2018-03-29
* Skip temp tables from basebackup.Teodor Sigaev2018-03-27
* Fix unsafe extraction of the OID part of a relation filename.Tom Lane2018-03-25
* Exclude unlogged tables from base backupsTeodor Sigaev2018-03-23
* Remove some inappropriate #includes.Tom Lane2018-02-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao2017-12-19