feat: upgrade 15.16 -> 15.19, 17.6 -> 17.11 - #2155
Open
samrose wants to merge 3 commits into
Open
Conversation
PostgreSQL Extension Dependency Analysis: PR #2155
SummaryNo extensions had dependencies with MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Extension DependenciesExtension: pg_cron
Raw Dependency TreeExtension: pg_repack
Raw Dependency TreeExtension: postgis
Raw Dependency TreeExtension: wrappers
Raw Dependency TreePostgreSQL 17 Extension DependenciesExtension: pg_cron
Raw Dependency TreeExtension: pg_repack
Raw Dependency TreeExtension: postgis
Raw Dependency Tree |
PostgreSQL Package Dependency Analysis: PR #2155
SummaryNo packages had MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Dependency ChangesExtracting PostgreSQL 15 dependencies...
Runtime Closure Size
Raw Dependency ClosurePostgreSQL 17 Dependency ChangesExtracting PostgreSQL 17 dependencies...
Runtime Closure Size
Raw Dependency Closure |
utkarash2991
marked this pull request as ready for review
May 27, 2026 18:57
utkarash2991
marked this pull request as draft
May 27, 2026 19:16
utkarash2991
marked this pull request as ready for review
May 27, 2026 19:23
utkarash2991
force-pushed
the
pg-17-10-update
branch
2 times, most recently
from
May 29, 2026 21:29
c824b2f to
366159a
Compare
utkarash2991
force-pushed
the
pg-17-10-update
branch
from
June 1, 2026 16:36
0530b1d to
6c6c99f
Compare
This was referenced Jul 17, 2026
|
supabase, doesnt wanna release this or it prioritize paid user? |
|
@SpaceM88 hey, I'm waiting with you 👯 |
Collaborator
Author
|
We're returning to this soon. |
|
hey @samrose , now it's postgres 17.11 and 18.6 . it's almost a year and next will be postgres 19.0. are you going to support the postgres 17.11, 18.6 and 19.0? |
mmlb
marked this pull request as draft
August 21, 2026 23:53
This comment has been minimized.
This comment has been minimized.
utkarash2991
marked this pull request as ready for review
August 24, 2026 16:46
utkarash2991
force-pushed
the
pg-17-10-update
branch
from
August 24, 2026 16:53
726df40 to
740d287
Compare
mmlb
reviewed
Aug 24, 2026
mmlb
reviewed
Aug 24, 2026
mmlb
force-pushed
the
pg-17-10-update
branch
from
September 3, 2026 20:49
e878711 to
f06aa0b
Compare
Collaborator
|
gh stack setup failed me :( |
…trings (15.19/17.11) PG 15.19/17.11 introduce output_plugin_libraries (CVE-2026-6471) defaulting to pgoutput+test_decoding only, which breaks wal2json slots (Realtime, CI wal2json tests). Allowlist wal2json in the shared config; comment it out for orioledb builds (17.9 base, GUC absent, unknown parameter is fatal at startup). Also bump schema dump headers left at 15.14/17.6.
|
@mmlb hey, any plan to push this to be merged soon? |
…ebase The branch rebase kept the postgresql.conf allowlist but dropped the companion changes: the orioledb-17 Dockerfile guard (GUC does not exist on its pre-17.11 base), the pgctld template allowlist for multigres (without it wal2json is rejected by the new default allowlist), and the nix test-harness support. Restores Test orioledb-17 / Test multigres-17.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What kind of change does this PR introduce?
Bump Postgres 15.14 → 15.19 and 17.6 → 17.11 (upstream security releases of 2026-08-13), absorbing five upstream minors per major — 44 CVEs total, including CVE-2026-19385, CVE-2026-16239, CVE-2026-14669 (all CVSS 8.8).
Breaking change analysis
Full analysis in PSQL-1110