Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

PostgreSQL

7 items on 28 Aug 2026
PostgreSQL GitHub

supabase/postgres: 17.6.1.167-x86

chore: bump postgres_release to cut fresh AMIs (includes #2399) (#2406) Bumps postgres_release by 1 (lockstep) so a fresh AMI is cut carrying the migration and after-create.sql changes from #2399. Same pattern as #2349.

Source: Supabase Postgres Releases github-actions[bot]
PostgreSQL GitHub

supabase/postgres: 15.14.1.167-x86

chore: bump postgres_release to cut fresh AMIs (includes #2399) (#2406) Bumps postgres_release by 1 (lockstep) so a fresh AMI is cut carrying the migration and after-create.sql changes from #2399. Same pattern as #2349.

Source: Supabase Postgres Releases github-actions[bot]
PostgreSQL GitHub

supabase/postgres: 17.9.0.020-orioledb-x86

chore: bump postgres_release to cut fresh AMIs (includes #2399) (#2406) Bumps postgres_release by 1 (lockstep) so a fresh AMI is cut carrying the migration and after-create.sql changes from #2399. Same pattern as #2349.

Source: Supabase Postgres Releases github-actions[bot]
PostgreSQL

Umair Shahid: How Fast Should You Patch Production PostgreSQL?

On August 13, 2026, PostgreSQL shipped its biggest security release ever: 28 CVEs closed in a single day. The old record was 11. The community has done its job, a phenomenal one at that! If you run PostgreSQL for…

Source: Planet PostgreSQL
PostgreSQL

Shaun Thomas: From the Trenches: My Path Through Postgres

Hello fellow Postgres Enjoyer. I'd like to do something a little different this week and talk a bit about how I got ensnared by the Postgres ecosystem, and what I've done with it over the years. Maybe you have something…

Source: Planet PostgreSQL
PostgreSQL

Mikhail Shytsko: The Dump That Breaks Its Own Restore

A pg_dump data-only restore into a fresh, empty copy of the schema is the safest-sounding restore in PostgreSQL, since there is not a single row in the target for the incoming data to collide with. It stops anyway, on a…

Source: Planet PostgreSQL