PostgreSQL 19: What's Coming in the Next Major Release (September 2026)
What to Expect from PostgreSQL 19
PostgreSQL 19 is the next major version of the world’s most advanced open source relational database. It is currently scheduled for release in September 2026, following the traditional annual cadence.
Feature freeze officially began on April 8, 2026. This means no new major features can be added, and the community is now focusing on stabilization, bug fixing, and preparing the first beta versions (expected to start in May 2026).
When will PostgreSQL 19 be released?
The PostgreSQL Global Development Group targets a September 2026 release, with the possibility of slipping into early October. Beta testing is expected to begin in May 2026, followed by several release candidates before the final GA version.
Key Features Expected in PostgreSQL 19
While the official release notes are still being written, several important improvements have already been committed during the 2025–2026 CommitFests:
- Improved partitioning — better support for merging and splitting partitions.
- Logical Replication enhancements — dynamic WAL level adjustment based on replication slots and improved lag tracking.
pg_dumpandpg_restorenow support dumping and restoring extended statistics.- Better monitoring capabilities, including new functions and statistics for autoanalyze, virtual transaction IDs, and last execution time in pg_stat_statements.
- Enhanced support for file_fdw with the ability to skip initial rows during data import.
- Early improvements in observability and wait events.
There is also growing community interest in stronger vector and hybrid search capabilities (often through tighter integration with the popular pgvector extension), though these are still evolving.
How Does PostgreSQL 19 Improve Performance and Usability?
PostgreSQL 19 brings practical refinements rather than revolutionary new engines. The focus is on making everyday operations smoother:
- More flexible partitioning management for large tables.
- Smarter logical replication that reduces unnecessary WAL generation.
- Better tools for DBAs to monitor and tune the database with less manual effort.
Should You Start Testing PostgreSQL 19 Now?
It is still early. The first beta is expected in May 2026. If you want to experiment, you can build from the current development branch (master) on git.postgresql.org. However, we recommend waiting for the first or second beta before serious testing in non-production environments.
Most production users should plan their upgrade path after the final release in September/October 2026.
Frequently Asked Questions about PostgreSQL 19
Is PostgreSQL 19 feature frozen yet?
Yes. Feature freeze started on April 8, 2026. Only bug fixes and documentation improvements are allowed from now on.
Will PostgreSQL 19 have major AI or vector search improvements?
There is active work in the community around vector search and hybrid queries, largely driven by the pgvector extension. Some foundational improvements for better observability and performance in this area are expected, but the biggest leaps often come from extensions rather than core PostgreSQL itself.
When can I safely upgrade to PostgreSQL 19?
Wait for the official GA release in September 2026 and test thoroughly in a staging environment first. The support lifetime will be 5 years, following PostgreSQL’s standard policy.