All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

PostgreSQL 19 Beta 1 Released with Incremental Materialized Views, JSON Enhancements, and Performance Improvements

By

PostgreSQL Global Development Group

1d ago· 8 min readen

Summary

The PostgreSQL Global Development Group has released the first beta of PostgreSQL 19, featuring previews of new capabilities ahead of general availability. Key highlights include improved query performance with incremental materialized view maintenance, enhanced partitioning with UNIQUE and PRIMARY KEY support on partitioned tables, and better JSON functionality with SQL/JSON constructor and query functions. The release also introduces performance improvements for vacuum operations, logical replication, and I/O, along with security enhancements like TLS certificate updates and new authentication parameters. The community encourages testing during the beta period to help finalize the release.

Key quotes

· 3 pulled
In the spirit of the open source PostgreSQL community, we strongly encourage you to test the new features of PostgreSQL 19 on your systems to help improve the quality and stability of the release.
PostgreSQL 19 includes incremental materialized view maintenance, which can significantly improve query performance by only refreshing the data that has changed since the last refresh.
PostgreSQL 19 adds SQL/JSON constructor functions and SQL/JSON query functions to improve the developer experience when working with JSON data.
Snippet from the RSS feed
The PostgreSQL Global Development Group announces that the first beta release of PostgreSQL 19 is now [available for download](https://www.postgresql.org/download/). This …

You might also wanna read