1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-05 13:20:31 +02:00
Commit Graph

2171 Commits

Author SHA1 Message Date
Grigory Smolkin
0515c2b4dd minor improvement: NodeInfo is now separate variable and not the element of pgBackup structure 2019-07-15 19:20:39 +03:00
Grigory Smolkin
a466eea901 minor bugfix: in asynchronous execution of pg_stop_backup() was small risk of ignoring server side error. Reported by Alex Ignatov alexign@ozon.ru 2019-07-15 15:11:11 +03:00
Grigory Smolkin
9af4c7be9b Documentation: minor fixes 2019-07-15 15:05:27 +03:00
Grigory Smolkin
b41bc03be3 tests: fixes for module "pgpro560" 2019-07-14 13:46:28 +03:00
Grigory Smolkin
25fd9280c1 tests: minor fix 2019-07-14 03:07:52 +03:00
Grigory Smolkin
66618d0142 minor fix 2019-07-14 03:07:15 +03:00
Grigory Smolkin
8c5d513a6f Documentation: minor improvements 2019-07-12 18:22:20 +03:00
Grigory Smolkin
b38692f464 tests: now ptrack tests by default are disabled, they can be enables via PG_PROBACKUP_PTRACK env variable. Multiple fixes, especially for PG 9.5 2019-07-12 18:01:28 +03:00
Grigory Smolkin
3d9bb1b076 minor change of elevel 2019-07-11 12:31:38 +03:00
Grigory Smolkin
6273f80e50 minor improvement: use slurpFile instead fetchFile, because fetchFile is relying on pg_read_binary_file(), which is insecure and redundant 2019-07-11 02:26:00 +03:00
Grigory Smolkin
7b95a40b50 Documentation: another minor fix 2019-07-08 19:57:08 +03:00
Grigory Smolkin
29ebf687d4 Documentation: minor fixes 2019-07-08 19:48:27 +03:00
Grigory Smolkin
3c05d87708 tests: minor fixes for 9.5 version 2019-07-08 19:47:27 +03:00
Grigory Smolkin
433d7bdc6a tests: fix expected results 2019-07-08 16:02:30 +03:00
Grigory Smolkin
b598c2987c tests: minor fixes 2019-07-08 02:41:20 +03:00
Grigory Smolkin
c3ebbec953 correct flag for recovery.conf creation 2019-07-08 02:40:20 +03:00
Grigory Smolkin
549d66a29c checkdb: escape database name in amcheck related elog messages 2019-07-07 17:34:12 +03:00
Grigory Smolkin
a7f11405ff correctly open recovery.conf 2019-07-07 17:33:10 +03:00
Grigory Smolkin
99938658c6 tests: minor fixes 2019-07-07 17:31:42 +03:00
Grigory Smolkin
fd91652576 [Issue #92] Improvements pointed out by review 2019-07-06 04:00:45 +03:00
Grigory Smolkin
4db8821022 Merge branch 'master' into issue_92 2019-07-06 03:26:45 +03:00
Grigory Smolkin
2a78020243 checkdb bugfixes: query to select indexes not from "pg_global" tablespace was incorrect, also index namespace used in "--progress" and WARNING messages was incorrect 2019-07-06 03:22:27 +03:00
Grigory Smolkin
b12b89f3ba tests: minor fixes for "checkdb" module 2019-07-06 03:18:03 +03:00
Grigory Smolkin
71545d6cd0 Merge branch 'master' into issue_92 2019-07-04 01:49:07 +03:00
Grigory Smolkin
57da2e5b38 rename "omit_symlink" flag to follow_symlink 2019-07-04 01:46:45 +03:00
Grigory Smolkin
3b97c4f4cd minor bugfix: del-instance was failing due to presense of .history files in archive directory 2019-07-04 01:44:14 +03:00
Grigory Smolkin
74b25e4383 Revert "Decompress restored file by remote agent"
This reverts commit 3873318eec.
2019-07-04 01:33:59 +03:00
Konstantin Knizhnik
de38db4deb Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2019-07-03 23:22:57 +03:00
Konstantin Knizhnik
3873318eec Decompress restored file by remote agent 2019-07-03 23:22:48 +03:00
Grigory Smolkin
eac3d8a1d0 Merge branch 'master' into issue_92 2019-07-03 21:11:39 +03:00
Grigory Smolkin
0e99b6fb96 Documentation: added example for "--ssh-options" setting 2019-07-03 18:17:50 +03:00
Grigory Smolkin
e1880c57c6 minor bugfix: close ssh connection when it is not needed anymore 2019-07-03 18:09:00 +03:00
Grigory Smolkin
b231d845f3 tests: added backup.BackupTest.test_backup_truncate_misaligned 2019-07-03 18:06:47 +03:00
Grigory Smolkin
c3d89c2552 tests: minor fixes in module "archive" 2019-07-03 18:00:15 +03:00
Grigory Smolkin
61282253db tests: minor fix for basic tests suit 2019-07-03 17:58:36 +03:00
Grigory Smolkin
f87fd1b2ac tests: added replica.ReplicaTest.test_replica_promote 2019-07-03 17:57:11 +03:00
Grigory Smolkin
61b733b0b7 Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup 2019-07-03 00:06:58 +03:00
Konstantin Knizhnik
da8bf6de29 Make child_pid variable thread local 2019-07-03 00:06:00 +03:00
Grigory Smolkin
3b7fb5d4ed minor bugfix: close ssh connection when it is not needed 2019-07-02 20:04:04 +03:00
Konstantin Knizhnik
569144a335 Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2019-07-02 16:49:46 +03:00
Konstantin Knizhnik
d57b65fa87 Wait for ssh process completion in fio_disconnect 2019-07-02 16:49:38 +03:00
Grigory Smolkin
7c7d953cd1 Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup 2019-07-01 22:54:12 +03:00
Konstantin Knizhnik
abfb2b56f5 Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2019-07-01 22:35:17 +03:00
Konstantin Knizhnik
3eed6718b0 Add fio_dsconnect function 2019-07-01 22:35:10 +03:00
Grigory Smolkin
265837b106 tests: minor fixes 2019-07-01 16:24:57 +03:00
Grigory Smolkin
361af245df tests: remove compatibility.CompatibilityTest.test_backup_concurrent_drop_table 2019-07-01 15:15:42 +03:00
Grigory Smolkin
6caf77ebbe tests: minor fixes 2019-06-29 03:19:31 +03:00
Grigory Smolkin
ffa63a2e2a Merge branch 'master' into issue_92 2019-06-28 12:51:47 +03:00
Grigory Smolkin
79f940ff75 checkdb: don`t close descriptor if file size is not aligned BLCKSZ 2019-06-28 12:47:13 +03:00
Konstantin Knizhnik
5f840ba436 Fix passing error in fio_send_pages 2019-06-28 10:09:03 +03:00