index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
basebackup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-10
1
-1829
/
+0
*
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-06
1
-11
/
+1
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
1
-1
/
+1
*
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-08-05
1
-13
/
+0
*
Clean up some residual confusion between OIDs and RelFileNumbers.
Robert Haas
2022-07-28
1
-7
/
+9
*
Prevent BASE_BACKUP in the middle of another backup in the same session.
Fujii Masao
2022-07-20
1
-0
/
+6
*
Fix code comments still referring to pg_start/stop_backup()
Michael Paquier
2022-07-01
1
-1
/
+1
*
Remove duplicated word in comment of basebackup.c
Michael Paquier
2022-04-20
1
-1
/
+1
*
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-12
1
-12
/
+12
*
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
1
-34
/
+2
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
1
-2
/
+2
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
1
-11
/
+9
*
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
1
-30
/
+32
*
Allow extensions to add new backup targets.
Robert Haas
2022-03-15
1
-55
/
+27
*
Add support for zstd base backup compression.
Robert Haas
2022-03-08
1
-1
/
+6
*
Add suport for server-side LZ4 base backup compression.
Robert Haas
2022-02-11
1
-1
/
+6
*
Remove server support for the previous base backup protocol.
Robert Haas
2022-02-10
1
-9
/
+2
*
Server-side gzip compression.
Robert Haas
2022-01-24
1
-0
/
+54
*
Support base backup targets.
Robert Haas
2022-01-20
1
-13
/
+68
*
Modify pg_basebackup to use a new COPY subprotocol for base backups.
Robert Haas
2022-01-18
1
-2
/
+34
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Fix thinko in assertion in basebackup.c.
Robert Haas
2021-11-10
1
-2
/
+2
*
Have the server properly terminate tar archives.
Robert Haas
2021-11-09
1
-0
/
+16
*
Introduce 'bbsink' abstraction to modularize base backup code.
Robert Haas
2021-11-05
1
-495
/
+197
*
When fetching WAL for a basebackup, report errors with a sensible TLI.
Robert Haas
2021-10-29
1
-7
/
+6
*
Refactor basebackup.c's _tarWriteDir() function.
Robert Haas
2021-10-12
1
-12
/
+14
*
Flexible options for BASE_BACKUP.
Robert Haas
2021-10-05
1
-19
/
+32
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-1
/
+1
*
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-17
1
-2
/
+2
*
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
1
-1
/
+1
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
1
-5
/
+0
*
Add key management system
Bruce Momjian
2020-12-25
1
-0
/
+5
*
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-12-04
1
-1
/
+7
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
1
-7
/
+17
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
1
-1
/
+4
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
1
-1
/
+1
*
Improve server code to read files as part of a base backup.
Robert Haas
2020-06-17
1
-66
/
+77
*
Minor code cleanup for perform_base_backup().
Robert Haas
2020-06-17
1
-11
/
+9
*
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
1
-7
/
+14
*
Assorted cleanup of tar-related code.
Robert Haas
2020-06-15
1
-10
/
+19
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
1
-1
/
+1
*
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-23
1
-16
/
+17
*
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-20
1
-389
/
+2
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
1
-1
/
+1
*
Exclude backup_manifest file that existed in database, from BASE_BACKUP.
Fujii Masao
2020-04-09
1
-0
/
+8
*
Be more careful about time_t vs. pg_time_t in basebackup.c.
Robert Haas
2020-04-03
1
-4
/
+6
*
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-04-03
1
-22
/
+515
*
Report NULL as total backup size if it's not estimated.
Fujii Masao
2020-03-24
1
-2
/
+17
[next]