summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
Commit message (Expand)AuthorAgeFilesLines
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-101-1829/+0
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-061-11/+1
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-051-1/+1
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-051-13/+0
* Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas2022-07-281-7/+9
* Prevent BASE_BACKUP in the middle of another backup in the same session.Fujii Masao2022-07-201-0/+6
* Fix code comments still referring to pg_start/stop_backup()Michael Paquier2022-07-011-1/+1
* Remove duplicated word in comment of basebackup.cMichael Paquier2022-04-201-1/+1
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-121-12/+12
* pgstat: remove stats_temp_directory.Andres Freund2022-04-061-34/+2
* pgstat: stats collector references in comments.Andres Freund2022-04-061-2/+2
* Remove exclusive backup modeStephen Frost2022-04-061-11/+9
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-231-30/+32
* Allow extensions to add new backup targets.Robert Haas2022-03-151-55/+27
* Add support for zstd base backup compression.Robert Haas2022-03-081-1/+6
* Add suport for server-side LZ4 base backup compression.Robert Haas2022-02-111-1/+6
* Remove server support for the previous base backup protocol.Robert Haas2022-02-101-9/+2
* Server-side gzip compression.Robert Haas2022-01-241-0/+54
* Support base backup targets.Robert Haas2022-01-201-13/+68
* Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas2022-01-181-2/+34
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix thinko in assertion in basebackup.c.Robert Haas2021-11-101-2/+2
* Have the server properly terminate tar archives.Robert Haas2021-11-091-0/+16
* Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas2021-11-051-495/+197
* When fetching WAL for a basebackup, report errors with a sensible TLI.Robert Haas2021-10-291-7/+6
* Refactor basebackup.c's _tarWriteDir() function.Robert Haas2021-10-121-12/+14
* Flexible options for BASE_BACKUP.Robert Haas2021-10-051-19/+32
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-1/+1
* Use correct format placeholder for block numbersPeter Eisentraut2021-04-171-2/+2
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-171-1/+1
* Simplify printing of LSNsPeter Eisentraut2021-02-231-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-5/+0
* Add key management systemBruce Momjian2020-12-251-0/+5
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-041-1/+7
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-021-7/+17
* Message fixes and style improvementsPeter Eisentraut2020-09-141-1/+4
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-081-1/+1
* Improve server code to read files as part of a base backup.Robert Haas2020-06-171-66/+77
* Minor code cleanup for perform_base_backup().Robert Haas2020-06-171-11/+9
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-171-7/+14
* Assorted cleanup of tar-related code.Robert Haas2020-06-151-10/+19
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-151-1/+1
* Rename exposed identifiers to say "backup manifest".Robert Haas2020-04-231-16/+17
* Move the server's backup manifest code to a separate file.Robert Haas2020-04-201-389/+2
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-101-1/+1
* Exclude backup_manifest file that existed in database, from BASE_BACKUP.Fujii Masao2020-04-091-0/+8
* Be more careful about time_t vs. pg_time_t in basebackup.c.Robert Haas2020-04-031-4/+6
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-031-22/+515
* Report NULL as total backup size if it's not estimated.Fujii Masao2020-03-241-2/+17