Nov 16, 2021
Announcing Aiven for PostgreSQL® 14.0
We have upgraded to the latest PostgreSQL version. And it's great! Read on to find out what changes for you and what you need to do.
Aiven is happy to release PostgreSQL 14.0, announced on 30 September 2021. This new version contains several new features and improvements. Here are the main highlights:
- Stored procedures can now return data via
OUT
parameters. - The SQL-standard
SEARCH
andCYCLE
options for common table expressions have been implemented. - Subscripting can now be applied to any data type for which it is a useful notation, not only arrays. In this release, the
jsonb
andhstore
types have gained subscripting operators. - Range types have been extended by adding multiranges, allowing representation of noncontiguous data ranges.
- Numerous performance improvements have been made for parallel queries, heavily-concurrent workloads, partitioned tables, logical replication, and vacuuming.
- B-tree index updates are managed more efficiently, reducing index bloat.
- VACUUM automatically becomes more aggressive, and skips inessential cleanup, if the database starts to approach a transaction ID wraparound condition.
- Extended statistics can now be collected on expressions, allowing better planning results for complex queries.
- libpq now has the ability to pipeline multiple queries, which can boost throughput over high-latency connections.
Further details on all new features are listed in the PostgreSQL web page.
How to get started with PostgreSQL14.0
Upgrade to PostgreSQL 14 to take advantage of these features. If you already use Aiven for PostgreSQL, you can run an in-place upgrade to migrate to the newest version.
Wrapping up
Not using Aiven services yet? Sign up now for your free trial at https://console.aiven.io/signup!
In the meantime, make sure you follow our changelog and blog RSS feeds and our LinkedIn and Twitter accounts to stay up-to-date with product and feature-related news.
Stay updated with Aiven
Subscribe for the latest news and insights on open source, Aiven offerings, and more.
Related resources
Apr 1, 2022
A glossary of terms related to PostgreSQL® and SQL in general.
Dec 20, 2023
Aiven for Opensearch® is running OpenSearch® 2.11.1, bringing new AI capabilities, visual overhauls, and much more. Check out what's new and upgrade today.
Nov 8, 2022
Parsing semi-structured dataset in a relational database seems scary. Read on for how PostgreSQL® JSON functions allow your SQL queries to work with json and jsonb data.