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
    4c70b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc640f View 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 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fba3bd3 View 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 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4766f93 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. Correction of remarks

    egarbuz committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ea05a4a View commit details
    Browse the repository at this point in the history
  2. Changed error message

    egarbuz committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5b8a836 View 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 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8e06f91 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    eb04762 View 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 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    0cf30a7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    e375302 View 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 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    63db275 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    c1cfc26 View 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 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b4268f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Up version

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

    asavchkov committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    529b4df View commit details
    Browse the repository at this point in the history
Loading