- Notifications
You must be signed in to change notification settings - Fork92
Merge ce#666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Merged
Merge ce#666
Changes fromall commits
Commits
Show all changes
9 commits Select commitHold shift + click to select a range
3361578 test NOJIRA
a2b03fb Revert "[PBCKP-1238] Warning when using the community Version of pg_p…
3689d50 PBCKP-2705: Adjust signal handling and compatibility for PostgreSQL 18
dlepikhova57339ae PBCKP-2705: Add PostgreSQL core patch for fixing build with REL_18
dlepikhova21fc4aa [PBCKP-2473] Skip block validation fixup for local mode only.
19f5033 PBCKP-2559 add error message to add instance for incompatible Postgre…
ebf7144 [PBCKP-2775] Test test_incr_lsn_long_xact_1 fix
6b957f1 [PBCKP-2775] Make auth_test.py multithreaded
da0d1d2 Merge remote-tracking branch 'origin/REL_2_5' into merge-ce
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletionsMakefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -87,3 +87,4 @@ endif | ||
| include packaging/Makefile.pkg | ||
| include packaging/Makefile.repo | ||
| include packaging/Makefile.test | ||
6 changes: 4 additions & 2 deletionsREADME.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletionspatches/REL_18_STABLE_pg_probackup.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| From 5809673569d3d95c7bce75ea0aa6f9723e303c7d Mon Sep 17 00:00:00 2001 | ||
| From: Daria <d.lepikhova@postgrespro.ru> | ||
| Date: Mon, 17 Nov 2025 02:57:38 +0100 | ||
| Subject: [PATCH] REL_18_STABLE_pg_probackup | ||
| --- | ||
| src/backend/utils/hash/pg_crc.c | 2 ++ | ||
| 1 file changed, 2 insertions(+) | ||
| diff --git a/src/backend/utils/hash/pg_crc.c b/src/backend/utils/hash/pg_crc.c | ||
| index e67a74ef852..6a474e804b5 100644 | ||
| --- a/src/backend/utils/hash/pg_crc.c | ||
| +++ b/src/backend/utils/hash/pg_crc.c | ||
| @@ -99,6 +99,7 @@ const uint32 pg_crc32_table[256] = { | ||
| 0xB40BBE37, 0xC30C8EA1, 0x5A05DF1B, 0x2D02EF8D | ||
| }; | ||
| +#ifndef FRONTEND | ||
| /* | ||
| * SQL-callable functions | ||
| */ | ||
| @@ -128,3 +129,4 @@ crc32c_bytea(PG_FUNCTION_ARGS) | ||
| PG_RETURN_INT64(crc); | ||
| } | ||
| +#endif | ||
| -- | ||
| 2.39.5 (Apple Git-154) | ||
12 changes: 10 additions & 2 deletionssrc/backup.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionsrc/data.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletionssrc/pg_probackup.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletionsrc/pg_probackup.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletionsrc/stream.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletionssrc/util.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletionssrc/utils/pgut.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletionstests/archive_test.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
108 changes: 62 additions & 46 deletionstests/auth_test.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.