Commit Graph
2056 Commits
Author SHA1 Message Date
Anastasia bc0952a959 add Documentaion.md 2019-06-13 17:32:43 +03:00
Grigory Smolkin e66d96ac16 Readme: minor fix 2019-06-06 19:17:01 +03:00
Grigory Smolkin 29bbcf9b82 tests: minor fixes 2019-06-05 16:41:36 +03:00
Grigory Smolkin 5814327593 tests: fix backup.BackupTest.test_sigint_handling 2019-06-05 12:51:00 +03:00
Grigory Smolkin 2050cc0350 tests: fix module pgpro2068 2019-06-05 01:43:55 +03:00
Grigory Smolkin c92e10d52b tests: added validate.ValidateTest.test_validate_corrupt_tablespace_map 2019-06-04 21:12:20 +03:00
Grigory Smolkin bcb3a04757 bugfix: enforce permission mask from backup_content.control when copying non-data file 2019-06-04 13:42:09 +03:00
Grigory Smolkin 513bc487c2 tests: remove psycopg2 2019-06-01 15:00:32 +03:00
Grigory Smolkin b4442c5762 tests: added external.ExternalTest.test_external_validation 2019-06-01 12:07:09 +03:00
Anastasia 30126c6eb5 Refactoring of checkdb. Move code to a separate file, improve error messages 2019-05-31 18:15:43 +03:00
Arthur Zakirov a9bbff9fa4 Wait for previous segment in case of invalid stop_lsn 2019-05-31 12:43:53 +03:00
Grigory Smolkin 2ac21b541d Release 2.1.3 2019-05-30 14:19:02 +03:00
Grigory Smolkin 2d7e60f9b1 tests: minor fixes 2019-05-29 18:49:38 +03:00
Grigory Smolkin 0fa0ec2d8c Readme: update instruction about installing debug packages 2019-05-29 18:48:57 +03:00
Grigory Smolkin fcc1c4b939 tests: fix checkdb tests 2019-05-29 12:09:53 +03:00
Grigory Smolkin 64550a6675 tests: added backup.BackupTest.test_basic_missing_dir_permissions and backup.BackupTest.test_basic_missing_file_permissions 2019-05-28 22:37:12 +03:00
Grigory Smolkin 4d5ed22541 fix stat() macro 2019-05-28 22:10:21 +03:00
Grigory Smolkin 284613bb2f tests: added tests.backup.BackupTest.test_drop_table 2019-05-28 19:51:19 +03:00
Grigory Smolkin b2fdd73999 [Issue #65] Improvement of merge crash safety, previously FULL backup would gain OK status before changing of start_time. If crash happens here, then in rare case of FULL backup having multiple children it could lead to data corruption when restoring one of such children 2019-05-28 17:59:17 +03:00
Grigory Smolkin 1b0eb68694 tests: fix pgpro2068 2019-05-28 17:50:03 +03:00
Victor Spirin d38b5e6ece Removed libpgfeutils.lib from Windows project 2019-05-28 14:09:52 +03:00
Grigory Smolkin 88fed2b424 tests: add suit of basic tests 2019-05-28 12:41:03 +03:00
Grigory Smolkin 8514420c3f tests: minor changes 2019-05-28 11:22:58 +03:00
Grigory Smolkin d436270b8e tests: minor fixes 2019-05-28 11:11:41 +03:00
gsmolandGitHub 1864480380 Merge pull request #77 from postgrespro/issue_67
[Issue #67]: permission mask is not preserved by restore
2019-05-27 19:01:31 +03:00
gsmolandGitHub f217a14b71 Merge pull request #75 from postgrespro/issue_74
[Issue #74] strict behavior for copy_file and backup_data_file()
2019-05-27 18:47:42 +03:00
Grigory Smolkin ca02ecade0 limit tablespace permissions kludge to only PG11 2019-05-27 18:22:25 +03:00
Konstantin Knizhnik c594704395 [Issue #62] Replace pgwin32_safestat with fio_safestat 2019-05-27 18:00:59 +03:00
Grigory Smolkin 64d5d32fff improve comments in create_data_directories() 2019-05-27 16:57:46 +03:00
Anastasia b09140af4d remove unused function: create_data_directories_manual() 2019-05-27 16:05:00 +03:00
Grigory Smolkin ead629bfa7 Issue 67: permission mask is not preserved by restore 2019-05-27 11:27:43 +03:00
Grigory Smolkin db10096f0f Issue 74: copy_file and backup_data_file() always treat missing source file as non-error condition 2019-05-24 15:12:15 +03:00
Grigory Smolkin 84c6fd4101 README: bump current version 2019-05-24 15:07:23 +03:00
Grigory Smolkin 64d0443057 tests: add property pg_config_version 2019-05-24 00:40:42 +03:00
Grigory Smolkin 420a527a65 tests: added checkdb.CheckdbTest.test_checkdb_sigint_handling 2019-05-23 20:28:46 +03:00
Grigory Smolkin 3b9d6c4d3a tests: added remote.RemoteTest.test_remote_sanity 2019-05-23 16:52:15 +03:00
Arthur Zakirov 2fd3457738 Fix help: --remote-proto default value is ssh 2019-05-23 12:25:55 +03:00
Grigory Smolkin 6a64e5640e tests: added validate.ValidateTest.test_validation_after_backup 2019-05-23 11:58:28 +03:00
Grigory Smolkin c3c05e83b6 README: add to limitions notice about incremental chains and timelines 2019-05-23 11:58:01 +03:00
Grigory Smolkin 7f21f63bb0 bugfix: allow restore of DELTA backup to skip unchanged non-data files 2019-05-23 11:53:32 +03:00
Grigory Smolkin ac4ea5e731 bugfix: exit with error if validation after backup found corruption 2019-05-23 11:51:03 +03:00
Grigory Smolkin d27835dd7d bugfix: disappeared during backup files could give a false-positive alarm by validation. Issue #72 2019-05-23 11:42:12 +03:00
Grigory Smolkin 00cbcc8160 tests: fixes 2019-05-23 11:29:00 +03:00
Grigory Smolkin 5cf1556984 tests: added restore.RestoreTest.test_lost_non_data_file 2019-05-22 22:15:40 +03:00
Arthur Zakirov ad20823ccf Use pgFileComparePathWithExternalDesc for to_files during merging files 2019-05-22 14:41:21 +03:00
Grigory Smolkin 21230cbb6c Release 2.1.2 2019-05-22 13:04:19 +03:00
Grigory Smolkin 0bac131d7a tests: added external.ExternalTest.test_external_merge_3 2019-05-22 11:34:21 +03:00
Grigory Smolkin 486cdc274b tests: added restore.RestoreTest.test_restore_concurrent_drop_table 2019-05-21 19:29:49 +03:00
Grigory Smolkin 92a73d1ce2 tests: added restore.RestoreTest.test_pg_10_waldir 2019-05-21 19:28:00 +03:00
Grigory Smolkin 18cfcdd236 tests: minor fix 2019-05-21 17:56:22 +03:00