- Notifications
You must be signed in to change notification settings - Fork35
Comparing changes
Open a pull request
base repository:postgrespro/testgres
Uh oh!
There was an error while loading.Please reload this page.
base:1.10.0
head repository:postgrespro/testgres
Uh oh!
There was an error while loading.Please reload this page.
compare:1.10.1
- 19commits
- 7files changed
- 8contributors
Commits on Apr 4, 2024
Adding port and database name into params list for add-instance comma…
…nd (#118)
egarbuz authoredApr 4, 2024 Value pg_probackup major_version added to the class Init
egarbuz committedApr 4, 2024
Commits on Apr 5, 2024
Fix error 'Is another postmaster already running on port XXX'
Sometimes when we abnormally shutdown node its port stays busy. So Iadded retry attempts to start() function in case we encounter sucherror. Test for this case was added (test_the_same_port).
Sofia Kopikova committedApr 5, 2024 Merge pull request#120from postgrespro/fix-already-used-port-startu…
…p-errorFix error 'Is another postmaster already running on port XXX'
MetalDream666 authoredApr 5, 2024
Commits on Apr 9, 2024
Break when pg_probackup version is incorrect
egarbuz committedApr 9, 2024 Adding print incorrect version
egarbuz committedApr 9, 2024
Commits on Apr 10, 2024
- egarbuz committed
Apr 10, 2024 - egarbuz committed
Apr 10, 2024 Merge pull request#119from postgrespro/Add_major_version_value_into…
…_init_helperValue pg_probackup major_version added to the class Init
egarbuz authoredApr 10, 2024
Commits on May 7, 2024
Commits on May 28, 2024
Added command execution time measurement (#123)
This will be useful to keep track of possible performance degradation when code changes.
Commits on Jun 5, 2024
Commits on Jun 24, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 1.10.0...1.10.1
Uh oh!
There was an error while loading.Please reload this page.