feat: upgrade 15.16 -> 15.19, 17.6 -> 17.11 - #2155
Draft
samrose wants to merge 1 commit into
Draft
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
|
Blacksmith runners detected OOM events on the following jobs:
|
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?
Postgres minor version bump for the August 2026 minor releases: 15.14 → 15.19 and 17.6 → 17.11.
Because
developis on 15.14 / 17.6, this single bump absorbs three coordinated upstream security cycles (Nov 2025 + Feb 2026 + May 2026), closing 16 CVEs (9 High, 5 Medium, 2 Low). Full catalog in PSQL-1110.What is the current behavior?
developships PG 15.14 / 17.6, missing the security fixes from the 15.15–15.18 and 17.7–17.10 cycles. Notable High-severity exposures unpatched today:pg_basebackup/pg_rewindpath-traversal (touches our wal-g PITR pipeline)PQfn()stack buffer overflow (affects bundledpsql/ pgbouncer)contrib/refintSQL injection + stack overflowPlus the non-CVE ltree multibyte case-folding bug — indexes built under the old logic on UTF-8 / ICU databases can silently miss matches.
Related Linear tickets: PSQL-1110 (analysis), PSQL-1230 (release umbrella), PSQL-1233 (this PR).
What is the new behavior?
PG 15.18 / 17.10, plus orioledb bumped to 17_16.
⚠ Two breaking-change items shipping with this PR (customer comms separately tracked)
ValidateRestrictionEstimator()andValidateJoinEstimator()insrc/backend/commands/operatorcmds.c. Existing user operators continue to work; the gate fires only onpg_dump/pg_restore/pg_upgrade/ALTER OPERATOR. Comms umbrella: PSQL-1231.REINDEXed post-upgrade. Affects ~2,245 projects per Sam's fleet snapshot. Support playbook in review: supabase/playbooks#398.Additional context
Test plan
Automated (CI):
nix-build(aarch64 + x86_64)docker-image-testtestinfra-ami-buildami-release-nix(Packer stage1 → stage2)Manual (post-merge, tracked under Umbrella A):
nix run .#migration-test 15.14 15.18 pg_upgrade/pg_dumpalland same for17.6 → 17.10— PSQL-1235