1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-04 10:44:46 +02:00
Commit Graph

2713 Commits

Author SHA1 Message Date
Grigory Smolkin
6f89a53ce0 tests: for basic smoke tests avoid crashish of PostgreSQL cluster when cleaning up test directories 2020-06-19 10:39:29 +03:00
Grigory Smolkin
3475ef6631 [PBCKP-98] increase PAGE_READ_ATTEMPTS up to 300 2020-06-10 13:25:22 +03:00
Grigory Smolkin
8aff48f102 [Issue #225] fix tests 2020-06-10 01:35:28 +03:00
Grigory Smolkin
734e4951f2 [Issue #225] ptrack LSN should be compared with parent Start LSN instead of parent Stop LSN 2020-06-10 01:06:14 +03:00
Grigory Smolkin
f7edee6bdb Readme: update link to Windows installers 2020-06-08 16:47:24 +03:00
Grigory Smolkin
7e43e359af Readme: update for 2.3.5 2020-06-08 14:53:14 +03:00
Grigory Smolkin
7cf1d5bca2 Version 2.3.5 2020-06-07 16:59:13 +03:00
Grigory Smolkin
c926ae90ea print correct stop_lsn after execution of pg_stop_backup() 2020-06-07 16:52:15 +03:00
Grigory Smolkin
889465b0ec tests: fixes for 2.3.5 2020-06-07 16:51:13 +03:00
Grigory Smolkin
e31bd6c88e tests: minor fix in "merge" module 2020-06-06 15:02:26 +03:00
Grigory Smolkin
618fa3f7ed [Issue #219] added test tests.init.InitTest.test_add_instance_idempotence 2020-06-05 23:33:38 +03:00
Grigory Smolkin
0a2e5bee1b [Issue #219] Make add-instance idempotent 2020-06-05 23:33:17 +03:00
Grigory Smolkin
4e1ec276cb [Issue #188] minor fix for tests 2020-06-05 15:46:45 +03:00
Grigory Smolkin
703131e279 [Issue #188] Minor improvements 2020-06-05 14:36:45 +03:00
gsmol
da6cb87e7d
Merge pull request #222 from kuzmindb/issue_188
Issue 188
2020-06-05 04:01:08 -07:00
Grigory Smolkin
683e491f1a [PBCKP-98]: fix tests 2020-06-03 15:31:47 +03:00
Grigory Smolkin
6d98d46681 DOC: Fix dangling link 2020-06-02 15:47:19 +03:00
Dmitriy Kuzmin
cca2631fb6 Merge remote-tracking branch 'origin/master' into issue_188 2020-06-02 21:35:28 +10:00
Grigory Smolkin
5699b13756 [PBCKP-98] initialize result variable in get_next_record_lsn 2020-05-31 22:56:02 +03:00
Grigory Smolkin
122f88ba56 [PBCKP-101] fix accessing already freed memory 2020-05-31 22:49:45 +03:00
Grigory Smolkin
c5dc624a79 cleanup the leftovers from page fixing via pg_ptrack_get_block() 2020-05-31 14:42:06 +03:00
Grigory Smolkin
13a16e23b5 tests: fixes for d46fa5f82f 2020-05-31 06:31:04 +03:00
Grigory Smolkin
d46fa5f82f [PBCKP-98] fix invalid stop lsn. Reported by Alexander Lakhin and Alex Ignatov 2020-05-31 05:55:09 +03:00
Grigory Smolkin
963f20f477 Readme: update version to 2.3.4 2020-05-26 18:06:52 +03:00
Grigory Smolkin
d6ea475e4b Version 2.3.4 2020-05-26 00:23:58 +03:00
Grigory Smolkin
a3b8823ecc [Issue #212] Fix logging into file for local archive-push and archive-get 2020-05-25 19:36:13 +03:00
Grigory Smolkin
79d26cdea4 [Issue #217] delete of backup with hidden files works correctly now 2020-05-25 18:42:35 +03:00
Grigory Smolkin
205ca27448 [Issue #217] test coverage added 2020-05-25 18:40:13 +03:00
Grigory Smolkin
b72089e11e tests: added tests.compatibility.CompatibilityTest.test_hidden_files 2020-05-25 18:32:49 +03:00
Grigory Smolkin
600d146b19 tests: remove tests for page healing via pg_ptrack_get_block 2020-05-21 19:05:20 +03:00
Grigory Smolkin
b799e6d950 minor spelling fix 2020-05-21 19:04:45 +03:00
Grigory Smolkin
4609347796 DOC: minor change of wording in archive-push and archive-get 2020-05-21 16:47:15 +03:00
Alexey Kondratov
0b1ae536be Fix (?) test_ptrack_uncommitted_xact 2020-05-21 14:00:35 +03:00
Alexey Kondratov
8a6b5af297 Use pg_ptrack_get_block() only with ptrack <2.0.0 2020-05-21 14:00:23 +03:00
Alexey Kondratov
23497fb78d Check for ptrack.map_size = -1 for ptrack >= 2.1 2020-05-21 14:00:17 +03:00
Alexey Kondratov
aa336b4e50 Change a way of setting up python environment 2020-05-21 14:00:11 +03:00
Alexey Kondratov
75f8a1a585 Skip test_ptrack_get_block for ptrack 2.* 2020-05-21 14:00:05 +03:00
Alexey Kondratov
667a80edfb Adopt ptrack 2.1 public API changes 2020-05-21 13:59:58 +03:00
Alexey Kondratov
583ffaaa30 Teach pg_probackup to work with ptrack 2.1 2020-05-21 13:59:44 +03:00
Alexey Kondratov
61b476bb31 Correct expected error message in the test_ptrack_pg_resetxlog 2020-05-21 13:59:33 +03:00
Dmitriy Kuzmin
09a78d29db issue 188: add test 2020-05-21 00:27:33 +10:00
Alexey Kondratov
bdff1a7492 Add latest release badge 2020-05-19 21:17:59 +03:00
Dmitriy Kuzmin
8b46ef5d4b Do not validate backup, if binary is compiled with different PG version 2020-05-18 19:50:58 +10:00
Grigory Smolkin
50e1f77faa tests: minor improvemnt for "merge" module 2020-05-18 01:40:37 +03:00
Grigory Smolkin
7d8dd3652e [Issue #206] Improve 'Setting up STREAM Backups' documentation section by, add note about '.pgpass' file 2020-05-15 20:36:26 +03:00
Grigory Smolkin
74e92823b0 Readme: update version to 2.3.3 2020-05-15 18:14:50 +03:00
Grigory Smolkin
6a736c2db6 Version 2.3.3 2020-05-14 18:00:29 +03:00
Grigory Smolkin
884dd528a5 [Issue #204] Enforce "no-forward-compatibility" policy on remote agent 2020-05-14 17:43:39 +03:00
Grigory Smolkin
612e928d1b [Issue #203] change error message wording 2020-05-14 15:33:24 +03:00
Grigory Smolkin
b0e90be2c2 tests: minor fixes 2020-05-14 13:27:17 +03:00