master
Commits on Jul 12, 2022
-
Merge pull request #508 from postgrespro/PBCKP-231
[PBCKP-231] hotfix for python2
-
[PBCKP-231] hotfix for python2
Ivan Lazarev committedJul 12, 2022
Commits on Jul 11, 2022
-
-
Merge pull request #502 from postgrespro/PBCKP-220
[PBCKP-220] fix PGPROBAKUP_GDB=ON check
Commits on Jul 4, 2022
-
[PBCKP-220] final junk cleanup
Ivan Lazarev committedJul 4, 2022 -
[PBCKP-220] removed FULL tests, PGPROBACKUP=ON and other flags added …
…on CI
Ivan Lazarev committedJul 4, 2022
Commits on Jul 3, 2022
-
[PBCKP-220] ALL tests with PGPROBACKUP=ON on CI
Ivan Lazarev committedJul 3, 2022
Commits on Jul 1, 2022
-
[PBCKP-220] all gdb tests fixup
Ivan Lazarev committedJul 1, 2022 -
[PBCKP-220] removed inheritance GDBObj->ProbackupTest
Ivan Lazarev committedJul 1, 2022
Commits on Jun 29, 2022
-
[PBCKP-220] minor updates for gdb checks, checking CI tests
Ivan Lazarev committedJun 29, 2022
Commits on Jun 22, 2022
-
[PBCKP-165] get_control_value() int64 buffer vulnerability fix (#496)
* [PBCKP-165] get_control_value() int64 buffer vulnerability fix - added output buffer size limit check - splitted to get_get_control_value_str() & get_control_value_int64() api - included <assert.h> for windows build Co-authored-by: Ivan Lazarev <[email protected]>
Commits on Jun 16, 2022
-
minor hotfix for OptionTest.test_help_6, OptionTest.test_version_2 an…
…d tests/Readme.md FAQ (#494) Co-authored-by: Ivan Lazarev <[email protected]>
-
Commits on Jun 1, 2022
-
-
[pbckp-128] dry-run option for catchup (#477)
* Added dry-run option for catchup. Run catchup without affect on the files and WAL
Commits on May 27, 2022
Commits on May 26, 2022
-
Add a workflow to build and test probackup on Windows (#484)
* Add a workflow to build and test probackup on Windows * [PBCKP-149] fix test_basic_validate_nullified_heap_page_backup for windows Co-authored-by: Alexey Savchkov <[email protected]> Co-authored-by: Mikhail A. Kulagin <[email protected]>
Commits on May 25, 2022
-
[PBCKP-150] Reading buffer is flushed each time we verify the checksu…
…m. (#487) The race condition is covered with a unit-test, the buffer is flushed now so each of 300 reads requests the data from the disc.
Commits on May 23, 2022
-
PBCKP-97: added localization of messages
* PBCKP-97: Adding localization files Added localization of messages. Fixed some bugs. Added the --enable-nls tag for tests. Added a test to check the localization of messages. Co-authored-by: Vyacheslav Makarov <[email protected]>
Commits on May 18, 2022
-
Merge pull request #483 from japinli/master
Fix comparison unsigned expression
Commits on Apr 21, 2022
Commits on Apr 19, 2022
Commits on Apr 12, 2022
-
Fix incorrect PG_PROBACKUP_PTRACK definition in travis tests (led to …
…the inability to run ptraсk tests)
Commits on Mar 28, 2022
-
[PGPRO-5387] Vanilla fixed idle replica archiving (#458)
See https://www.postgresql.org/message-id/flat/20210901.121225.1339494423357751537.horikyota.ntt%40gmail.com#ba576416b65f28725488861280805e84 So we can revert two workarounds: * Revert "[PGPRO-5378] fix unstable tests.replica.ReplicaTest.test_replica_archive_page_backup" This reverts commit 90b9b57. * Revert ""fix" unstable backup.BackupTest.test_backup_with_less_privileges_role (disable tests in archive mode from replica)" This reverts commit 5dcd1ce.
Commits on Mar 17, 2022
Commits on Feb 17, 2022
Commits on Feb 16, 2022
-
-
-
[PGPRO-5612] Support for checkunique parameter of amcheck.bt_index_ch…
…eck() function (PR #456) Co-authored-by: Elena Indrupskaya <[email protected]>
Commits on Feb 12, 2022
-
[PGPRO-5691] ptrack-2.3: move mmapped ptrack map into shared postgres… (
#471) * [PGPRO-5691] ptrack-2.3: move mmapped ptrack map into shared postgres memory In ptrack-2.3 ptrack.map.mmap will be removed and 'incorrect checksum' error will not be fatal (postgrespro/ptrack#19) * added test_corrupt_ptrack_map test compatibility with both version 2.2 and version 2.3 of ptrack
Commits on Feb 11, 2022
Commits on Dec 26, 2021
-
* adding testing of packages for PG-14 * updating postgres versions * adding reprepro config and rpmmacros to git * fixing forgotten rhel repo signing and package testing * adding alt-8 package testing * removing debian-8, ubuntu-14.04 and ubuntu-16.04 packaging * s/PGPRO Standart/PGPRO Standard/g