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

1492 Commits

Author SHA1 Message Date
Anastasia
c8971f5d27 If checksums are enabled, the validate command now verifies checksums for blocks of datafiles. 2018-10-09 17:22:06 +03:00
Arthur Zakirov
7fa00e7e55 Update supported versions in README.md 2018-10-09 15:01:08 +03:00
Arthur Zakirov
e9c7af36b7 Use more universal condition in Makefile 2018-10-09 14:56:56 +03:00
Arthur Zakirov
78adfdfa3b Port to PostgreSQL 11 2018-10-09 12:52:29 +03:00
Arthur Zakirov
cfb63fb2aa PGPRO-1970: Dynamically resize show table 2018-10-09 11:55:33 +03:00
Arthur Zakirov
576b4b06be Bug fix. Use snprintf() instead of join_path_components to make tmp path 2018-10-08 17:25:50 +03:00
Arthur Zakirov
0b9650c9c5 PGPRO-2040: PG10 has different field name, checkpoint_lsn 2018-10-08 16:49:53 +03:00
Arthur Zakirov
517939d119 PGPRO-2040: Use checkpoint LSN to retreive start_lsn for a replica backup 2018-10-08 16:39:11 +03:00
Arthur Zakirov
ad5cda62fd Bug fix. Fix race condition with parallel MERGE 2018-10-05 17:26:39 +03:00
Grigory Smolkin
13fb0489b7 change elevel for 'Restored file' message to VERBOSE 2018-10-05 12:13:09 +03:00
Sergey Cherkashin
b0021bfbc4 Fix typo 2018-10-04 15:58:34 +03:00
Arthur Zakirov
23fa9a31b2 PGPRO-2032: Fix log-rotation-size and log-rotation-age integer overflow 2018-10-04 15:36:09 +03:00
Grigory Smolkin
ca43526906 tests: tests.restore_test.RestoreTest.test_zags_block_corrupt minor change 2018-10-02 11:55:37 +03:00
Grigory Smolkin
7828e1f71a tests: tests.restore_test.RestoreTest.test_zags_block_corrupt added 2018-10-01 21:44:21 +03:00
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