Skip to content
Permalink
master
Switch branches/tags

Commits on Jul 12, 2022

  1. Merge pull request #508 from postgrespro/PBCKP-231

    [PBCKP-231] hotfix for python2
    funny-falcon committed Jul 12, 2022
  2. [PBCKP-231] hotfix for python2

    Ivan Lazarev committed Jul 12, 2022

Commits on Jul 11, 2022

  1. Merge pull request #502 from postgrespro/PBCKP-220

    [PBCKP-220] fix PGPROBAKUP_GDB=ON check
    funny-falcon committed Jul 11, 2022

Commits on Jul 4, 2022

  1. [PBCKP-220] final junk cleanup

    Ivan Lazarev committed Jul 4, 2022
  2. [PBCKP-220] removed FULL tests, PGPROBACKUP=ON and other flags added …

    …on CI
    Ivan Lazarev committed Jul 4, 2022

Commits on Jul 3, 2022

  1. [PBCKP-220] ALL tests with PGPROBACKUP=ON on CI

    Ivan Lazarev committed Jul 3, 2022

Commits on Jul 1, 2022

  1. [PBCKP-220] all gdb tests fixup

    Ivan Lazarev committed Jul 1, 2022
  2. [PBCKP-220] removed inheritance GDBObj->ProbackupTest

    Ivan Lazarev committed Jul 1, 2022

Commits on Jun 29, 2022

Commits on Jun 22, 2022

  1. [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]>
    avaness and Ivan Lazarev committed Jun 22, 2022

Commits on Jun 16, 2022

  1. 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]>
    avaness and Ivan Lazarev committed Jun 16, 2022

Commits on Jun 1, 2022

  1. Version 2.5.6

    kulaginm committed Jun 1, 2022
  2. [pbckp-128] dry-run option for catchup (#477)

    * Added dry-run option for catchup. Run catchup without affect on the files and WAL
    dlepikhova committed Jun 1, 2022

Commits on May 26, 2022

  1. 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]>
    3 people committed May 26, 2022

Commits on May 25, 2022

  1. [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.
    daniel-95 committed May 25, 2022

Commits on May 23, 2022

  1. 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]>
    MakSl and Vyacheslav Makarov committed May 23, 2022

Commits on May 18, 2022

  1. Merge pull request #483 from japinli/master

    Fix comparison unsigned expression
    dlepikhova committed May 18, 2022

Commits on Apr 21, 2022

  1. Fix formattor for ftello

    japinli committed Apr 21, 2022

Commits on Apr 19, 2022

Commits on Apr 12, 2022

  1. Fix incorrect PG_PROBACKUP_PTRACK definition in travis tests (led to …

    …the inability to run ptraсk tests)
    kulaginm committed Apr 12, 2022

Commits on Mar 28, 2022

  1. [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.
    kulaginm committed Mar 28, 2022

Commits on Feb 17, 2022

Commits on Feb 16, 2022

  1. Merge branch 'release_2_5_5'

    kulaginm committed Feb 16, 2022
  2. Version 2.5.5

    kulaginm committed Feb 16, 2022
  3. [PGPRO-5612] Support for checkunique parameter of amcheck.bt_index_ch…

    …eck() function (PR #456)
    
    Co-authored-by: Elena Indrupskaya <[email protected]>
    kulaginm and indrups committed Feb 16, 2022

Commits on Feb 12, 2022

  1. [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
    kulaginm committed Feb 12, 2022

Commits on Dec 26, 2021

  1. [ci skip] improve packaging:

    * 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
    kulaginm committed Dec 26, 2021

Commits on Dec 25, 2021

Commits on Dec 24, 2021

  1. Version 2.5.4

    kulaginm committed Dec 24, 2021
Older