1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-16 07:14:15 +02:00
Commit Graph

3548 Commits

Author SHA1 Message Date
0c7c78b8e8 Merge branch 'REL_2_5-PBCKP-146-2' into REL_2_5 2022-11-02 22:32:09 +03:00
34af0255cd Merge branch 'master' into REL_2_5 2022-11-02 17:24:03 +03:00
feacabd8ab [PBCKP-308] Changed check_server_version function for postgresql version for 1c. 2022-11-02 14:25:12 +03:00
ba6b240965 hotfix-2 for C89 compatibility from branch 'REL_2_5-PBCKP-236' into REL_2_5 2022-11-01 14:41:42 +03:00
64b84d0ca6 [PBCKP-236] hotfix-2 for C89 compatibility 2022-11-01 14:41:02 +03:00
e36924a0fd [PBCKP-146] review fixes 2022-11-01 12:53:46 +03:00
d9f798eedb Merge C89 hotfix from branch 'REL_2_5-PBCKP-236' into REL_2_5 2022-11-01 12:10:38 +03:00
0b474d2616 [PBCKP-236] hotfix for C89 2022-11-01 11:53:17 +03:00
10a5b46369 Merge pull request #554 from postgrespro/REL_2_5-PBCKP-236
[PBCKP-236] added ssh agent full path to log output, merge to REL_2_5 from REL_2_5-PBCKP-236
2022-10-31 23:32:17 +03:00
ed02b35493 Merge pull request #556 from postgrespro/PBCKP-120
[PBCKP-120] skip partitioned indexes for checkdb --amcheck
2022-10-29 15:44:40 +03:00
0b8cf419c3 [PBCKP-120] skip partitioned indexes for checkdb --amcheck
Tags: pg_probackup
2022-10-29 01:22:52 +03:00
4cde8798fb Merge pull request #555 from postgrespro/revert-498-PBCKP-120
Revert "[PBCKP-120] skip partitioned indexes for checkdb --amcheck"
2022-10-29 01:19:42 +03:00
79009c652c Revert "[PBCKP-120] skip partitioned indexes for checkdb --amcheck" 2022-10-29 01:17:13 +03:00
dfb8b1f316 Merge pull request #498 from postgrespro/PBCKP-120
[PBCKP-120] skip partitioned indexes for checkdb --amcheck
2022-10-29 01:13:10 +03:00
1a48b6c595 [PBCKP-236] added remote shh agent path to log output 2022-10-28 19:40:15 +03:00
4728756e21 Merge pull request #553 from postgrespro/PBCKP-235
[PBCKP-235] README.md now contains correct package versions
2022-10-27 20:04:08 +03:00
4ac1b536a5 [PBCKP-235] README.md now contains correct package versions
tags: pg_probackup
2022-10-27 19:32:28 +03:00
f2df286677 Merge pull request #531 from postgrespro/REL_2_5-PBCKP-236
[PBCKP-236] merge into REL_2_5
2022-10-27 17:10:12 +03:00
97355f1562 release_2_5_9-pbckp-227 (#533)
[PBCKP-227]: Fix some potential problems in pg_probackup code
* Fix fwrite parameters in fio_open_stream
* Remove unused get_system_dbstate function
* Set actual sourse for fields in instance_options to SOURCE_DEFAULT
* Remove get_system_dbstate declaration from header file
2022-10-26 18:34:36 +05:00
26f9992b2a [PBCKP-236] added PGPROBACKUP_MANUAL testing and PGPROBACKUP_SSH_AGENT_PATH flags. 2022-10-25 03:13:12 +03:00
f253798250 [PGPRO-146] cfs_catchup test
Test full catchup and delta catchup.
2022-10-24 21:57:55 +03:00
a20eb7bddb [PGPRO-146] pgdata_content: checksum for truncated cfm 2022-10-24 21:57:14 +03:00
302db1c49f [PGPRO-146] store at least cfs header size bytes. 2022-10-24 20:35:29 +03:00
5f71f7710f fix fio_send_file_local 2022-10-24 17:28:07 +03:00
2eaeb942c6 [PBCKP-146] add test for cfm size 2022-10-24 17:16:19 +03:00
202f2ade7f find_zero_tail: fix last bytes check 2022-10-24 17:16:14 +03:00
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
3e17c8c8da Fix remembered check gdb flag in test with GDB 2022-10-20 11:22:26 +03:00
ed47e4925d Merge branch 'REL_2_5-some-fixes' into REL_2_5 2022-10-13 16:32:22 +03:00
3c1fadcf09 Merge pull request #546 from postgrespro/REL_2_5-some-fixes
Small fixes
2022-10-13 14:28:12 +03:00
51a141c4b0 [PBCKP-146] fix cfs test python3 compatibility 2022-10-13 14:27:40 +03:00
8f504fc95c [PBCKP-146] stabilize couple of tests. 2022-10-13 14:27:40 +03:00
e16c62e8fd [PBCKP-146] prettify forkname handling. 2022-10-13 14:27:40 +03:00
4730857b79 [PBCKP-146] - fio_get_crc32 - add "missing_ok" parameter 2022-10-13 14:27:40 +03:00
80efb85029 [PBCKP-146] Small fix for remote_agent 2022-10-13 14:27:40 +03:00
96ad6e2eb9 version macro increment, Release 2.5.9 2022-10-12 17:11:58 +03:00
0011d41ab7 Merge branch 'REL_2_5' 2022-10-12 17:10:48 +03:00
c7e6d5ce02 Merge pull request #548 from postgrespro/PBCKP-235
[PBCKP-235] review fixes
2022-10-12 16:25:07 +03:00
d808a16640 [PBCKP-236] removed excessive brackets 2022-10-11 16:09:57 +03:00
23d5ee4abf [PBCKP-235] review fixes
tags: pg_probackup
2022-10-11 12:20:41 +03:00
03d55d079b [PBCKP-236] fix excessive warnings for vanilla 2022-09-29 05:03:51 +03:00
c52659791b [PBCKP-236] assert fix 2022-09-29 03:01:57 +03:00
1ce38ed70c [PBCKP-236] final update after review 2022-09-28 04:52:11 +03:00
6e671232b8 [PBCKP-236] final update after review 2022-09-28 04:32:47 +03:00
b3351b50d6 [PBCKP-236] final update 2022-09-27 06:00:57 +03:00
4d907c958d Fix test packagin script for 9.6 [ci skip] 2022-09-26 11:01:21 +03:00
0dc826fc11 Fix packaging/Makefile.test typo [ci skip] 2022-09-26 10:59:37 +03:00
35df5060d5 [PBCKP-236] 1c+certified editions check 2022-09-26 06:00:03 +03:00
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
996ee2bc41 Merge branch 'REL_2_5' into REL_2_5-PBCKP-277 2022-09-20 05:42:28 +03:00