1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-08 13:44:32 +02:00
pg_probackup/src
2019-07-11 12:31:38 +03:00
..
utils rename "omit_symlink" flag to follow_symlink 2019-07-04 01:46:45 +03:00
archive.c refactoring. move WAL related functions to archive.c 2019-05-06 11:27:42 +03:00
backup.c [Issue #92] Improvements pointed out by review 2019-07-06 04:00:45 +03:00
catalog.c minor change of elevel 2019-07-11 12:31:38 +03:00
checkdb.c checkdb: escape database name in amcheck related elog messages 2019-07-07 17:34:12 +03:00
configure.c fix show-config in json format: add quotes for all values 2019-06-17 21:51:52 +03:00
data.c Revert "Decompress restored file by remote agent" 2019-07-04 01:33:59 +03:00
delete.c [Issue #92] Improvements pointed out by review 2019-07-06 04:00:45 +03:00
dir.c rename "omit_symlink" flag to follow_symlink 2019-07-04 01:46:45 +03:00
fetch.c Fix configuration of reomte agent 2019-01-23 17:26:32 +03:00
help.c add "--help" option to all commands in help_pg_probackup() 2019-06-21 15:13:32 +03:00
init.c Update copyrights 2019-04-25 15:47:24 +03:00
merge.c Fix error message during files merging 2019-06-19 17:37:35 +03:00
parsexlog.c Get last valid WAL record correctly using sorted thread_args array 2019-05-20 11:28:51 +03:00
pg_probackup.c minor fix: report correct remote mode if remote-host is not NULL and remote-proto is "none" 2019-06-20 18:20:09 +03:00
pg_probackup.h Merge branch 'master' into issue_92 2019-07-04 01:49:07 +03:00
restore.c correct flag for recovery.conf creation 2019-07-08 02:40:20 +03:00
show.c minor improvement: parent TLI in FULL backups now always equal to zero 2019-06-18 20:57:08 +03:00
util.c minor improvement: use slurpFile instead fetchFile, because fetchFile is relying on pg_read_binary_file(), which is insecure and redundant 2019-07-11 02:26:00 +03:00
validate.c minor fix: wrong order of arguments in elog() messages about unexpected file checksumm and file size 2019-06-19 15:31:52 +03:00