3626 Commits
Author SHA1 Message Date
Yura Sokolov 302db1c49f [PGPRO-146] store at least cfs header size bytes. 2022-10-24 20:35:29 +03:00
Yura Sokolov 5f71f7710f fix fio_send_file_local 2022-10-24 17:28:07 +03:00
Yura Sokolov 2eaeb942c6 [PBCKP-146] add test for cfm size 2022-10-24 17:16:19 +03:00
Yura Sokolov 202f2ade7f find_zero_tail: fix last bytes check 2022-10-24 17:16:14 +03:00
Yura Sokolov b568f2254a [PBCKP-146] truncate cfm files
- store cfm files truncated to non-zero head with coarse granularity
  (64-4096 bytes)
- and calculate crc for truncated file
- during restoration calculate crc for cfm as if it was truncated
2022-10-20 19:58:54 +03:00
Andrew A. BilleandMikhail A. Kulagin 3e17c8c8da Fix remembered check gdb flag in test with GDB 2022-10-20 11:22:26 +03:00
Yura Sokolov ed47e4925d Merge branch 'REL_2_5-some-fixes' into REL_2_5 2022-10-13 16:32:22 +03:00
Sokolov YuraandGitHub 3c1fadcf09 Merge pull request #546 from postgrespro/REL_2_5-some-fixes
Small fixes
2022-10-13 14:28:12 +03:00
Yura Sokolov 51a141c4b0 [PBCKP-146] fix cfs test python3 compatibility 2022-10-13 14:27:40 +03:00
Yura Sokolov 8f504fc95c [PBCKP-146] stabilize couple of tests. 2022-10-13 14:27:40 +03:00
Yura Sokolov e16c62e8fd [PBCKP-146] prettify forkname handling. 2022-10-13 14:27:40 +03:00
Yura Sokolov 4730857b79 [PBCKP-146] - fio_get_crc32 - add "missing_ok" parameter 2022-10-13 14:27:40 +03:00
Yura Sokolov 80efb85029 [PBCKP-146] Small fix for remote_agent 2022-10-13 14:27:40 +03:00
Daniel Shelepanov 96ad6e2eb9 version macro increment, Release 2.5.9 2022-10-12 17:11:58 +03:00
Daniel Shelepanov 0011d41ab7 Merge branch 'REL_2_5' 2022-10-12 17:10:48 +03:00
Daniel ShelepanovandGitHub c7e6d5ce02 Merge pull request #548 from postgrespro/PBCKP-235
[PBCKP-235] review fixes
2022-10-12 16:25:07 +03:00
Ivan Lazarev d808a16640 [PBCKP-236] removed excessive brackets 2022-10-11 16:09:57 +03:00
Daniel Shelepanov 23d5ee4abf [PBCKP-235] review fixes
tags: pg_probackup
2022-10-11 12:20:41 +03:00
Ivan Lazarev 03d55d079b [PBCKP-236] fix excessive warnings for vanilla 2022-09-29 05:03:51 +03:00
Ivan Lazarev c52659791b [PBCKP-236] assert fix 2022-09-29 03:01:57 +03:00
Ivan Lazarev 1ce38ed70c [PBCKP-236] final update after review 2022-09-28 04:52:11 +03:00
Ivan Lazarev 6e671232b8 [PBCKP-236] final update after review 2022-09-28 04:32:47 +03:00
Ivan Lazarev b3351b50d6 [PBCKP-236] final update 2022-09-27 06:00:57 +03:00
Mikhail A. Kulagin 4d907c958d Fix test packagin script for 9.6 [ci skip] 2022-09-26 11:01:21 +03:00
Mikhail A. Kulagin 0dc826fc11 Fix packaging/Makefile.test typo [ci skip] 2022-09-26 10:59:37 +03:00
Ivan Lazarev 35df5060d5 [PBCKP-236] 1c+certified editions check 2022-09-26 06:00:03 +03:00
Ivan LazarevandGitHub 15b1ad7165 Merge pull request #535 from postgrespro/REL_2_5-PBCKP-277
[PBCKP-277] stabilize catchup.CatchupTest.test_config_exclusion
2022-09-20 12:38:30 +03:00
Ivan LazarevandGitHub 996ee2bc41 Merge branch 'REL_2_5' into REL_2_5-PBCKP-277 2022-09-20 05:42:28 +03:00
MetalDream666andGitHub 9323e34a28 Merge pull request #538 from postgrespro/PBCKP-125
Pbckp 125
2022-09-16 12:03:49 +03:00
Ivan Lazarev 56598848c2 [PBCKP-236] ANSI C fix 2022-09-16 06:43:16 +03:00
Ivan Lazarev b2091cd2c2 [PBCKP-236] [skip] removed unnecessary TODOs 2022-09-16 05:51:11 +03:00
Ivan Lazarev f61be78e78 [PBCKP-236] working solution cleaned up 2022-09-16 04:39:18 +03:00
Ivan Lazarev 0604cce21d [PBCKP-236] draft, solution without macros cleanup 2022-09-16 01:55:25 +03:00
Ivan Lazarev eefd88768a [PBCKP-236] draft, solution without couple of unapplied shortenings 2022-09-16 01:06:52 +03:00
Sofia Kopikova 044c0376c8 [PBCKP-125] changes in function call CreateWalDirectoryMethod for 15 version 2022-09-15 16:09:21 +03:00
Daniel ShelepanovandGitHub e58273a8a0 Merge pull request #537 from postgrespro/PBCKP-235
Pbckp 235
2022-09-15 12:46:34 +03:00
Ivan Lazarev 497751c0b6 [PBCKP-236] draft, tests.CompatibilityTest.test_catchup_with_different_remote_major_pg fixes 2022-09-15 05:47:36 +03:00
Daniel Shelepanov 0a1a075b12 [PGPRO-6938] macro conditions fixed
tags: pg_probackup
2022-09-14 18:31:46 +03:00
Daniel Shelepanov 53abc0b6e7 [PGPRO-6938] pg_probackup has been ported to version 15
Has been tested on 15beta2 and 16

