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

339 Commits

Author SHA1 Message Date
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
73627827de add Thread prefix message 2018-09-14 17:06:17 +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
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
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
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
Arthur Zakirov
4041a43db9 PGPRO-427: Check for absent WAL segments 2018-08-14 17:47:56 +03:00
Arthur Zakirov
4ebcea768c Do not include pthread.h outside of thread.h 2018-08-13 16:49:15 +03:00
Arthur Zakirov
3fe942f97b Fix bug: Sometimes we may miss WAL segments and threads 2018-08-09 19:02:38 +03:00
Arthur Zakirov
6e59b6267d Fix various compile time typos 2018-08-08 17:30:48 +03:00
Arthur Zakirov
4f952331d8 Improve help message 2018-08-07 13:49:21 +03:00
Arthur Zakirov
ee7812c72f Fix help typos 2018-08-07 13:40:14 +03:00
Arthur Zakirov
c094151b91 Remove FATAL, PANIC log levels 2018-08-07 13:28:02 +03:00
Arthur Zakirov
3f5540de6a Version 2.0.18 2018-08-06 12:47:51 +03:00
Arthur Zakirov
7f573d7fe4 Merge branch 'pgpro_428_v1' 2018-08-03 15:45:27 +03:00
Arthur Zakirov
f508308a74 PGPRO-1449: Add logging options in help 2018-08-03 13:58:16 +03:00
Anastasia
2fac44e18e fix merge conflits 2018-08-03 13:29:07 +03:00
Anastasia
68060e7dda fix race in make_pagemap_from_ptrack() for segments created after we've read ptrack 2018-08-03 13:25:00 +03:00
Anastasia
7fe5625cfd merge master into pgpro_428_v1 2018-08-03 12:13:06 +03:00
Anastasia
9efc32f943 fix counting in dest_backup search 2018-08-03 12:11:01 +03:00
Anastasia
8f4232db34 add check 2018-08-02 17:35:48 +03:00
Anastasia
27497d54c5 Merge branch 'master' into pgpro_428_v1 2018-08-02 15:39:45 +03:00
Arthur Zakirov
92b7cc912d PGPRO-1290: Fix a typo in check_server_version() 2018-08-02 13:48:29 +03:00
Arthur Zakirov
4ed28cf6e5 PGPRO-1449: Add MERGE command: merge PAGE with FULL backup 2018-08-02 11:57:39 +03:00
Anastasia
e7d088c238 PGPRO-1700: Show default options in show-config
and clean up the code of the config options.
2018-08-01 16:48:37 +03:00
Anastasia
4124378d1c merge master into pgpro_428_v1 2018-07-30 16:33:58 +03:00
Anastasia
264cd18fb4 check links to parent backup in validate 2018-07-30 16:31:43 +03:00
Arthur Zakirov
9a7daf009f Merge branch 'pgpro-1643-squashed' 2018-07-27 17:56:55 +03:00
Arthur Zakirov
144b8529e7 Merge branch 'pgpro-1693-squashed' 2018-07-27 17:35:44 +03:00
Aleksandr Parfenov
ab86cb5962 Warning in case of empty/corrupted backup.control file 2018-07-27 17:20:43 +03:00
Aleksandr Parfenov
586e3366c7 Add support of recovery target LSN 2018-07-27 17:11:23 +03:00
Arthur Zakirov
6d912340d6 PGPRO-427: Fix bug in SimpleXLogPageRead() with parallel mode 2018-07-25 14:17:04 +03:00
Arthur Zakirov
e8037dd3b0 Merge branch 'pgpro-427' 2018-07-24 18:05:34 +03:00
Arthur Zakirov
87fb4fae93 Fix bug: get_control_value() should use signed long int; refactor restore_data_file(), so the loop will break in first truncated block 2018-07-24 15:48:44 +03:00
Arthur Zakirov
ee3ce85235 PGPRO-427: Merge with master 2018-07-19 12:15:06 +03:00
Arthur Zakirov
4c3a86f3b0 Fix bug: count CRC for data not for pointer 2018-07-18 19:44:11 +03:00
Arthur Zakirov
56ce573832 PGPRO-427: Count pagemap compiling time 2018-07-18 19:30:42 +03:00
Arthur Zakirov
6577c9b8e8 PGPRO-427: Use xlogreader API to locate right start LSN 2018-07-18 14:41:03 +03:00
Grigory Smolkin
f0abaf9438 add --no-validate description to help 2018-07-18 09:10:38 +03:00