aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
Commit message (Expand)AuthorAge
* Flexible options for BASE_BACKUP.Robert Haas2021-10-05
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Use correct format placeholder for block numbersPeter Eisentraut2021-04-17
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-17
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Update copyright for 2021Bruce Momjian2021-01-02
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-04
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Improve server code to read files as part of a base backup.Robert Haas2020-06-17
* Minor code cleanup for perform_base_backup().Robert Haas2020-06-17
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-17
* Assorted cleanup of tar-related code.Robert Haas2020-06-15
* 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