tags: pg_probackup
2022-09-14 18:31:22 +03:00
MetalDream666andGitHub 223d629073 Merge pull request #499 from postgrespro/PBCKP-125
[PBCKP-125] changes in function call CreateWalDirectoryMethod for 15 …
2022-09-14 18:06:51 +03:00
Sofia Kopikova 6d3ad888cd [PBCKP-125] changes in function call CreateWalDirectoryMethod for 15 version
Tags: pg_probackup
2022-09-14 13:39:26 +03:00
Ivan Lazarev f5fde7ef8e [PBCKP-236] draft, first-stage compatibility protocol impl with stubs 2022-09-12 02:46:29 +03:00
Ivan Lazarev 46b7079edd [PBCKP-236] draft, first-stage compatibility protocol impl with stubs 2022-09-11 04:46:15 +03:00
Ivan Lazarev c3d3c026c2 [PBCKP-236] draft, first-stage compatibility protocol impl with stubs 2022-09-11 04:44:18 +03:00
Ivan Lazarev 1dfa5b99c2 [PBCKP-236] draft, first-stage compatibility protocol impl with stubs 2022-09-11 04:37:46 +03:00
Ivan Lazarev f78c63c8f5 [PBCKP-236] first-stage compatibility protocol impl with stubs 2022-09-11 04:14:18 +03:00
Mikhail A. Kulagin 42241bd3ba [PBCKP-277] fix .travis.yml typo 2022-09-09 22:21:28 +03:00
Mikhail A. Kulagin d4d78e18f3 [PBCKP-277] stabilize catchup.CatchupTest.test_config_exclusion 2022-09-09 22:09:41 +03:00
Mikhail A. KulaginandGitHub 9e9509d8aa [PBCKP-263] fix for tests.archive.ArchiveTest.test_archive_get_batching_sanity (#532) 2.5.8 2022-09-08 09:15:24 +03:00
Ivan Lazarev 25fc034509 [PBCKP-236] stable test failure, dirty version 2022-09-05 19:38:14 +03:00