postgresql/src/include/nodes
Robert Haas dc21234005 Add support for incremental backup.
To take an incremental backup, you use the new replication command
UPLOAD_MANIFEST to upload the manifest for the prior backup. This
prior backup could either be a full backup or another incremental
backup.  You then use BASE_BACKUP with the INCREMENTAL option to take
the backup.  pg_basebackup now has an --incremental=PATH_TO_MANIFEST
option to trigger this behavior.

An incremental backup is like a regular full backup except that
some relation files are replaced with files with names like
INCREMENTAL.${ORIGINAL_NAME}, and the backup_label file contains
additional lines identifying it as an incremental backup. The new
pg_combinebackup tool can be used to reconstruct a data directory
from a full backup and a series of incremental backups.

Patch by me.  Reviewed by Matthias van de Meent, Dilip Kumar, Jakub
Wartak, Peter Eisentraut, and Álvaro Herrera. Thanks especially to
Jakub for incredibly helpful and extensive testing.

Discussion: http://postgr.es/m/CA+TgmoYOYZfMCyOXFyC-P+-mdrZqm5pP2N7S-r0z3_402h9rsA@mail.gmail.com
2023-12-20 09:49:12 -05:00
..
.gitignore Automatically generate node support functions 2022-07-09 08:53:59 +02:00
bitmapset.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
execnodes.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
extensible.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
lockoptions.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
makefuncs.h Simplify productions for FORMAT JSON [ ENCODING name ] 2023-12-11 11:55:34 +01:00
memnodes.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build meson: Add dependencies to perl modules to various script invocations 2023-06-09 20:12:16 -07:00
miscnodes.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
multibitmapset.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
nodeFuncs.h Fix typos in comments 2023-05-02 12:23:08 +09:00
nodes.h Update comment for Cardinality typedef 2023-12-19 14:58:47 +01:00
params.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
parsenodes.h Stop including parsenodes.h in plannodes.h 2023-11-07 19:26:39 +01:00
pathnodes.h Make UniqueRelInfo a node 2023-10-27 05:45:16 +03:00
pg_list.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
plannodes.h Stop including parsenodes.h in plannodes.h 2023-11-07 19:26:39 +01:00
primnodes.h Stop including parsenodes.h in plannodes.h 2023-11-07 19:26:39 +01:00
print.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
queryjumble.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
readfuncs.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
replnodes.h Add support for incremental backup. 2023-12-20 09:49:12 -05:00
subscripting.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
supportnodes.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
tidbitmap.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
value.h Update copyright for 2023 2023-01-02 15:00:37 -05:00