12 Commits
Author SHA1 Message Date
Daniel ShelepanovandAlexey Savchkov 363024d5f8 Documentation hot fix 2023-11-22 14:13:35 +07:00
Daniel Shelepanov a2387b5134 [PBCKP-211] got rid of timezone hack, tzset() allowed on every platform
Now if UTC is true in time2iso we just use strftime to format string and
add +00 timezone
2023-02-28 21:56:07 +03: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 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