1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
Commit Graph

1379 Commits

Author SHA1 Message Date
Anastasia
1654eea349 Merge master into pgpro-2065 2018-12-13 16:44:46 +03:00
Anastasia
5b2cae5e81 pgpro-2065. filter global indexes 2018-12-13 16:20:51 +03:00
Anastasia
65e0ff9565 pgpro-2065. refactor the code, add option --block-validation аfor checkdb command 2018-12-13 14:14:59 +03:00
Grigory Smolkin
e16bdc6660 tests: add some comments 2018-12-13 13:21:57 +03:00
Grigory Smolkin
a5cef98908 tests: test_merge_tablespaces and test_merge_tablespaces_1 added 2018-12-13 11:45:04 +03:00
Grigory Smolkin
eef5769ffd tests: pgdata_compare now detect missing or redundant directories 2018-12-13 10:20:49 +03:00
Grigory Smolkin
9484b6de27 tests: test_page_create_db added 2018-12-12 20:32:42 +03:00
Anastasia
ffd4b2f5cf pgpro-2065. WIP. fix amcheck return status, call amcheck function using correct schema name 2018-12-12 18:19:04 +03:00
Arthur Zakirov
5ad509a40e Fix comment introduced in 0b05cf0343 2018-12-12 17:52:01 +03:00
Arthur Zakirov
0b05cf0343 Improve comment within on_interrupt() 2018-12-12 17:27:31 +03:00
Anastasia
26c2e066f6 code cleanup. remove obsolete exit_or_abort() function 2018-12-12 17:07:18 +03:00
Arthur Zakirov
23d1a26e02 Fix MERGE of uncompressed with compressed backups 2018-12-12 15:10:25 +03:00
Grigory Smolkin
30cf45816d check backup version before backup validation, throw an error if backup version > binary version 2018-12-12 00:29:20 +03:00
Anastasia
5f404b5de4 pgpro-2065. fix logging for checkdb command 2018-12-11 17:37:52 +03:00
Arthur Zakirov
350422afe8 Remove BOM marker from configuration.c 2018-12-11 17:33:39 +03:00
Arthur Zakirov
af239aa498 Make compiler happy again 2018-12-11 17:33:39 +03:00
Arthur Zakirov
5a6dcd9d13 Free unnecessary file object 2018-12-11 17:33:39 +03:00
Grigory Smolkin
3d104a1980 bugfix: correctly log cmdline to logfile 2018-12-11 17:33:39 +03:00
Arthur Zakirov
8a36f53aa7 Make compiler happy 2018-12-11 17:32:24 +03:00
Arthur Zakirov
cdb857ca5a Fix format warnings 2018-12-11 17:32:24 +03:00
Grigory Smolkin
32e0d5b3e5 tests: more merge tests added 2018-12-11 17:32:24 +03:00
Arthur Zakirov
affc01012f Fix MERGE of compressed and uncompressed backups 2018-12-11 17:32:24 +03:00
Grigory Smolkin
b36c9c7180 tests: test_merge_compressed_backups_1 added 2018-12-11 17:32:24 +03:00
Arthur Zakirov
737c97d708 Restore to_backup sizes after copying metadata from from_backup 2018-12-11 17:32:24 +03:00
Grigory Smolkin
ccc0ccf356 tests: test_merge_compressed_and_uncompressed_backups added 2018-12-11 17:32:24 +03:00
Konstantin Knizhnik
bda055cf70 Add error message in case of invalid compression algorithm 2018-12-11 17:32:24 +03:00
Arthur Zakirov
901062188d Show progress messages with INFO verbose level 2018-12-11 17:32:24 +03:00
Grigory Smolkin
7aa81561b2 fix tabulation offset 2018-12-11 17:32:24 +03:00
Grigory Smolkin
4acced609d add warning if waiting for START LSN during ARCHIVE backup is exceeding 30 seconds 2018-12-11 17:32:24 +03:00
Arthur Zakirov
eed5987406 Remove BOM marker from configuration.c 2018-12-11 12:47:21 +03:00
Arthur Zakirov
385f979fe7 Make compiler happy again 2018-12-11 12:27:36 +03:00
Grigory Smolkin
ccccb1a743 tests: checkdb module added 2018-12-11 12:03:46 +03:00
Grigory Smolkin
8a63589564 tests: checkdb module added 2018-12-11 12:02:38 +03:00
Arthur Zakirov
eead6b6307 Free unnecessary file object 2018-12-10 19:01:00 +03:00
Grigory Smolkin
9ac30ada54 bugfix: correctly log cmdline to logfile 2018-12-10 18:54:35 +03:00
Arthur Zakirov
dd18928e19 Make compiler happy 2018-12-10 18:02:22 +03:00
Arthur Zakirov
c1903db22b Fix format warnings 2018-12-10 16:19:51 +03:00
Grigory Smolkin
b455420a18 tests: more merge tests added 2018-12-07 23:39:39 +03:00
Arthur Zakirov
2837399e6b Fix MERGE of compressed and uncompressed backups 2018-12-07 17:24:21 +03:00
Grigory Smolkin
59ab21e5c2 tests: test_merge_compressed_backups_1 added 2018-12-07 09:43:38 +03:00
Arthur Zakirov
34c05740b0 Restore to_backup sizes after copying metadata from from_backup 2018-12-06 19:41:10 +03:00
Grigory Smolkin
8b1b53bc3b tests: test_merge_compressed_and_uncompressed_backups added 2018-12-06 19:07:56 +03:00
Konstantin Knizhnik
e753643b8d Add error message in case of invalid compression algorithm 2018-12-06 19:00:08 +03:00
Arthur Zakirov
4ac0fab61b Show progress messages with INFO verbose level 2018-12-06 16:03:29 +03:00
Anastasia
0eab1f6c13 PGPRO-2065 checkdb --amcheck. Draft version 2018-12-03 22:04:40 +03:00
Grigory Smolkin
529173287f fix tabulation offset 2018-12-03 13:41:39 +03:00
Grigory Smolkin
a039fd14aa add warning if waiting for START LSN during ARCHIVE backup is exceeding 30 seconds 2018-12-03 13:38:45 +03:00
Anastasia
a9fd90a831 PGPRO-2065 checkdb. Draft version 2018-12-03 11:31:10 +03:00
Anastasia
2a62342e8b WIP checkdb command 2018-11-30 18:24:14 +03:00
Grigory Smolkin
4155171b19 update README.md about PG11 support 2018-11-30 09:19:32 +03:00