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

1656 Commits

Author SHA1 Message Date
Grigory Smolkin
e208e7f191 tests: add more comments in restore module 2019-04-15 19:53:38 +03:00
Grigory Smolkin
4406539528 tests: added restore.RestoreTest.test_restore_target_new_options 2019-04-15 19:02:07 +03:00
Arthur Zakirov
fff9318401 PBCKP-36: Do not write 'latest' into recovery.conf 2019-04-15 11:32:09 +03:00
Grigory Smolkin
eb767ed0ad tests: added test_restore_target_immediate_stream, test_restore_target_immediate_archive and test_restore_target_latest_archive in "restore" module 2019-04-13 16:50:50 +03:00
Grigory Smolkin
aa1b350526 help fix: add closing bracket to parenthesis with example of log-filename option 2019-04-13 16:16:35 +03:00
Arthur Zakirov
db179af048 PBCKP-36: Fix recovery-target options 2019-04-12 14:48:53 +03:00
Arthur Zakirov
d87149c68f PBCKP-36: Create recovery.conf if --latest specified 2019-04-10 15:57:32 +03:00
Victor Spirin
1ff905989e Replaced the function strftime with pg_strftime for logs in Windows 2019-04-09 18:05:36 +03:00
Grigory Smolkin
df0cd6507b bugfix: it is not a fatal error to backup a file, whose size is not multiple of BLCKSZ 2019-04-08 17:39:48 +03:00
Grigory Smolkin
64a7fac7a2 tests: minor fixes for del_instance 2019-04-08 13:54:29 +03:00
Grigory Smolkin
2941cb1cd3 Merge remote-tracking branch 'origin/pgpro_2605' 2019-04-08 13:47:46 +03:00
Grigory Smolkin
8df3a8cf4b tests: minor fixes 2019-04-08 12:09:09 +03:00
Grigory Smolkin
6b49402e9f tests: added delete.DeleteTest.test_del_instance_archive 2019-04-08 12:03:05 +03:00
Grigory Smolkin
049f81830e minor fix for del-instance 2019-04-05 00:57:06 +03:00
Arthur Zakirov
1746b54978 Make changes for C89 2019-04-04 20:26:36 +03:00
Grigory Smolkin
514a01dc15 another symlink fix 2019-04-04 18:36:35 +03:00
Grigory Smolkin
9a5c8074db tests: fix test_delta_archive 2019-04-04 14:41:33 +03:00
Arthur Zakirov
0fbbc22c6a Little optimization, remove unnecessary find_direct_child() 2019-04-04 13:30:30 +03:00
Grigory Smolkin
6b6491e3b7 fix symlink handling for external directories 2019-04-03 22:25:58 +03:00
Grigory Smolkin
9091bb5405 tests: additional tests for external directories 2019-04-03 18:34:18 +03:00
Anastasia
01fedaf04c pgpro-2605. Use absolute path of pg_probackup binary in recovery.conf generated by pg_probackup 2019-04-03 16:35:57 +03:00
Grigory Smolkin
7f81494290 minor fixes: free base36enc_dup()'s results, comments cleanup 2019-04-02 22:06:13 +03:00
Grigory Smolkin
75aa7a435a Merge branch 'master' into pgpro-2573 2019-04-02 21:45:44 +03:00
Grigory Smolkin
9da90b6e8f PGPRO-2573: rename 'Purge' and 'Keep' to 'Expired' and 'Active' for retention message, minor changes for comments 2019-04-02 12:24:49 +03:00
Grigory Smolkin
33ad94448d PGPRO-2573: minor changes to comments 2019-04-02 12:11:47 +03:00
Grigory Smolkin
fc16c52f0d PGPRO-2573: minor changes 2019-04-02 11:59:01 +03:00
Grigory Smolkin
66d03cc929 PGPRO-2573: refactoring do_retention_internal() 2019-04-02 11:55:59 +03:00
Arthur Zakirov
b5d8a77a61 Do not forget to release base36enc_dup()'s result 2019-04-01 14:27:59 +03:00
Grigory Smolkin
fb4c3ffdc0 bugix: fix thread inturruption detection 2019-03-31 11:22:17 +03:00
Grigory Smolkin
697a451b10 Merge branch 'master' into pgpro-2573 2019-03-30 16:12:13 +03:00
Grigory Smolkin
f0de44e0fa tests: add module "config" 2019-03-30 01:48:57 +03:00
Grigory Smolkin
523457c91d update README 2019-03-30 00:25:10 +03:00
Grigory Smolkin
932fc5be77 update help 2019-03-29 22:22:25 +03:00
Grigory Smolkin
c230189b75 Merge branch 'master' into pgpro-2573 2019-03-29 22:11:51 +03:00
Grigory Smolkin
2647c37841 tests: minor changes to logging and snapfs tests 2019-03-29 22:10:24 +03:00
Grigory Smolkin
6fef70277d remove limitation about external files from README 2019-03-29 22:09:52 +03:00
Grigory Smolkin
912e6a548f add --dry-run option to help 2019-03-29 21:27:38 +03:00
Grigory Smolkin
0163a7e3fb PGPRO-2573: minor change of elevel in message about sparsing keep list 2019-03-29 20:07:48 +03:00
Grigory Smolkin
9d9aaf6cf1 Merge branch 'master' into pgpro-2573 2019-03-29 17:35:36 +03:00
Arthur Zakirov
e82201f5d7 Consider empty blocks within datafiles.
RelationAddExtraBlocks() may extend a relation with empty blocks due
to optimisation to avoid contentions.
2019-03-29 16:49:02 +03:00
Grigory Smolkin
048e86390e Merge branch 'master' into pgpro-2573 2019-03-28 21:58:32 +03:00
Grigory Smolkin
0b26072ef6 tests: added merge.MergeTest.test_merge_multiple_descendants 2019-03-28 21:58:15 +03:00
Grigory Smolkin
ca44e739a3 PGPRO-2573: use parray_bsearch 2019-03-28 21:57:33 +03:00
Grigory Smolkin
0c40a75f7f Merge branch 'master' into pgpro-2573 2019-03-28 20:59:52 +03:00
Grigory Smolkin
b80a1ffbb3 tests: minor changes to merge.MergeTest.test_losing_file_after_failed_merge 2019-03-28 20:59:37 +03:00
Grigory Smolkin
a94c228fcb update help, add --merge-expired option 2019-03-28 18:58:08 +03:00
Grigory Smolkin
366d36b9a9 Merge branch 'master' into pgpro-2573 2019-03-28 18:45:40 +03:00
Grigory Smolkin
0ff607914b tests: minor fixes to merge module 2019-03-28 18:08:49 +03:00
Grigory Smolkin
d48f4024a8 PGPRO-2589: use parent_link when deleting backup chain via delete -i BACKUP_ID 2019-03-28 17:35:05 +03:00
Grigory Smolkin
cbc0ceb9b4 Merge branch 'master' into pgpro-2589 2019-03-28 17:34:12 +03:00