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

1711 Commits

Author SHA1 Message Date
Grigory Smolkin
d1e616e2f1 Merge branch 'master' into pgpro-2065 2019-04-13 23:31:39 +03:00
Grigory Smolkin
abd4ed01bf checkdb: for amcheck only mode do compare system ID, because all work is done by server 2019-04-13 23:31:19 +03:00
Grigory Smolkin
367f885a9b checkdb: error at the end of do_amcheck if execution was interrupted 2019-04-13 23:17:49 +03:00
Grigory Smolkin
c290624765 remove is_checksum_enabled variable 2019-04-13 22:50:39 +03:00
Grigory Smolkin
2e639a81fe checkdb: close initial connection, skipped db in amcheck now counts as fatal error 2019-04-13 22:33:04 +03:00
Grigory Smolkin
e5e16320fd checkdb: minor fixes, point out by a.lubennikova@postgrespro.ru 2019-04-13 21:27:22 +03:00
Grigory Smolkin
290df26373 tests: minor fixes 2019-04-13 15:14:20 +03:00
Anastasia
df8fe86d6d code cleanup 2019-04-12 18:41:33 +03:00
Anastasia
1d5b9e469d Merge branch 'master' into pgpro-2065 2019-04-12 16:03:18 +03:00
Grigory Smolkin
6d8bad7293 bugfix: explicitly forbid incremental backing up instance from the past 2019-04-11 19:14:33 +03:00
Grigory Smolkin
06add7d59f tests: minor fix for replica.ReplicaTest.test_replica_archive_page_backup 2019-04-11 17:00:44 +03:00
Grigory Smolkin
8aeddc9892 tests: minor fixes 2019-04-11 16:33:16 +03:00
Arthur Zakirov
9c83463f91 Consider DELETING status within merge_backups() 2019-04-11 12:35:55 +03:00
Grigory Smolkin
af340b982c tests: added delta.DeltaTest.test_delta_backup_from_past 2019-04-10 23:43:30 +03:00
Grigory Smolkin
8240bc2dc4 tests: fix archive.ArchiveTest.test_replica_archive 2019-04-10 22:27:07 +03:00
Arthur Zakirov
bc52046ac6 Do not wait for the next segment 2019-04-10 17:02:00 +03:00
Victor Spirin
1ff905989e Replaced the function strftime with pg_strftime for logs in Windows 2019-04-09 18:05:36 +03:00
Grigory Smolkin
df0cd6507b bugfix: it is not a fatal error to backup a file, whose size is not multiple of BLCKSZ 2019-04-08 17:39:48 +03:00
Grigory Smolkin
64a7fac7a2 tests: minor fixes for del_instance 2019-04-08 13:54:29 +03:00
Grigory Smolkin
2941cb1cd3 Merge remote-tracking branch 'origin/pgpro_2605' 2019-04-08 13:47:46 +03:00
Grigory Smolkin
8df3a8cf4b tests: minor fixes 2019-04-08 12:09:09 +03:00
Grigory Smolkin
6b49402e9f tests: added delete.DeleteTest.test_del_instance_archive 2019-04-08 12:03:05 +03:00
Grigory Smolkin
049f81830e minor fix for del-instance 2019-04-05 00:57:06 +03:00
Arthur Zakirov
1746b54978 Make changes for C89 2019-04-04 20:26:36 +03:00
Grigory Smolkin
514a01dc15 another symlink fix 2019-04-04 18:36:35 +03:00
Grigory Smolkin
9a5c8074db tests: fix test_delta_archive 2019-04-04 14:41:33 +03:00
Arthur Zakirov
0fbbc22c6a Little optimization, remove unnecessary find_direct_child() 2019-04-04 13:30:30 +03:00
Grigory Smolkin
6b6491e3b7 fix symlink handling for external directories 2019-04-03 22:25:58 +03:00
Grigory Smolkin
9091bb5405 tests: additional tests for external directories 2019-04-03 18:34:18 +03:00
Anastasia
01fedaf04c pgpro-2605. Use absolute path of pg_probackup binary in recovery.conf generated by pg_probackup 2019-04-03 16:35:57 +03:00
Grigory Smolkin
140b33cc94 PGPRO-2065: fix comments 2019-04-03 04:25:40 +03:00
Grigory Smolkin
db3273b344 Merge branch 'master' into pgpro-2065 2019-04-03 04:00:54 +03:00
Grigory Smolkin
2022487f3b PGPRO-2065: cleanup 2019-04-03 04:00:36 +03:00
Grigory Smolkin
340e694462 PGPRO-2065: fix async pgut_execute_parallel() 2019-04-03 03:58:23 +03:00
Grigory Smolkin
7f81494290 minor fixes: free base36enc_dup()'s results, comments cleanup 2019-04-02 22:06:13 +03:00
Grigory Smolkin
75aa7a435a Merge branch 'master' into pgpro-2573 2019-04-02 21:45:44 +03:00
Grigory Smolkin
2b969c43c7 PGPRO-2065: cancel connection during interrupt 2019-04-02 19:29:47 +03:00
Grigory Smolkin
79cc076a0c PGPRO-2065: add async mode to pgut_execute_parallel() 2019-04-02 18:52:00 +03:00
Grigory Smolkin
55b5656f77 PGPRO-2065: move backup_mode check to pg_probackup.c 2019-04-02 17:25:14 +03:00
Grigory Smolkin
252176bb9b PGPRO-2065: minor fixes for checkdb 2019-04-02 17:16:08 +03:00
Grigory Smolkin
fcf8fc57a2 PGPRO-2065: add support for heapallindexed in newer versions of amcheck 2019-04-02 17:08:24 +03:00
Grigory Smolkin
9da90b6e8f PGPRO-2573: rename 'Purge' and 'Keep' to 'Expired' and 'Active' for retention message, minor changes for comments 2019-04-02 12:24:49 +03:00
Grigory Smolkin
33ad94448d PGPRO-2573: minor changes to comments 2019-04-02 12:11:47 +03:00
Grigory Smolkin
fc16c52f0d PGPRO-2573: minor changes 2019-04-02 11:59:01 +03:00
Grigory Smolkin
66d03cc929 PGPRO-2573: refactoring do_retention_internal() 2019-04-02 11:55:59 +03:00
Arthur Zakirov
b5d8a77a61 Do not forget to release base36enc_dup()'s result 2019-04-01 14:27:59 +03:00
Grigory Smolkin
8cf98dacaf PGPRO-2065: do not ignore indisready and indisvalid indexes 2019-04-01 10:26:21 +03:00
Grigory Smolkin
47283e113f PGPRO-2065: add thread number to elog messages 2019-04-01 03:57:04 +03:00
Grigory Smolkin
030832c0ba PGPRO-2065: --amcheck minor fixes 2019-04-01 03:45:15 +03:00
Grigory Smolkin
19405a95b3 PGPRO-2065: fix validate_one_page 2019-04-01 01:23:50 +03:00