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

2756 Commits

Author SHA1 Message Date
Anastasia
5ae396f7d6 fix comparator 2019-08-07 17:13:19 +03:00
Anastasia
e8b9ca1ba8 code cleanup, add comments 2019-08-07 16:56:56 +03:00
Anastasia
52bf25ccd2 minor refactoring in restore.c to improve code readability 2019-08-07 13:23:17 +03:00
Grigory Smolkin
736fc414ef tests: do not run some tests on Windows 2019-08-06 19:21:52 +03:00
Grigory Smolkin
0b4d09e262 [Issue #109] added test validate.ValidateTest.test_recovery_target_backup_victim 2019-08-06 19:09:17 +03:00
Grigory Smolkin
3cc9d81b65 [Issue #104] consider only OK and DONE backups as candidates for PITR validation if backup ID is not specified 2019-08-06 17:11:48 +03:00
Grigory Smolkin
6da63188eb [Issue #104] allow LSN as recovery target for validation if backup ID is not specified 2019-08-06 12:00:44 +03:00
Grigory Smolkin
11c02e9b91 [Issue #108] added test validate.ValidateTest.test_validate_target_lsn 2019-08-06 11:58:57 +03:00
Grigory Smolkin
b799b70400 Merge branch 'issue_106' 2019-08-06 00:07:01 +03:00
Grigory Smolkin
8b15753a04 tests: added retention.RetentionTest.test_wal_purge_victim 2019-08-06 00:01:05 +03:00
Grigory Smolkin
db901a7adf [Issue #103] minor fix 2019-08-06 00:00:34 +03:00
Grigory Smolkin
4783e61996 Merge branch 'master' into issue_103 2019-08-05 23:41:23 +03:00
Grigory Smolkin
738013fc05 Merge branch 'master' into issue_106 2019-08-05 23:36:29 +03:00
Grigory Smolkin
535e417ba8 tests: added retention.RetentionTest.test_agressive_retention_window_purge 2019-08-05 23:35:51 +03:00
Anastasia
23697fff67 Review issue_79. Added several TODO comments 2019-08-05 16:22:07 +03:00
Anastasia
4611ee38f8 Merge branch 'master' into issue_79 2019-08-05 14:30:18 +03:00
Grigory Smolkin
5cb84f2686 Readme: update 2019-08-02 12:49:21 +03:00
Grigory Smolkin
f9a0dcca5c Readme: update 2019-08-02 12:47:58 +03:00
Grigory Smolkin
ea2a4c2be3 bugfix: stream_stop_timeout was always initialized to 0 2019-08-02 12:00:10 +03:00
Grigory Smolkin
b6e97e47f2 [Issue #106] fix agressive retention purging of backups with empty recovery-time 2019-08-02 11:50:28 +03:00
Grigory Smolkin
142540705d tests: added retention.RetentionTest.test_window_error_backups_1 and retention.RetentionTest.test_window_error_backups_2 2019-08-01 23:57:14 +03:00
Grigory Smolkin
52ed2e1651 one more fix for error messages about wrong agruments for 'delete' command 2019-08-01 22:15:59 +03:00
Grigory Smolkin
98f5bbd3cf fix error message about wrong agruments for 'delete' command 2019-08-01 22:10:59 +03:00
Grigory Smolkin
7ead1199c2 bugfix: print "version" command output to stdout instead of stderr 2019-07-31 17:17:26 +03:00
Grigory Smolkin
8623628839 Merge branch 'master' into issue_79 2019-07-30 16:02:28 +03:00
Grigory Smolkin
46f875b4bd Documentation: external dirs update 2019-07-30 13:41:43 +03:00
Grigory Smolkin
b142cb6cff Documentation: add info about semicolon delimiter for --external-dirs on Windows 2019-07-30 12:51:46 +03:00
Grigory Smolkin
bdd0459e53 Documentation: minor fix 2019-07-30 12:30:50 +03:00
Grigory Smolkin
a0e52d5374 Documentation: update 2019-07-30 01:57:34 +03:00
Grigory Smolkin
2aacd567b2 Documentation: fix 2019-07-30 01:45:15 +03:00
Grigory Smolkin
759aefc0cb [Issue #103] select oldest backup with valid start_lsn and tli to determine oldest lsn for WAL purge 2019-07-30 01:20:24 +03:00
Grigory Smolkin
961293ccb5 Documentation: update 2019-07-29 23:09:01 +03:00
Grigory Smolkin
0309dd7a20 minor bugfix: initialize backup.control before libpq connection, so errors are logged and failed backup gain ERROR status 2019-07-29 00:55:53 +03:00
Grigory Smolkin
cbef806824 tests: minor fix 2019-07-27 05:57:52 +03:00
Grigory Smolkin
f296a8ad8e Readme: update 2019-07-27 05:56:54 +03:00
Grigory Smolkin
bfb4e6370e Documentation: minor fix 2019-07-27 05:52:59 +03:00
Grigory Smolkin
77a0e050ab Documentation: review be Mikhail Kulagin 2019-07-27 05:45:34 +03:00
Grigory Smolkin
9b270b0f70 Readme: ptrack support 2019-07-27 05:07:41 +03:00
Grigory Smolkin
3700cc4c52 Readme: update latest version 2019-07-27 02:51:30 +03:00
Grigory Smolkin
4e9f0d6d2e remove obsolete scripts 2019-07-26 12:17:28 +03:00
Grigory Smolkin
b55bfe82be Version 2.1.5 2019-07-26 11:05:19 +03:00
Victor Spirin
e876fcfb0f Fixed script for generate Windows project 2019-07-25 18:23:52 +03:00
Konstantin Knizhnik
19ea1bf5dc Eliminate waitpid for Windows 2019-07-25 15:11:46 +03:00
Grigory Smolkin
79f6733469 Merge branch 'master' into issue_79 2019-07-24 00:36:03 +03:00
Grigory Smolkin
c0d3ab5456 [Issue #101] replace "sparse" with "compact" 2019-07-23 21:52:50 +03:00
Grigory Smolkin
db73f84057 [Issue #101] Multiple spelling fixes. Reported by Alexander Lakhin 2019-07-23 20:11:11 +03:00
Grigory Smolkin
44923e7fb7 Release 2.1.4 2019-07-23 16:22:02 +03:00
Grigory Smolkin
64f166f4a0 Documentation: minor update 2019-07-23 16:20:05 +03:00
Grigory Smolkin
5d3056d98b tests: update README 2019-07-23 11:15:17 +03:00
Grigory Smolkin
05e1ec1754 tests: added backup.BackupTest.test_backup_with_less_privileges_role 2019-07-23 11:05:59 +03:00