1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-04 10:44:46 +02:00
Commit Graph

1177 Commits

Author SHA1 Message Date
Arthur Zakirov
895f96c811 Merge branch 'master' into stable 2018-09-26 18:26:31 +03:00
Arthur Zakirov
85f7559d53 Version 2.0.20
Minor fixes and bug fixes
2018-09-26 18:22:31 +03:00
Arthur Zakirov
61cbf0c459 Bug fix. Do not sort links list within read_tablespace_map it sould do callers 2018-09-26 14:00:00 +03:00
Grigory Smolkin
bf3bb35edf tests: minor fix 2018-09-26 01:27:06 +03:00
Grigory Smolkin
1e47aeab64 tests: be more verbose in ptrack sanity check 2018-09-25 20:34:38 +03:00
Arthur Zakirov
a8b5e540d4 Bug fix: Get restore_lsn from pg_create_restore_point result 2018-09-21 14:21:43 +03:00
Aleksandr Parfenov
b4e0eaef3e Show corrupted backups in list 2018-09-20 16:21:56 +07:00
Arthur Zakirov
eb6ebd977e Use BYTES_INVALID instead of -1 2018-09-18 18:09:57 +03:00
Arthur Zakirov
352f41102b In backup_content.control assume that too big value is -1 2018-09-18 18:08:28 +03:00
Arthur Zakirov
730e5e0b90 Bug fix: Do not reset show buffer 2018-09-17 18:49:35 +03:00
Grigory Smolkin
f0260183c2 minor elevel change for messages about transfering data files 2018-09-17 18:27:20 +03:00
Arthur Zakirov
ae71684b98 Fix bug: In parallel WAL reading we may not close previous file, close it manually 2018-09-17 17:20:27 +03:00
Arthur Zakirov
c22b3e47bc Bug fix. Do not align compressed size during decompressing 2018-09-17 12:49:14 +03:00
Grigory Smolkin
48a8723cf8 tests: test_multithread_page_backup_with_toast added 2018-09-15 13:42:23 +03:00
Grigory Smolkin
73627827de add Thread prefix message 2018-09-14 17:06:17 +03:00
Grigory Smolkin
9191746ce0 tests: minor fixes 2018-09-06 20:46:32 +03:00
Grigory Smolkin
d481c2e919 minor bugfix: be more accurate with dest_backup_index and base_full_backup_index calculation 2018-09-06 19:14:18 +03:00
Arthur Zakirov
0a89f702e3 Issue #32: Wait for LSN in archived dir for PAGE backup 2018-09-04 14:08:50 +03:00
Grigory Smolkin
24c95417a5 tests: minor fixes for page tests 2018-09-03 18:45:53 +03:00
Grigory Smolkin
6d0016295a PGPRO-428: comments fix 2018-09-03 18:06:11 +03:00
Grigory Smolkin
cc42c5558e PGPRO-428: validation and revalidation rework based on parent_backup_link 2018-09-03 17:31:04 +03:00
Grigory Smolkin
26bd9cf20e PGPRO-1921: fix segfault in show when backup with provided BACKUP_ID do not exists 2018-08-30 14:37:13 +03:00
Anastasia
96bd64dde7 Merge branch 'master' into stable 2018-08-17 16:31:39 +03:00
Anastasia
33a33a9e1b Version 2.0.19.
Various fixes and code cleanup for previous version.
2018-08-17 16:31:28 +03:00
Anastasia
14d09bb0df fix a typo in variable name 2018-08-16 23:56:37 +03:00
Anastasia
1222a7002b Detect WAL corruption in parallel page backup.
Improve log messages.
2018-08-16 23:38:57 +03:00
Anastasia
facada7a8e Throw an error if WAL file is from different database system. Fix: add this check for all wal readers 2018-08-16 23:02:59 +03:00
Anastasia
321aa426a2 Throw an error if WAL file is from different database system 2018-08-16 19:34:53 +03:00
Grigory Smolkin
2e9a5b99c9 tests: added test_page_backup_with_alien_wal_segment 2018-08-16 11:54:06 +03:00
Grigory Smolkin
5b55a577c0 change extractPageMap() declaration 2018-08-16 11:52:55 +03:00
Grigory Smolkin
0de51e579c remove prev_seg flag from extractPageMap(), make doExtractPageMap() more greedy 2018-08-16 09:23:02 +03:00
Grigory Smolkin
06ac24dd44 Merge remote-tracking branch 'origin/pgpro-427' 2018-08-15 18:32:53 +03:00
Grigory Smolkin
6e856bd877 PGPRO-427: added test_page_backup_with_corrupted_wal_segment 2018-08-15 17:38:44 +03:00
Arthur Zakirov
378ad33033 PGPRO-1893: Add define FRONTEND to build Windows distro 2018-08-15 15:12:30 +03:00
Arthur Zakirov
248c4493dc PGPRO-1893: Add define FRONTEND to build Windows distro 2018-08-15 15:04:43 +03:00
Arthur Zakirov
4041a43db9 PGPRO-427: Check for absent WAL segments 2018-08-14 17:47:56 +03:00
Arthur Zakirov
0b15576db8 Merge branch 'master' into stable 2018-08-14 14:41:59 +03:00
Arthur Zakirov
4293603ed1 PGPRO-1893: Add merge.c to make Windows disto 2018-08-14 14:41:41 +03:00
Arthur Zakirov
ee5810c506 Merge branch 'master' into stable 2018-08-13 16:50:16 +03:00
Arthur Zakirov
4ebcea768c Do not include pthread.h outside of thread.h 2018-08-13 16:49:15 +03:00
Grigory Smolkin
c4069c7520 tests: test_continue_failed_merge added 2018-08-13 10:08:38 +03:00
Grigory Smolkin
fc464219f1 tests: remove duplicate 2018-08-12 21:13:39 +03:00
Grigory Smolkin
76234b1e1d tests: minor fix in test_page_backup_with_lost_wal_segment 2018-08-12 15:15:09 +03:00
Grigory Smolkin
bd9311a98f tests: test_page_backup_with_lost_wal_segment added 2018-08-12 15:10:22 +03:00
Arthur Zakirov
c7a83af64e We should use paranoia check after full and page restore 2018-08-10 12:33:09 +03:00
Arthur Zakirov
85b3003e16 Merge branch 'master' into stable 2018-08-09 19:06:14 +03:00
Arthur Zakirov
3fe942f97b Fix bug: Sometimes we may miss WAL segments and threads 2018-08-09 19:02:38 +03:00
Grigory Smolkin
ff739835f3 tests: minor changes 2018-08-09 16:49:23 +03:00
Grigory Smolkin
9dde05ebdd tests: page backup in multiple workers 2018-08-09 16:42:51 +03:00
Grigory Smolkin
f23b0e7e9b tests: test_merge_delta_delete added 2018-08-09 16:19:31 +03:00