1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-07 13:40:17 +02:00
pg_probackup/src
2021-02-10 14:25:13 +03:00
..
utils [Issue #240] Handle SIGPIPE. Also when remote agent encounters an error condition during exectuion of asynchronous tasks, the error message is saved in global variable and reported when agent status is checked 2021-01-26 15:02:34 +03:00
archive.c [Issue #240] Handle SIGPIPE. Also when remote agent encounters an error condition during exectuion of asynchronous tasks, the error message is saved in global variable and reported when agent status is checked 2021-01-26 15:02:34 +03:00
backup.c [Issue #280] Expand "--force" flag for incremental restore, now in case of system ID mismatch the destination PGDATA will be deleted; the content of the directory, used as destination for tablespace remapping, is now also deleted. Tablespace map is now validated before reading. 2021-01-22 15:56:14 +03:00
catalog.c [Issue #237] Ignore EROFS when locking backup in shared mode 2021-02-10 14:11:57 +03:00
checkdb.c fix race condition in atexit callbacks for connection canceling 2020-10-30 02:38:39 +03:00
configure.c [Issue #127] WAL retention 2019-10-08 17:47:41 +03:00
data.c [Issue #320] always backup and always restore pg_filenode.map 2021-02-08 18:33:12 +03:00
datapagemap.c Revert "[Issue #252] additional debug messages" 2020-09-10 02:15:38 +03:00
datapagemap.h Extens page bitmap by doubling its size 2020-09-02 19:28:44 +03:00
delete.c [Issue #280] Expand "--force" flag for incremental restore, now in case of system ID mismatch the destination PGDATA will be deleted; the content of the directory, used as destination for tablespace remapping, is now also deleted. Tablespace map is now validated before reading. 2021-01-22 15:56:14 +03:00
dir.c [Issue #280] Expand "--force" flag for incremental restore, now in case of system ID mismatch the destination PGDATA will be deleted; the content of the directory, used as destination for tablespace remapping, is now also deleted. Tablespace map is now validated before reading. 2021-01-22 15:56:14 +03:00
fetch.c [Issue #204] Make version check of remote agent more robust 2020-05-12 22:14:29 +03:00
help.c minor fixes for restore help 2020-06-12 19:04:30 +03:00
init.c [Issue #231] make several attempts when creating backup directory, so two consecutive backups didn`t get the same backup ID 2021-01-20 15:11:54 +03:00
merge.c [Issue #231] make several attempts when creating backup directory, so two consecutive backups didn`t get the same backup ID 2021-01-20 15:11:54 +03:00
parsexlog.c [Issue #272] fix DST time skew, store backup metadata timestamps in UTC 2020-12-02 11:15:21 +03:00
pg_probackup.c [Issue #231] make several attempts when creating backup directory, so two consecutive backups didn`t get the same backup ID 2021-01-20 15:11:54 +03:00
pg_probackup.h [Issue #320] always backup and always restore pg_filenode.map 2021-02-08 18:33:12 +03:00
ptrack.c [Issue #260] fix integer overflow 2020-09-25 13:22:15 +03:00
restore.c bugfix: for PG>=12 instance with missing postgresql.auto.conf restore now correctly recreates postgresql.auto.conf 2021-02-10 14:25:13 +03:00
show.c [Issue #272] fix DST time skew, store backup metadata timestamps in UTC 2020-12-02 11:15:21 +03:00
stream.c do not fsync streamed WAL segments 2020-12-07 09:23:50 +03:00
util.c Extens page bitmap by doubling its size 2020-09-02 19:28:44 +03:00
validate.c [Issue #280] Expand "--force" flag for incremental restore, now in case of system ID mismatch the destination PGDATA will be deleted; the content of the directory, used as destination for tablespace remapping, is now also deleted. Tablespace map is now validated before reading. 2021-01-22 15:56:14 +03:00