Commit Graph
3176 Commits
Author SHA1 Message Date
Mikhail A. Kulagin 6b03df5203 Fix broken tests.validate.ValidateTest.test_validate_instance_with_several_corrupt_backups_interrupt
+fix small typo introduced in 02a3665
2021-10-14 22:25:38 +03:00
Mikhail A. Kulagin f7a81aa5fd [Issue #413] packaging: bump postgres versions, add 14, remove 9.5, some workarounds (caused by old docker images) 2021-10-13 14:14:59 +03:00
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
Grigory Smolkin 6081c08f61 Fix link to latest windows installers 2021-10-02 12:52:21 +03:00
Grigory Smolkin 7f690abdf6 [Issue #360] correctly exclude unlogged relations from backup 2021-09-26 15:46:02 +03:00
Grigory Smolkin 2e2a8b8dca [Issue #360] add test coverage 2021-09-26 15:40:00 +03:00
gsmolandGitHub 4a7db4cf5e built-in package infrastructure (#418)
[PR #418] built-in package infrastructure
2021-09-26 01:13:04 +03:00
Grigory Smolkin ce32d19f36 [Issue #193] added instructions std|ent package installation for Astra Linux Orel 2021-09-04 17:11:05 +03:00
Grigory Smolkin 19a3efe07f [Issue #193] added instructions for Astra Linux installation 2021-09-04 17:08: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
AndrewBilleandGitHub 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. 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. Kulagin 0f3ae09bfd add REL_14_STABLE and master PG branches to travis 2021-08-02 23:39:08 +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
AndrewBilleandGitHub 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 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 e68132d10c tests: fix tests.archive.ArchiveTest.test_basic_master_and_replica_concurrent_archiving 2021-06-18 12:20:58 +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 cf8fb8c9de travis: run only smoke suit 2021-06-17 21:59:04 +03:00
Grigory Smolkin 318cb6e5b8 travis: some more fixes 2021-06-17 21:41:39 +03:00
Grigory Smolkin 6506eade26 travis: move to python3 2021-06-17 21:41:35 +03:00
Grigory Smolkin 423ffcaf38 travis: start sshd in container 2021-06-17 21:41:31 +03:00
Grigory Smolkin 7c3f49a7eb travis: run on every branch, do not tolerate job failures 2021-06-17 19:28:48 +03:00
Grigory Smolkin 6e8e948fd6 [Issue #313] added test coverage 2021-06-17 02:32:36 +03:00
Grigory Smolkin d1106e5571 [Issue #394] use durable_write in fio_write 2021-06-14 14:16:07 +03:00
Grigory Smolkin 8ae217bae5 [Issue #394] correctly detect ENOSPC when using write(): durable_write is implemented 2021-06-14 13:34:05 +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
gsmolandGitHub 47c39932b0 Merge pull request #393 from postgrespro/join_path_components
replace snprintf by join_path_components
2021-06-07 17:23:11 +03:00
Mikhail A. Kulagin 0dcfb06ec7 s:snprintf(..., MAXPGPATH, "%s/%s", ...):join_path_components(...):g 2021-06-07 15:48:53 +03:00
gsmolandGitHub 4ba1d653bf Merge pull request #390 from postgrespro/ptrack-version-refactoring
introduce ptrack_parse_version_string() and new ptrack version number…
2021-06-03 18:49:27 +03:00
Mikhail A. Kulagin 908a5ad65a introduce ptrack_parse_version_string() and new ptrack version numbering schema 2021-06-03 18:28:22 +03:00
Grigory Smolkin 4188a699f2 Version 2.4.16 2.4.16 2021-05-26 12:57:10 +03:00
gsmolandGitHub 1fad931140 Merge pull request #388 from postgrespro/fix_valgrind
Fix some valgrind alerts
2021-05-26 12:15:24 +03:00
gsmolandGitHub dbf0273d5f Merge pull request #389 from postgrespro/autovacuum_off
tests: disable autovacuum by default
2021-05-25 17:44:21 +03:00
Yura Sokolov d3bbb74d01 tests: disable autovacuum by default
With autovacuum enabled tests are unstable. Especially they are unstable
if postgresql is running under valgrind and therefore is severely
inhibited (and vacuum has time to be triggered).
2021-05-25 17:09:42 +03:00
Yura Sokolov 012719d286 fix valgrind alerts
valgrind detected some uninitialized memory usage.
Looks like shift_lsn one is a real bug.
2021-05-24 21:27:13 +03:00
Grigory Smolkin f840ae4fe7 Merge branch 'master' of github.com:postgrespro/pg_probackup 2021-05-13 12:09:35 +03:00
gsmolandGitHub 7075432e17 Merge pull request #382 from postgrespro/ptrack_version
Accept ptrack v2.2 as well
2021-05-13 10:57:36 +03:00
Alexey Kondratov 33c28fdd7f Accept ptrack v2.2 as well 2021-05-12 20:39:05 +03:00
gsmolandGitHub 341b767e1d Merge pull request #378 from dld-r00f/patch-1
Update README.md
2021-05-11 09:42:49 +03:00
dld-r00fandGitHub 46bf00d60a Update README.md
Change repo setup for all sections where the  `sudo echo` commands are located.
2021-05-04 11:50:08 +03:00
dld-r00fandGitHub 89188e81cf Update README.md
Change repo setup for Ubuntu/Deb for PostgresPro section.
2021-05-04 11:14:09 +03:00
dld-r00fandGitHub 30f7f78b08 Update README.md
Error in ubuntu repo installation command for not super user. Sudo command works only for echo command not for redirection and plain user have no rights to write to /etc/apt/sources.list.d/ folder.
2021-05-03 20:07:54 +03:00
Grigory Smolkin 17251d6677 [Issue #376] follow symlinks when walking the WAL archive directory 2021-04-28 11:04:48 +03:00