1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00
Commit Graph

2798 Commits

Author SHA1 Message Date
Grigory Smolkin
0783103867 [Issue #228] return BackupPageHeader into data file to fix merge retry, remote 8 bytes alignment in datafiles, do not skip header when running data file validation 2020-06-18 03:33:44 +03:00
Grigory Smolkin
ddbc6fd5e6 [Issue #228] remove compressed_size attribute from BackupPageHeader2 2020-06-17 22:56:46 +03:00
Grigory Smolkin
76f9267efe [Issue #228] fix decompression errors 2020-06-17 17:56:17 +03:00
Grigory Smolkin
8cbbce0b15 [Issue #228] drop old backup_data_file 2020-06-17 13:47:25 +03:00
Grigory Smolkin
9b36081659 [Issue #228] various fixes and improvements 2020-06-17 13:39:42 +03:00
Grigory Smolkin
29adb5bfdf [Issue #228] fix remote mode 2020-06-16 01:51:39 +03:00
Grigory Smolkin
f9d3099598 [Issue #228] WIP 2020-06-16 00:12:30 +03:00
Grigory Smolkin
483f9b64be Change wording in elog message 2020-06-13 16:58:52 +03:00
Grigory Smolkin
bfdabf375b [Issue #66] documentation update 2020-06-13 16:31:36 +03:00
Grigory Smolkin
2cb432655d [Issue #66] tests for hint bits 2020-06-13 16:31:04 +03:00
Grigory Smolkin
7506825468 [Issue #66] for LSN mode data_checksums must be enabled 2020-06-13 16:30:31 +03:00
Grigory Smolkin
496605bdb5 [Issue #66] Documentation 2020-06-12 23:32:19 +03:00
Grigory Smolkin
040b5a61f6 minor fixes for restore help 2020-06-12 19:04:30 +03:00
Grigory Smolkin
41d4013a81 [Issue #66] fix help 2020-06-12 18:57:47 +03:00
Grigory Smolkin
da082fb29b [Issue #66] update help 2020-06-12 18:56:11 +03:00
Grigory Smolkin
8b8a79f9dc Merge branch 'release_2_4' into issue_66 2020-06-12 02:10:26 +03:00
Grigory Smolkin
4fd6ba14d0 [Issue #226] fix tests 2020-06-12 02:07:29 +03:00
Grigory Smolkin
5d904b62e3 [Issue #226] during backup obtain current tli after pg_start_backup execution, not before 2020-06-12 02:06:37 +03:00
Grigory Smolkin
2c39666265 [Issue #66] add switchover tests 2020-06-11 19:38:19 +03:00
Grigory Smolkin
d9b7dee30f [Issue #66] nitpicking 2020-06-11 18:16:55 +03:00
Grigory Smolkin
9bc310af8d [Issue #66] new tests 2020-06-11 14:36:13 +03:00
Grigory Smolkin
8a65fc884a [Issue #66] fix segfault when restoring full backup, rewrite help 2020-06-11 14:35:17 +03:00
Grigory Smolkin
ff6e11ec82 [Issue #66] rename horizonLsn to shift_lsn 2020-06-11 00:02:49 +03:00
Grigory Smolkin
62db492105 [Issue #66] test fix 2020-06-11 00:01:45 +03:00
Grigory Smolkin
b2830e9dd0 [Issue #66] update help 2020-06-10 21:32:00 +03:00
Grigory Smolkin
cf4d2b73ef tests: fixes for 'incr_restore' module 2020-06-10 20:07:46 +03:00
Grigory Smolkin
20796bcb62 do not force the tablespace mapping target directory to be empty 2020-06-10 20:07:10 +03:00
Grigory Smolkin
7bdc682075 [Issue #66] added "-I | --incremenal-mode" option 2020-06-10 15:00:40 +03:00
Grigory Smolkin
1c773d1653 Merge branch 'release_2_4' into issue_66 2020-06-10 01:37:06 +03:00
Grigory Smolkin
d3a386418d Merge branch 'master' into release_2_4 2020-06-10 01:36:14 +03:00
Grigory Smolkin
8aff48f102 [Issue #225] fix tests 2020-06-10 01:35:28 +03:00
Grigory Smolkin
734e4951f2 [Issue #225] ptrack LSN should be compared with parent Start LSN instead of parent Stop LSN 2020-06-10 01:06:14 +03:00
Grigory Smolkin
e9d950f7d2 Merge branch 'release_2_4' into issue_66 2020-06-08 20:08:07 +03:00
Grigory Smolkin
08b9cb7689 Merge branch 'master' into release_2_4 2020-06-08 20:05:46 +03:00
Grigory Smolkin
f7edee6bdb Readme: update link to Windows installers 2020-06-08 16:47:24 +03:00
Grigory Smolkin
7e43e359af Readme: update for 2.3.5 2020-06-08 14:53:14 +03:00
Grigory Smolkin
7cf1d5bca2 Version 2.3.5 2020-06-07 16:59:13 +03:00
Grigory Smolkin
c926ae90ea print correct stop_lsn after execution of pg_stop_backup() 2020-06-07 16:52:15 +03:00
Grigory Smolkin
889465b0ec tests: fixes for 2.3.5 2020-06-07 16:51:13 +03:00
Grigory Smolkin
e31bd6c88e tests: minor fix in "merge" module 2020-06-06 15:02:26 +03:00
Grigory Smolkin
618fa3f7ed [Issue #219] added test tests.init.InitTest.test_add_instance_idempotence 2020-06-05 23:33:38 +03:00
Grigory Smolkin
0a2e5bee1b [Issue #219] Make add-instance idempotent 2020-06-05 23:33:17 +03:00
Grigory Smolkin
ae832a963e tests: added new module "incr_restore" 2020-06-05 21:35:59 +03:00
Grigory Smolkin
269ca37c87 [Issue #66] support external directories, handle timeline mismatch 2020-06-05 16:46:18 +03:00
Grigory Smolkin
4e1ec276cb [Issue #188] minor fix for tests 2020-06-05 15:46:45 +03:00
Grigory Smolkin
703131e279 [Issue #188] Minor improvements 2020-06-05 14:36:45 +03:00
gsmol
da6cb87e7d
Merge pull request #222 from kuzmindb/issue_188
Issue 188
2020-06-05 04:01:08 -07:00
Grigory Smolkin
8497cf6a37 Merge branch 'release_2_4' into issue_66 2020-06-03 15:39:25 +03:00
Grigory Smolkin
93f8291617 Merge branch 'master' into release_2_4 2020-06-03 15:39:10 +03:00
Grigory Smolkin
683e491f1a [PBCKP-98]: fix tests 2020-06-03 15:31:47 +03:00