Commit Graph
2520 Commits
Author SHA1 Message Date
Grigory Smolkin 61b25eb1e5 [Issue #174] tests refactoring 2020-03-02 14:28:11 +03:00
Grigory Smolkin b16ea0e3ff [Issue #174] --no-sync flag support, new flag --no-ready-rename, tidying up 2020-03-02 12:20:26 +03:00
Grigory Smolkin 2645ebcf96 [Issue #174] refactoring 2020-03-01 16:34:08 +03:00
Grigory Smolkin 9b8c00a067 [Issue #174] archive-push refactoring: multi-threading support, O_EXCL in remote mode, checksum computation on remote side 2020-02-27 12:25:33 +03:00
Grigory Smolkin 07620839b3 Merge branch 'master' into issue_169 2020-02-22 18:29:11 +03:00
Grigory Smolkin c2f3968736 [Issue #175] test coverage 2020-02-22 18:17:41 +03:00
Grigory Smolkin 3d81b53242 [Issue #175] Incorrect signature for function bt_index_check() in documentation 2020-02-22 17:33:34 +03:00
Grigory Smolkin b15c7f1587 [Issue #169] test coverage 2020-02-21 22:19:52 +03:00
Grigory Smolkin ba8c4caae0 use pgBackup->root_dir when procuring filelist of previous backup 2020-02-21 22:18:49 +03:00
Grigory Smolkin 5a17d07329 merge: improve wording in elog() messages 2020-02-21 17:28:27 +03:00
Grigory Smolkin 859b40dfe1 minor spelling fix 2020-02-20 19:34:29 +03:00
Grigory Smolkin fa326c96e1 [Issue #169] minor spelling fixes 2020-02-20 18:32:14 +03:00
Grigory Smolkin 0b16fc0576 [Issue #169] fix merge of 0 sized files 2020-02-20 17:50:15 +03:00
Liudmila Mantrova d648100d55 DOC: fix style and grammar in docs 2020-02-20 15:17:49 +03:00
Grigory Smolkin 2d3f19e622 [Issue #169] minor improvements 2020-02-19 20:22:12 +03:00
Grigory Smolkin 9c662d5622 [Issue #169] Major refactoring of backup, restore and merge internal algorihtms 2020-02-18 19:59:57 +03:00
Grigory Smolkin e1b0f1450f New fio command FIO_GET_CRC32 added and local behavior changed in fio_pread() 2020-02-18 19:48:35 +03:00
Grigory Smolkin 3962b02253 Allow validation of incremental backups with MERGING status 2020-02-17 20:14:42 +03:00
Grigory Smolkin d37ade9096 validation should ignore empty and not changed files 2020-02-09 21:35:21 +03:00
Grigory Smolkin 2ad2af98f1 [Issue #169] added function slurpFileFullPath() 2020-02-09 21:34:13 +03:00
Grigory Smolkin a1e005efa2 [Issue #169] Minor improvements to restore 2020-02-09 21:13:42 +03:00
Grigory Smolkin 385c16b0d2 tests: fix elog messages 2020-02-06 21:35:16 +03:00
Grigory Smolkin d6567a2d67 [Issue #169] Set stdio buffers to 64KB when running "restore" 2020-02-06 14:49:58 +03:00
Konstantin KnizhnikandGrigory Smolkin 7d78d501a5 Decompress on agent's size 2020-02-06 14:39:52 +03:00
Grigory Smolkin f165001c8d honest file->n_blocks for PAGE and PTRACK backups 2020-01-28 20:44:24 +03:00
Grigory Smolkin 506afe5c12 added some comments in backup_data_file() 2020-01-28 20:43:37 +03:00
Grigory Smolkin 9c3d299854 [Issue #169] check for interrupt more frequently during restore 2020-01-28 20:42:47 +03:00
Grigory Smolkin ee36dd9d29 [Issue #169] Calculate appoximate efficiency ratio when restoring backup 2020-01-27 11:41:49 +03:00
Grigory Smolkin c0541a6068 [Issue #169] Minor improvements 2020-01-26 22:04:07 +03:00
Grigory Smolkin bf5b8f6b48 [Issue #169] fio_sync() added 2020-01-26 21:39:19 +03:00
Grigory Smolkin 577e8763bc [Issue #169] Refactoring, added support for external directories and bugfixes 2020-01-26 03:41:55 +03:00
Grigory Smolkin 7f983c599a [Issue #169] Restore optimization 2020-01-22 02:58:40 +03:00
Grigory Smolkin c6e7490caf Readme: update installation instructions 2020-01-13 13:22:50 +03:00
Grigory Smolkin 5a069739c4 Readme: update current release version 2020-01-10 17:01:28 +03:00
Grigory Smolkin 00ea177048 Version 2.2.7 2.2.7 2020-01-07 21:18:28 +03:00
Grigory Smolkin 9830b629e7 tests: fixes for 9.5 2020-01-07 21:15:53 +03:00
Grigory Smolkin 20d09c4786 Add some comments 2020-01-04 19:52:11 +03:00
Grigory Smolkin 9af67ed097 Revert "use IsXLogFileName() when parsing xlog filenames"
This reverts commit 6ad38c62ce.
2020-01-04 19:50:35 +03:00
Grigory Smolkin 9cce8639b4 [Issue #168] use heap variable as buffer in write_backup_filelist() instead of stack variable 2020-01-04 14:48:10 +03:00
Grigory Smolkin 6ad38c62ce use IsXLogFileName() when parsing xlog filenames 2020-01-02 20:51:50 +03:00
Liudmila Mantrova 3129369112 DOC: fixes for PGPRO-3413 2019-12-30 13:03:12 +03:00
Anastasia 95459a8363 fix buffer size in write_backup_filelist 2019-12-30 12:59:14 +03:00
Anastasia c2f52dc86d Fix for [Issue #155]. Allocate destination buffer size correctly 2019-12-30 12:29:18 +03:00
Grigory Smolkin f431452ea9 Version 2.2.6 2.2.6 2019-12-29 21:43:23 +03:00
Grigory Smolkin b7f69ae206 tests: update comments 2019-12-29 21:41:47 +03:00
Victor Spirin 2a89a60e2f Fixed call_atexit_callbacks function 2019-12-29 17:04:48 +03:00
Grigory Smolkin 07557566f4 leftover fix for stack buffer overflow 2019-12-29 14:49:41 +03:00
Grigory Smolkin e1dfb614cf fix stack buffer overflow 2019-12-29 14:23:28 +03:00
Grigory Smolkin b0efb76003 use portable unlink in delete_walfiles_in_tli() 2019-12-29 02:11:10 +03:00
Grigory Smolkin 68922f2151 tests: various fixes 2019-12-28 18:53:33 +03:00