1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00
Commit Graph

3262 Commits

Author SHA1 Message Date
Mikhail A. Kulagin
eb7eb16581 PTRACK now provides a separate patch for version 14 (see 3d6ccc6 ptrack commit), update travis testing configuration to use this standalone patch 2021-10-16 18:31:14 +03:00
Mikhail A. Kulagin
d9ba5d05ea Change README for upcoming 2.5.2 release 2021-10-16 18:25:43 +03:00
Mikhail A. Kulagin
0545dd4a92 Running tests.ptrack.PtrackTest.test_horizon_lsn_ptrack now depends on PGPROBACKUPBIN_OLD 2021-10-15 12:53:07 +03:00
Mikhail A. Kulagin
bd79fbbbbb test_ptrack_vacuum_truncate name was duplicated, rename one of them 2021-10-14 18:37:05 +03:00
Mikhail A. Kulagin
c83a8d4ab9 Stabilize tests.ptrack.PtrackTest.test_ptrack_vacuum_full_2 2021-10-14 18:10:48 +03:00
Mikhail A. Kulagin
01db7adeca test_ptrack_vacuum_full name was duplicated, rename one of them 2021-10-14 17:27:57 +03:00
Mikhail A. Kulagin
80e88588c7 Fix broken in da5eb96 tests.validate.ValidateTest.test_basic_validate_nullified_heap_page_backup 2021-10-14 16:52:25 +03:00
Mikhail A. Kulagin
21abadfff7 Fix broken in f26c95964 tests.config.ConfigTest.test_corrupt_backup_content 2021-10-14 16:23:49 +03:00
Mikhail A. Kulagin
da5eb961c4 Stabilize tests.backup.BackupTest.test_backup_modes_archive 2021-10-14 16:06:10 +03:00
Mikhail A. Kulagin
de497aad52 Stabilize tests.ptrack.PtrackTest.test_horizon_lsn_ptrack 2021-10-14 15:11:08 +03:00
Mikhail A. Kulagin
76acd88e15 Stabilize tests.catchup.CatchupTest.test_tli_ptrack_catchup 2021-10-14 14:40:13 +03:00
Mikhail A. Kulagin
7feb748905 Prerelease test stabilization
ptrack.PtrackTest.test_ptrack_threads
backup.BackupTest.test_backup_with_least_privileges_role
ptrack.PtrackTest.test_ptrack_without_full
option.OptionTest.test_help_1
2021-10-13 05:30:20 +03:00
Elena Indrupskaya
986e9ab958 [DOC] [skip travis] Incorporated more feedback on probackup documentation from translator 2021-08-30 14:33:51 +03:00
dlepikhova
4c052b9ce5
Merge pull request #424 from postgrespro/pgpro-5454
[PGPRO-5454] copying basedir to exclude the situation of overwriting …
2021-08-20 14:09:12 +05:00
Mikhail A. Kulagin
52840d7899 [PGPRO-5454] copying basedir to exclude the situation of overwriting memory in another thread 2021-08-19 19:29:45 +03:00
Elena Indrupskaya
14035b271d [DOC] [skip travis] Incorporated feedback on documentation from translator 2021-08-19 10:01:18 +03:00
Elena Indrupskaya
e5714bc625 [DOC] [skip travis] Fixed misplaced comma in documentation 2021-08-17 18:23:59 +03:00
Mikhail A. Kulagin
97fe5b8372 fix for windows: conditional strndup() replacement 2021-08-13 19:14:22 +03:00
Grigory Smolkin
328eea196a Version 2.5.1 2021-08-13 16:14:04 +03:00
Elena Indrupskaya
83c0cbb61b [DOC] [skip travis] Removed version tags 12+ from documentation 2021-08-13 15:23:03 +03:00
Mikhail A. Kulagin
c00ffe2790
catchup functionality expansion (#419)
[PR #419] New command 'catchup' for synchronizing stale standby with master by transfering only changes blocks, or creating standby from scratch.

Co-authored-by: Elena Indrupskaya <e.indrupskaya@postgrespro.ru>
Co-authored-by: Grigory Smolkin <g.smolkin@postgrespro.ru>
2021-08-13 15:05:42 +03:00
Mikhail A. Kulagin
3e6701e618 Merge branch 'master' into release_2_5 2021-08-13 05:28:34 +03:00
Mikhail A. Kulagin
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. Kulagin
384cf6dcfd
CVE-2018-1058 fix (#415)
* CVE-2018-1058 fix
2021-08-12 14:50:07 +03:00
Mikhail A. Kulagin
ba28354de7 Merge branch 'master' into release_2_5 2021-08-03 22:24:33 +03:00
AndrewBille
8846e1997a
Stabilizy tests. (#411)
* tests: Introduced a new flag for tests -- PGPROBACKUP_GDB
* tests: Do travis builds with CFLAGS="-O0" (stabilization of gdb tests)
* tests: Run compatibility tests only if PGPROBACKUPBIN_OLD set
* tests: Running some tests now depends on PGPROBACKUP_SSH_REMOTE
2021-08-03 21:59:49 +03:00
Mikhail A. Kulagin
475513996e travis: refine allow_failures condition (allow fail with postgresql master branch) 2021-08-03 18:54:21 +03:00
Mikhail A. Kulagin
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. Kulagin
ee5b1de316
add REL_14_STABLE and master PG branches to travis 2021-08-03 00:43:41 +03:00
Mikhail A. Kulagin
0f3ae09bfd add REL_14_STABLE and master PG branches to travis 2021-08-02 23:39:08 +03:00
Mikhail A. Kulagin
817b79b00f
Add compatibility with postgres master (upcoming PG-15). (#410)
Upstream commit cda03cfed6b changed CreateReplicationSlot() signature
2021-07-15 12:25:32 +03:00
AndrewBille
f63faad5e7
tests: Run compatibility tests only if PGPROBACKUPBIN_OLD set (#408) 2021-07-15 10:44:00 +03:00
Grigory Smolkin
57f871accc Version 2.4.17 2021-07-15 00:48:21 +03:00
Grigory Smolkin
07127b8eb5 [Issue #400] some leftovers 2021-06-21 23:55:29 +03:00
Mikhail A. Kulagin
7de728496d
Catchup command implementation (#392)
[ PR #392] New command "catchup" is added, it allows fallen-behind standby to "catch up" with master, or create standby from scratch without resorting to restore from backup

Co-authored-by: Grigory Smolkin <g.smolkin@postgrespro.ru>
Co-authored-by: anastasia <lubennikovaav@gmail.com>
Co-authored-by: Elena Indrupskaya <e.indrupskaya@postgrespro.ru>
2021-06-21 11:45:10 +03:00
Grigory Smolkin
b13d3b8c88 Merge branch 'master' into release_2_5 2021-06-20 14:54:16 +03:00
Grigory Smolkin
b395b3c942 Readme: update 2021-06-20 02:28:59 +03:00
Grigory Smolkin
e27a6a91e0 [Issue #400] PostgreSQL 14 support 2021-06-20 02:13:35 +03:00
Grigory Smolkin
ad4fc967d6 fix segfault in get_index_list 2021-06-18 20:04:39 +03:00
Mikhail A. Kulagin
d55838e80d fix test restore.RestoreTest.test_missing_database_map for PGPROEE11 compatibility 2021-06-18 13:39:11 +03:00
Grigory Smolkin
148afb2806 Merge branch 'master' into release_2_5 2021-06-18 12:21:23 +03:00
Grigory Smolkin
e68132d10c tests: fix tests.archive.ArchiveTest.test_basic_master_and_replica_concurrent_archiving 2021-06-18 12:20:58 +03:00
Grigory Smolkin
7ca590c6cc tests: drop ptrack1 suppport 2021-06-18 12:12:37 +03:00
Grigory Smolkin
469c5a1736 travis: some more fixes 2021-06-18 10:38:15 +03:00
Grigory Smolkin
d65ae6ccbd travis: build only required PG objects to speed up test 2021-06-18 01:15:43 +03:00
Grigory Smolkin
11e1240b71 Merge branch 'master' into release_2_5 2021-06-17 22:56:32 +03:00
Grigory Smolkin
dbbfee4a63 tests: disable ptrack testing for PG < 11 2021-06-17 22:29:55 +03:00
Grigory Smolkin
cf8fb8c9de travis: run only smoke suit 2021-06-17 21:59:04 +03:00
Grigory Smolkin
45b7816fe9 Merge branch 'master' into release_2_5 2021-06-17 21:44:33 +03:00
Grigory Smolkin
318cb6e5b8 travis: some more fixes 2021-06-17 21:41:39 +03:00