From b657d1a19c5760352830452d658aa93172790892 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Thu, 9 Nov 2023 08:08:21 -0500 Subject: [PATCH] 2023-11-09 release --- templates/index.html | 96 ++++++++++++++------------ templates/pages/developer/roadmap.html | 2 +- templates/pages/include/topbar.html | 4 +- 3 files changed, 53 insertions(+), 49 deletions(-) diff --git a/templates/index.html b/templates/index.html index f2f03d86..b3ca93ce 100644 --- a/templates/index.html +++ b/templates/index.html @@ -50,35 +50,39 @@

- 2023-09-14 - - - PostgreSQL 16 Released! + 2023-11-09 - + + PostgreSQL 16.1, 15.5, 14.10, 13.13, 12.17, and 11.22 Released!

- The PostgreSQL Global Development Group today announced the - release of PostgreSQL 16, - the latest version of the world's most advanced open source database. + The PostgreSQL Global Development Group has + released an update + to all supported versions of PostgreSQL, including + 16.1, 15.5, 14.10, 13.13, 12.17, and 11.22. + This release fixes three security vulnerabilities + and over 55 bugs reported over the last several months.

- PostgreSQL 16 raises its - performance, with notable improvements to query parallelism, bulk data - loading, and logical replication. There are many features in this - release for developers and administrators alike, including more - SQL/JSON syntax, new monitoring stats for your workloads, and greater - flexibility in defining access control rules for management of - policies across large fleets. + This release includes fixes for indexes where in certain cases, we advise + reindexing. Please see the + "Updating" + section for more details.

- For the full list of features in PostgreSQL 16, please review the - release notes. You can download - PostgreSQL 16 from the download page. + This is the final release of PostgreSQL 11. + PostgreSQL 11 is now end-of-life and will no longer receive security + and bug fixes. If you are running PostgreSQL 11 in a production + environment, we suggest that you make plans to upgrade to a newer, + supported version of PostgreSQL. Please see our + versioning policy for more + information.

- For - translations of the release announcement, - please visit the press kit. + For the more information about this release, please review the + release notes. You can download + PostgreSQL from the download page.