Commit Graph
2493 Commits
Author SHA1 Message Date
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
Grigory Smolkin d785bea5fb fix windows build 2019-12-28 14:41:20 +03:00
Grigory Smolkin 489c447862 DOC: for ptrack 2.0 functions schema name depends on extension schema 2019-12-28 14:18:02 +03:00
Grigory Smolkin c6c6053458 [Issue #159] pgdata_bytes for FULL and DELTA remote backups was calculated incorrectly 2019-12-27 19:57:27 +03:00
Liudmila Mantrova 1f4dc1bf4c DOC: fix for PGPRO-3397 and PGPRO-3398 2019-12-27 17:27:04 +03:00
Grigory Smolkin ee3e8d11e3 [Issue #165] Report errno correctly when failed to access instance directory 2019-12-27 01:17:22 +03:00
Grigory Smolkin fc81de2398 Merge branch 'master' into issue_150 2019-12-27 00:56:00 +03:00
Grigory Smolkin b08e9b468e [Issue #155] Documentation update 2019-12-27 00:53:28 +03:00
Grigory Smolkin 6dc2eaf9db [Issue #155] tests fixes 2019-12-27 00:39:35 +03:00
Grigory Smolkin 2b23095c10 [Issue #155] Use full filename as segno 2019-12-27 00:38:55 +03:00
Grigory Smolkin 4f10eb3c59 [Issue #150] Documentation update 2019-12-26 01:03:06 +03:00
Grigory Smolkin 2e6aa530ad [Issue #150] added set_backup.SetBackupTest.test_wal_retention_and_pinning and set_backup.SetBackupTest.test_wal_retention_and_pinning_1 2019-12-26 00:08:57 +03:00
Grigory Smolkin 70c0530f64 Merge branch 'master' into issue_150 2019-12-25 17:56:09 +03:00
Grigory Smolkin eccd847d30 tests: added delta.DeltaTest.test_delta_pg_resetxlog and page.PageTest.test_page_pg_resetxlog 2019-12-25 17:43:12 +03:00
Grigory Smolkin 1c791f3433 tests: added ptrack.PtrackTest.test_corrupt_ptrack_map and ptrack.PtrackTest.test_ptrack_pg_resetxlog 2019-12-25 17:41:19 +03:00
Grigory Smolkin 75fefb0858 tests: minor fixes 2019-12-24 15:03:59 +03:00
Alexey KondratovandGrigory Smolkin 64d35c5022 Added support for ptrack 2.0 2019-12-23 18:23:29 +03:00
Liudmila Mantrova d507c8ab0d DOC: fix PTRACK description 2019-12-19 13:14:13 +03:00
Liudmila Mantrova 29c457492d DOC: document new PTRACK requirements 2019-12-18 16:52:21 +03:00
Grigory Smolkin 27f7d8bedf Readme: redirect to new documentation 2019-12-12 18:19:15 +03:00
Liudmila Mantrova edd3df7f00 DOC: modify restore-as-replica option description for v12 2019-12-10 16:42:02 +03:00
Grigory Smolkin 69f98672ad DOC: update fonts 2019-11-27 23:16:35 +03:00
Grigory Smolkin 715dbf8506 DOC: minor fix 2019-11-27 23:11:32 +03:00
Liudmila Mantrova 3188aaf6b0 DOC: fix wal_seg_size name 2019-11-26 16:44:32 +03:00
Liudmila Mantrova 6e5fe570b6 DOC: fix typo in continuous 2019-11-26 15:30:43 +03:00
Liudmila Mantrova 10c1f7ad3f DOC: improve checkb docs and fix some other minor issues 2019-11-25 19:24:29 +03:00
Grigory Smolkin b3be139456 DOC: css for code blocks 2019-11-25 12:09:34 +03:00
Liudmila Mantrova 8947a120a9 DOC: fix minor wording and tagging issues 2019-11-22 19:00:54 +03:00