PostgreSQL 19 Beta 1 released: parallel autovacuum, REPACK, SQL/PGQ
PostgreSQL 19 Beta 1 (June 4, 2026) previews major features: parallel autovacuum workers, a less-locking REPACK command, SQL/PGQ property graph queries, ON CONFLICT DO SELECT, and up to 2x faster inserts with foreign keys.
On June 4, 2026, the PostgreSQL Global Development Group released PostgreSQL 19 Beta 1, previewing features ahead of general availability expected around September–October 2026.
Key points
- Performance & maintenance: autovacuum can now use parallel workers (
autovacuum_max_parallel_workers); a newREPACKcommand (withCONCURRENTLY) rebuilds tables with less locking; inserts are up to 2x faster when foreign-key checks are present. - I/O & planner:
io_method=workerauto-scales viaio_min_workers/io_max_workers; a newpg_plan_adviceextension stabilizes planner decisions; plus eager aggregation and anti-join optimizations. - SQL experience: SQL/PGQ property graph queries;
GROUP BY ALL;INSERT ... ON CONFLICT DO SELECT; andWAIT FOR LSNfor read-your-writes patterns on replicas. - Security & observability: server-side SNI via
pg_hosts.conf; warnings aftermd5authentication; newpg_stat_lockandpg_stat_recoveryviews. - Notable changes: JIT is now disabled by default;
default_toast_compressiondefaults tolz4; RADIUS authentication support is removed.
Source
PostgreSQL
#PostgreSQL#database#beta#autovacuum#SQL
This summary was written by the ORA·tech AI assistant. Read the original for full context.
