From 606fd482134bcffe4cdc7fffd57cc3223845afb4 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 25 Sep 2024 22:52:07 -0400 Subject: [PATCH] PostgreSQL 17 release announcement! --- templates/index.html | 94 ++++++++++++++++++++--------- templates/pages/include/topbar.html | 4 +- 2 files changed, 68 insertions(+), 30 deletions(-) diff --git a/templates/index.html b/templates/index.html index 4e290901..a5fcd6c1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -51,24 +51,40 @@

- 2024-09-05 - - - PostgreSQL 17 RC1 Released! + 2024-09-26 - + + PostgreSQL 17 Released!

- The PostgreSQL Global Development Group announces that the - first release candidate of - PostgreSQL 17 is now available - for download. As a release candidate, - PostgreSQL 17 RC 1 will be mostly identical to the initial release of - PostgreSQL 17, though some more fixes may be applied prior to the - general availability of PostgreSQL 17. + The PostgreSQL Global Development Group today announced the release of + PostgreSQL 17, the latest + version of the world's most advanced open source database.

- The planned date for the general availability of PostgreSQL 17 is - September 26, 2024. + PostgreSQL 17 builds on decades of open source development, improving + its performance and scalability while adapting to emergent data access + and storage patterns. This release of PostgreSQL adds significant + overall performance gains, including an overhauled memory management + implementation for vacuum, optimizations to storage access and + improvements for high concurrency workloads, speedups in bulk loading + and exports, and query execution improvements for indexes. + PostgreSQL 17 has features that benefit brand new workloads and + critical systems alike, such as additions to the developer experience + with the SQL/JSON JSON_TABLE command, and enhancements to + logical replication that simplify management of high availability + workloads and major version upgrades. +

+

+ For the full list of features in PostgreSQL 17, please review the + release notes. You can download + PostgreSQL 17 from the download page. +

+

+ For the full press release + and translations of the release announcement, + please visit the press kit.