Commit Graph
7 Commits
Author SHA1 Message Date
Mikhail A. KulaginandGitHub 396155e5bc Issue 439 (#440)
* [Issue #439] skip unsupported tests in 9.5 (tests with backups from replica and with pg_control_checkpoint() calling)
2021-10-13 05:56:44 +03:00
Mikhail A. KulaginandGitHub 002d7b53b9 [PGPRO-5378] fix various tests (#420)
* [PGPRO-5378] tests.replica.ReplicaTest.test_replica_archive_page_backup stabilization
* Skip some tests on PG-9.5 (test_replica_switchover, test_replica_promote_archive_delta, test_replica_promote_archive_page, test_parent_choosing)
* travis: Fix compatibility issues with GDB
2021-08-13 02:59:20 +03:00
Mikhail A. KulaginandGitHub 384cf6dcfd CVE-2018-1058 fix (#415)
* CVE-2018-1058 fix
2021-08-12 14:50:07 +03:00
Mikhail A. KulaginandGitHub 4de1607e08 "fix" unstable backup.BackupTest.test_backup_with_less_privileges_role (disable tests in archive mode from replica) (#414) 2021-08-03 13:20:07 +03:00
Mikhail A. KulaginandGitHub ee5b1de316 add REL_14_STABLE and master PG branches to travis 2021-08-03 00:43:41 +03:00
Mikhail A. KulaginandGitHub 817b79b00f Add compatibility with postgres master (upcoming PG-15). (#410)
Upstream commit cda03cfed6b changed CreateReplicationSlot() signature
2021-07-15 12:25:32 +03:00
Mikhail A. KulaginandGitHub 477e5bcb4f Some minor fixes (#397)
* Reformat fio_*() definitions for easier grep'ping
* typo
* move check_postmaster() into src/utils/file.c (from src/util.c), rename it to local_check_postmaster() and make it static/private to src/utils/file.c
2021-06-12 20:21:14 +03:00