How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

What's new in Postgres 19

calendar_today July 23, 2026 person Ahmed Darwich domain planetscale

Postgres has never had a great built-in way to shrink a bloated table. VACUUM identifies dead space for reuse, but doesn’t return it to the operating system. VACUUM FULL and CLUSTER do, but they lock the table for the whole rewrite.

open_in_new Read original post