Grigory Smolkin
0ff7d613d8
tests: fix validate tests broken by PR #33
2018-10-11 16:26:23 +03:00
Arthur
cf88637be3
Merge pull request #33 from CherkashinSergey/skip_unchanged_files
...
Skip unchanged files
2018-10-11 14:41:42 +03:00
Arthur Zakirov
0669939bba
Fix tests
2018-10-11 12:58:37 +03:00
Arthur Zakirov
6dc5ebcad8
Fix timeout units.
...
We should use seconds for archive-timeout and replica-timeout for simplicity.
Fix broken calculation of log-rotation-age. We should translate it from milliseconds to seconds.
2018-10-11 12:57:06 +03:00
Arthur Zakirov
e0387242a9
PGPRO-2070: Fix undefined behaviour in check_file_pages()
2018-10-11 12:07:33 +03:00
Sergey Cherkashin
b36a6c1201
Skip backup of unchanged files
2018-10-10 19:13:17 +03:00
Arthur Zakirov
6fc6800243
Fix tests.__init__.py
2018-10-10 15:17:45 +03:00
Grigory Smolkin
a7329d9b81
bugfix: nullified page shouldn`t be skipped by DELTA backup
2018-10-10 11:37:12 +03:00
Arthur Zakirov
c90d578a67
Version 2.0.21
...
- Dynamically resize show table
- Port to PostgreSQL 11
- Minor fixes and bug fixes
2018-10-09 20:01:54 +03:00
Anastasia
d280fef0ce
Merge branch 'pgpro_1539'
2018-10-09 18:59:59 +03:00
Arthur Zakirov
3dec5b3bea
Fix cfs tests in cfs_restore.py
2018-10-09 18:22:56 +03:00
Arthur Zakirov
7ed8014071
Bug fix. Fix incorrect behaviour of parse_backup_filelist_filenames(), we should use strlen()
2018-10-09 17:42:53 +03:00
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
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
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