Daniil Shelepanov and Yuriy Sokolov
2b11c59e48
[PBCKP-318] rewrite backup_non_data_file to pio.
2022-12-20 00:16:01 +03:00
Daniel Shelepanov and Yuriy Sokolov
3d7d28ecd1
[PBCKP-373] Got rid of the fio_access function
...
fio_access calls have either been removed or replaced by pioExists
2022-12-10 13:43:31 +00:00
Daniel Shelepanov
822fbbfe50
[PBCKP-326] regex fixed in test_missing_replication_permission_1
...
Everything between WARNING and FATAL sections is now handled with the [\s\S]*? regex:
* [\s\S] is a group that handles any whitespace and non-whitespace character including new lines which are important in this case.
* "*" quantifier means zero or more characters. There may as well be nothing between these two sections.
* "?" quantifies in this case means greedy search so that we don't match more than we need.
2022-12-08 13:53:51 +03:00
Daniel Shelepanov
3bc0fc4b81
Documentation hot fix
2022-12-07 13:35:25 +03:00
Daniel Shelepanov
c42f68ecca
[PBCKP-382] version 15 compatibility bug
2022-12-05 11:21:19 +03:00
Daniel Shelepanov and Yura Sokolov
4ecb11f45d
[PBCKP-234] proper pioListDir usage
...
tags: pb_probackup
2022-11-02 23:53:16 +03:00
Daniel Shelepanov
4ac1b536a5
[PBCKP-235] README.md now contains correct package versions
...
tags: pg_probackup
2022-10-27 19:32:28 +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 Shelepanov
23d5ee4abf
[PBCKP-235] review fixes
...
tags: pg_probackup
2022-10-11 12:20:41 +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
Daniel Shelepanov
c0c07ac2ff
[PBCKP-216] Setting C locale globally, env locale is only set while doing while printing big tables
...
...in order to impose dot-based floating point representation on logging and JSON-representation
tags: pg_probackup
2022-08-08 13:00:42 +03:00