Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgrespro/testgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.0
Choose a base ref
...
head repository: postgrespro/testgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.1
Choose a head ref
  • 19 commits
  • 7 files changed
  • 8 contributors

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    4c70b80View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc640fView commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Fix error 'Is another postmaster already running on port XXX'

    Sometimes when we abnormally shutdown node its port stays busy. So I
    added retry attempts to start() function in case we encounter such
    error. Test for this case was added (test_the_same_port).
    Sofia Kopikova committedApr 5, 2024
    Configuration menu
    Copy the full SHA
    fba3bd3View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from postgrespro/fix-already-used-port-startu…

    …p-error
    
    Fix error 'Is another postmaster already running on port XXX'
    @MetalDream666
    MetalDream666 authoredApr 5, 2024
    Configuration menu
    Copy the full SHA
    4766f93View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    2a0c37bView commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    5db4ae3View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a90ecdView commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Correction of remarks

    @egarbuz
    egarbuz committedApr 10, 2024
    Configuration menu
    Copy the full SHA
    ea05a4aView commit details
    Browse the repository at this point in the history
  2. Changed error message

    @egarbuz
    egarbuz committedApr 10, 2024
    Configuration menu
    Copy the full SHA
    5b8a836View commit details
    Browse the repository at this point in the history
  3. Merge pull request #119 from postgrespro/Add_major_version_value_into…

    …_init_helper
    
    Value pg_probackup major_version added to the class Init
    @egarbuz
    egarbuz authoredApr 10, 2024
    Configuration menu
    Copy the full SHA
    8e06f91View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    eb04762View commit details
    Browse the repository at this point in the history
  2. Fix port bind (#117)

    * Fix port bind
    
    * Up testgres version - 1.10.1
    @demonolock
    demonolock authoredMay 7, 2024
    Configuration menu
    Copy the full SHA
    0cf30a7View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    8a25cb3View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    e375302View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Added command execution time measurement (#123)

    This will be useful to keep track of possible performance degradation when code changes.
    @MakSl
    MakSl authoredMay 28, 2024
    Configuration menu
    Copy the full SHA
    63db275View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    c1cfc26View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Revert "Fix port bind (#117)" (#128)

    This reverts commit 0cf30a7.
    @demonolock
    demonolock authoredJun 5, 2024
    Configuration menu
    Copy the full SHA
    b4268f8View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Up version

    @asavchkov
    asavchkov committedJun 24, 2024
    Configuration menu
    Copy the full SHA
    0728583View commit details
    Browse the repository at this point in the history
  2. Up pg_probackup2 version

    @asavchkov
    asavchkov committedJun 24, 2024
    Configuration menu
    Copy the full SHA
    529b4dfView commit details
    Browse the repository at this point in the history
Loading