aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
Commit message (Expand)AuthorAge
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-06
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-05
* Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas2022-07-28
* Prevent BASE_BACKUP in the middle of another backup in the same session.Fujii Masao2022-07-20
* Fix code comments still referring to pg_start/stop_backup()Michael Paquier2022-07-01
* Remove duplicated word in comment of basebackup.cMichael Paquier2022-04-20
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-12
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23
* Allow extensions to add new backup targets.Robert Haas2022-03-15
* Add support for zstd base backup compression.Robert Haas2022-03-08
* Add suport for server-side LZ4 base backup compression.Robert Haas2022-02-11
* Remove server support for the previous base backup protocol.Robert Haas2022-02-10
* Server-side gzip compression.Robert Haas2022-01-24
* Support base backup targets.Robert Haas2022-01-20
* Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas2022-01-18
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix thinko in assertion in basebackup.c.Robert Haas2021-11-10
* Have the server properly terminate tar archives.Robert Haas2021-11-09
* Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas2021-11-05
* When fetching WAL for a basebackup, report errors with a sensible TLI.Robert Haas2021-10-29
* Refactor basebackup.c's _tarWriteDir() function.Robert Haas2021-10-12
* 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