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

1353 Commits

Author SHA1 Message Date
Anastasia
ffd4b2f5cf pgpro-2065. WIP. fix amcheck return status, call amcheck function using correct schema name 2018-12-12 18:19:04 +03:00
Anastasia
26c2e066f6 code cleanup. remove obsolete exit_or_abort() function 2018-12-12 17:07:18 +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
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
Anastasia
0eab1f6c13 PGPRO-2065 checkdb --amcheck. Draft version 2018-12-03 22:04:40 +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
Grigory Smolkin
c14c5a58c5 Version 2.0.25
- Bugfix: changing log-level-file and log-level-console via set-config now works correctly
 - Bugfix: WAL files crc comparison done by archive-push is now works correctly, previously it`s was always giving mismatch
 - Impromevent: PG_STOP_BACKUP_TIMEOUT now governed by archive-timeout option
 - Impromevent: CRC-32c now used to calculate crc for data and WAL files, previously a slower CRC-32 was used
 - Impromevent: cold replica can be backuped without false-positive WAL timeouts
 - Impromevent: for PG >= 10 pg_stop_backup now called without wait_for_archive flag
 - Impromevent: minor fixes for Windows build
2018-11-28 21:32:54 +03:00
Grigory Smolkin
82101e032a tests: minor fixes 2018-11-28 21:19:10 +03:00
Arthur Zakirov
b4e707b4d1 Merge branch 'master' into pgpro-2071 2018-11-28 12:41:14 +03:00
Arthur Zakirov
59da24d59c Replace PG_STOP_BACKUP_TIMEOUT by archive-timeout 2018-11-27 17:31:35 +03:00
Arthur Zakirov
e199c4aee8 Use CRC-32C again. Calculate crc for pg_control differently using ControlFileData struct.
Bump version to 2.0.25.
2018-11-26 14:17:46 +03:00
Arthur Zakirov
990d67a49e Use *_FILE_CRC32 macroses instead of *_TRADITIONAL_CRC32 2018-11-25 01:09:26 +03:00
Arthur Zakirov
640d1c9df4 Make compiler happy 2018-11-25 00:47:00 +03:00
Grigory Smolkin
b52ee32440 tests: minor fixes 2018-11-24 22:57:27 +03:00
Arthur Zakirov
0e5cc88062 Merge branch 'master' into pgpro-2071 2018-11-23 19:07:19 +03:00
Grigory Smolkin
57ca17ad6c bugfix: use CRC32C for crc comparison during archive-push if target WAL segment is compressed 2018-11-23 18:40:21 +03:00
Grigory Smolkin
7e2fccd041 bugfix: use CRC32 for crc comparison during archive-push if target WAL segment is compressed 2018-11-23 18:16:49 +03:00
Arthur Zakirov
bb3c0645aa PGPRO-2180: Use archive_timeout only, do not use checkpoint_timeout 2018-11-23 15:08:04 +03:00
Arthur Zakirov
7532cb36d1 PGPRO-2180: Reasonable time 2018-11-23 13:20:16 +03:00
Arthur Zakirov
bdf2539887 Improve log message within SimpleXLogPageRead 2018-11-23 12:41:42 +03:00
Arthur Zakirov
06b1dbe6f1 PGPRO-2180: Rewrite stop_lsn during pg_stop_backup 2018-11-23 12:03:29 +03:00
Arthur Zakirov
aab0ce3615 PGPRO-2180: Fix stop_streaming(), read recovery info using valid stop LSN 2018-11-22 14:44:57 +03:00
Arthur Zakirov
b4672e3ac8 PGPRO-2180: In pg_stop_backup for replica wait for LSN of prior record 2018-11-21 18:30:03 +03:00
Arthur Zakirov
6ea7c61c33 PGPRO-2180: Retreive stop_lsn from previous WAL segment 2018-11-20 16:33:36 +03:00
Arthur Zakirov
bbac29a29c PGPRO-2071: Use local dbname to connect to a server to get ptrack pagemap 2018-11-19 17:08:56 +03:00
Grigory Smolkin
d84d79668b disable wait for archive in pg_stop_backup 2018-11-16 09:39:32 +03:00
Grigory Smolkin
fe00564707 tests: minor fixes 2018-11-16 09:35:41 +03:00
Grigory Smolkin
c0f0f7e44a Merge remote-tracking branch 'origin/skip_unchanged_files' 2018-11-15 22:26:16 +03:00
Sergey Cherkashin
f53395529b Refactored calc_file_checksum() 2018-11-15 18:22:43 +03:00
Arthur Zakirov
eb15c16967 Merge branch 'master' into pgpro-2071 2018-11-15 15:22:42 +03:00
Arthur Zakirov
d04d314eba Keep compiler quite 2018-11-15 11:46:42 +03:00
Sergey Cherkashin
6d0cbfa232 Fix test test_arhive_push_file_exists 2018-11-14 18:17:28 +03:00