1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
Commit Graph

2485 Commits

Author SHA1 Message Date
Grigory Smolkin
cb6431369a add double quotes to filenames in elog messages 2019-09-24 18:01:40 +03:00
Grigory Smolkin
7121f04e71 [Issue #102] New options for 'restore' command used for setting 'restore_command' GUC in recovery.conf: '--archive-host', '--archive-post', 'archive-user' and '--restore-command' 2019-09-23 15:20:07 +03:00
Grigory Smolkin
435d114e5f Merge branch 'master' into wal_delete_refactoring 2019-09-23 14:06:38 +03:00
Anastasia
64d546780e [Issue #58] Handle SIGTERM and SIGQUIT 2019-09-23 14:00:24 +03:00
Grigory Smolkin
271d2d1305 Merge branch 'master' into wal_delete_refactoring 2019-09-23 13:57:35 +03:00
Grigory Smolkin
1d34fd8c84 minor fixes 2019-09-23 13:57:10 +03:00
Anastasia
1f67593175 code cleanup for wal_delete refactoring 2019-09-23 13:14:57 +03:00
Grigory Smolkin
af50ddfb39 Readme: minor update 2019-09-21 14:54:41 +03:00
Grigory Smolkin
8f9861dfdf Documentation: update 'Configuring Backup Retention Policy' section 2019-09-21 14:50:14 +03:00
Grigory Smolkin
0e4d9fcec3 help: add 'Retenion options' to delete section 2019-09-21 14:02:46 +03:00
Anastasia
c9d3c5845a Fix archive_catalog problem exposed by b1975e3ba.
Now it's legal  to find in archive two files with equal segno. This can happen if both compressed and non-compessed versions are present.
2019-09-20 16:08:12 +03:00
Grigory Smolkin
6b8ab83548 cleanup in delete.c 2019-09-20 16:04:54 +03:00
Grigory Smolkin
02840b81ab minor changes 2019-09-20 15:54:42 +03:00
Grigory Smolkin
b1975e3ba4 tests: added archive.ArchiveTest.test_archive_catalog_1 and archive.ArchiveTest.test_archive_catalog_2 2019-09-20 15:51:12 +03:00
Grigory Smolkin
eb9b2347eb [Issue #69] New algorithm of WAL purge, based on timelineInfo infrastructure 2019-09-20 11:02:47 +03:00
Grigory Smolkin
ec6a627d4d save files belonging to a timeline into xlog_filelist array in timelineInfo structure 2019-09-20 10:47:07 +03:00
Grigory Smolkin
f6ce9f0287 Ignore empty timelines in show archive 2019-09-19 14:53:09 +03:00
Grigory Smolkin
32e6407e03 make pretty_size() more precise 2019-09-19 09:51:15 +03:00
Grigory Smolkin
5b38c73089 Minor refactoring of WAL timelines constructor 2019-09-18 18:52:13 +03:00
Grigory Smolkin
a363405aec tests: minor fixes 2019-09-18 18:33:28 +03:00
Grigory Smolkin
b69e29bc0b Improve compatibility between different versions of binary and instance 2019-09-18 09:08:16 +03:00
Grigory Smolkin
3fa01d3236 tests: minor fix 2019-09-17 17:37:18 +03:00
Grigory Smolkin
d34a6a3ad8 [Issue #116] WAL archive information 2019-09-17 17:35:27 +03:00
Grigory Smolkin
11ab44fb04 [Issue #118]: trust txid_snapshot_xmax() when determining recovery_xid 2019-09-16 13:47:24 +03:00
Grigory Smolkin
2413516389 tests: added set_auto_conf() 2019-09-14 02:49:41 +03:00
Grigory Smolkin
9f817080e6 Merge branch 'issue_115' 2019-09-06 14:43:37 +03:00
Grigory Smolkin
64b05d9597 [Issue #115]: minor improvements 2019-09-06 14:34:49 +03:00
Grigory Smolkin
a98ff6154a [Issue #115]: some improvements of sanity and comments. Also do not wait for NullOffset LSN when looking for previous record 2019-09-06 13:20:42 +03:00
Grigory Smolkin
4dcbfc132b add comment to unlink_lock_atexit() 2019-09-06 11:43:57 +03:00
Grigory Smolkin
bad8ce144e Documentation: minor spelling fix 2019-09-06 11:36:05 +03:00
Grigory Smolkin
07f63e473b added some improvements based on review 2019-09-06 11:26:42 +03:00
Anastasia
0e2336fb6f code review for issue_115. add TODO comments 2019-09-05 16:14:50 +03:00
Grigory Smolkin
3093bb91b7 tests: minor fix 2019-09-05 15:57:21 +03:00
Grigory Smolkin
58b2a55384 [Issue #117] Documentation update 2019-09-05 15:44:17 +03:00
Grigory Smolkin
d656405432 [Issue #117] fix tests 2019-09-05 15:43:32 +03:00
Grigory Smolkin
62acd2de2d [Issue #117] use suffix ".part" instead of ".partial" for WAL copying 2019-09-05 15:41:13 +03:00
Grigory Smolkin
8630b0d1a3 [Issue #117] test coverage 2019-09-05 13:54:28 +03:00
Grigory Smolkin
be339bf406 tests: minor fix 2019-09-05 13:09:13 +03:00
Grigory Smolkin
71715d62dc Merge branch 'master' into issue_115 2019-09-05 11:12:41 +03:00
Grigory Smolkin
a42ebbff0c tests: minor fixes 2019-09-05 11:12:17 +03:00
Grigory Smolkin
7c5e799c21 [Issue #115] look-forward approach of handling the invalid stop_lsn received from replica 2019-09-05 10:46:01 +03:00
Grigory Smolkin
18211c5f18 [Issue #115] test coverage 2019-09-05 09:30:45 +03:00
Grigory Smolkin
2aea9cc760 print stop_lsn with elevel LOG 2019-08-31 15:48:52 +03:00
Grigory Smolkin
0f0e961fea [Issue #79]: remove partial validate from help 2019-08-31 03:30:57 +03:00
Grigory Smolkin
eb9436bc19 [Issue #79]: remove partial validate from documentation 2019-08-31 03:28:42 +03:00
Grigory Smolkin
d8b8b0898e [Issue #79]: remove partial validation 2019-08-31 02:16:45 +03:00
Grigory Smolkin
b278a2fbf5 tests: minor fixes 2019-08-29 23:05:53 +03:00
Grigory Smolkin
f270d38b0e [Issue #114]: allow invalid backups to be included in to_keep_list during retention purge 2019-08-28 20:26:36 +03:00
Grigory Smolkin
5e618d44c5 tests: added retention.RetentionTest.test_failed_merge_redundancy_retention 2019-08-28 20:12:13 +03:00
Grigory Smolkin
8c570b57f1 tests: detect missing backup in case of using "show" with "--backup-id" option 2019-08-28 20:08:42 +03:00