1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-12 11:45:24 +02:00
Commit Graph

1879 Commits

Author SHA1 Message Date
Arthur Zakirov
012904b1f0 PGPRO-2523: Allow to delete single FULL backup 2019-03-25 16:40:41 +03:00
Arthur Zakirov
2ae1cf0007 PGPRO-2521: Allow to delete backups without or emtpy .control file 2019-03-25 16:40:41 +03:00
Grigory Smolkin
b888f6bdcd tests: added tests.retention_test.RetentionTest.test_retention_window_3 2019-03-25 16:40:41 +03:00
Grigory Smolkin
c02892217f tests: minor fixes for merge module 2019-03-25 16:40:41 +03:00
Grigory Smolkin
58de0dbd35 tests: added tests.merge.MergeTest.test_crash_after_opening_backup_control_2 2019-03-25 16:40:41 +03:00
Grigory Smolkin
596f82faa2 tests: added tests.merge.MergeTest.test_crash_after_opening_backup_control 2019-03-25 16:40:41 +03:00
Grigory Smolkin
385246c49c tests: added delete_test.DeleteTest.test_delete_backup_with_empty_control_file() 2019-03-25 16:40:41 +03:00
Arthur Zakirov
50f11a1fff PGPRO-2079: Use .partial file to write backup configuration files backup.control and backup_content.control 2019-03-25 16:40:41 +03:00
Anastasia
7acccb4220 PGPRO-2413. Use PG_LIBS_INTERNAL instead of PG_LIBS to link with libpq library within build tree 2019-03-25 16:40:41 +03:00
Arthur Zakirov
0253845a35 tests: update help test 2019-03-25 16:40:41 +03:00
Arthur Zakirov
6db82d0bd9 Inherit WAL mode from the PAGE backup 2019-03-25 16:40:41 +03:00
Grigory Smolkin
6f0d7beb9b tests: add test_merge_different_wal_modes 2019-03-25 16:40:41 +03:00
Grigory Smolkin
a8be5ff277 tests: fix gdbobject method continue_execution_until_break() 2019-03-25 16:40:41 +03:00
Arthur Zakirov
5509a4bbe1 PGPRO-421: Use strdup() call 2019-03-25 16:40:41 +03:00
Sergey Cherkashin
d48d4e8abe Fix connection value in check_external_for_tablespaces() 2019-03-25 16:37:53 +03:00
Grigory Smolkin
d1722ea172 tests: added test_retention_interleaved_incremental_chains 2019-03-23 02:16:42 +03:00
Grigory Smolkin
aaf19f3ea3 tests: rename module retention_test to retention 2019-03-22 22:14:58 +03:00
Konstantin Knizhnik
adee1efc71 Fix remote restore 2019-03-21 22:55:38 +03:00
Arthur Zakirov
d064a64d13 List data directories at backup host using FIO_BACKUP_HOST 2019-03-21 19:11:00 +03:00
Arthur Zakirov
ff86eb5b45 Use pgut_malloc() instead of malloc() 2019-03-20 14:20:19 +03:00
Sergey Cherkashin
fc1ae6fba0 Check if external directory contains tablespace 2019-03-19 19:19:50 +03:00
Grigory Smolkin
a23386e17a tests: fix test_validate_nullified_heap_page_backup and test_delta_nullified_heap_page_backup 2019-03-18 12:04:18 +03:00
Konstantin Knizhnik
46da0d851f Replace error with warning in fileEqualCRC 2019-03-17 19:12:13 +03:00
Konstantin Knizhnik
04f00976e1 [refer #PGPRO-1745] Check for existing file in fio_gzopen 2019-03-17 09:13:07 +03:00
Grigory Smolkin
3ace1e7392 help: update help about --compress option 2019-03-16 15:38:13 +03:00
Konstantin Knizhnik
3622aeb570 Merge branch 'remote_pull' of git.postgrespro.ru:pgpro-dev/pg_probackup into remote_pull 2019-03-16 15:32:47 +03:00
Konstantin Knizhnik
a43a0e3289 [refer #PGPRO-1745] Fix reading zeroed page 2019-03-16 15:32:39 +03:00
Grigory Smolkin
0c0eefc882 tests: fix compatibility tests for remote backup 2019-03-16 15:15:17 +03:00
Konstantin Knizhnik
c94b182964 [refer #PGPRO-1745] Fix reading compressed file 2019-03-16 14:57:21 +03:00
Konstantin Knizhnik
4f4c6b7623 [refer #PGPRO-1745] Add --remote-user option 2019-03-16 08:37:39 +03:00
Konstantin Knizhnik
d6808f7f21 Fix warnings in IO_CHECK macro 2019-03-15 18:48:54 +03:00
Grigory Smolkin
8949abb278 tests: added retention.RetentionTest.test_retention_window_4 2019-03-15 18:26:02 +03:00
Arthur Zakirov
202c88b8a1 Merge branch 'pgpro-1973' 2019-03-15 11:45:41 +03:00
Arthur Zakirov
e9c92c24e8 Make parsexlog messages using capital letter 2019-03-14 18:59:31 +03:00
Grigory Smolkin
fa625dba02 tests: minor fixes in page module 2019-03-14 17:55:46 +03:00
Konstantin Knizhnik
ed81839ab8 Improve error reporting in remote backup 2019-03-14 16:41:19 +03:00
Arthur Zakirov
a8dcbbf04f PGPRO-1973: Improve XLogWaitForConsistency() verbose message 2019-03-14 14:24:18 +03:00
Konstantin Knizhnik
cec20ccb83 [refer #PGPRO-1745] Rewrite fio_gz* support 2019-03-14 14:05:22 +03:00
Konstantin Knizhnik
f025b90eb0 Rewrite fio_gz* support 2019-03-14 13:58:02 +03:00
Grigory Smolkin
89366b3fe8 tests: added test_external_backward_compatibility_merge* tests 2019-03-13 18:38:42 +03:00
Arthur Zakirov
98dba08d52 PGPRO-1973: Report about absent or corrupted WALs only once 2019-03-13 17:16:05 +03:00
Grigory Smolkin
78a6ede9f0 tests: minor fix in external.ExternalTest.test_external_simple 2019-03-13 16:57:04 +03:00
Grigory Smolkin
1f2760c1f7 tests: added tests.external.ExternalTest.test_external_dir_is_tablespace 2019-03-12 22:16:58 +03:00
Grigory Smolkin
25d9ce9d76 tests: added test_continue_failed_merge_3(), author Ilya Skvortsov 2019-03-12 21:44:40 +03:00
Grigory Smolkin
ea270f6f96 tests: minor fix for test_delete_backup_with_empty_control_file 2019-03-12 17:46:30 +03:00
Arthur Zakirov
c2936e95b7 PGPRO-2523: Allow to delete single FULL backup 2019-03-12 14:58:00 +03:00
Arthur Zakirov
182fc7dfe1 PGPRO-2521: Allow to delete backups without or emtpy .control file 2019-03-12 13:57:40 +03:00
Sergey Cherkashin
6a4b014f8d Fail if regular file passed as -E option 2019-03-12 13:33:08 +03:00
Grigory Smolkin
5af689ea74 tests: check external dir pointing to a file 2019-03-12 12:09:28 +03:00
Grigory Smolkin
8c365b67e8 tests: fix test_external_dir_is_symlink 2019-03-12 11:33:42 +03:00