From 4805b4bccb7e8b3dd95ffe7b1e6fa59efb384778 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 15 Jun 2022 21:24:30 -0400 Subject: [PATCH] 2022-06-16 out-of-cycle release --- templates/index.html | 77 ++++++++++++++--------------- templates/pages/include/topbar.html | 4 +- templates/pages/support.html | 6 ++- 3 files changed, 42 insertions(+), 45 deletions(-) diff --git a/templates/index.html b/templates/index.html index f5980a17..9a7f613d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,31 +48,29 @@

- 2022-05-19 - PostgreSQL 15 Beta 1 Released! + 2022-06-16 - PostgreSQL 14.4 Released!

- The PostgreSQL Global Development Group announces that the - - first beta release of PostgreSQL 15 - - is now available for download. This release - contains previews of all features that will be available when - PostgreSQL 15 is made generally available, though some details of the - release can change during the beta period. + The PostgreSQL Global Development Group has + released PostgreSQL 14.4 + to fix an issue that could cause silent data corruption when using the + CREATE INDEX CONCURRENTLY + or REINDEX CONCURRENTLY + commands. Please see the release announcement + for information on how to detect and correct silent data corruption in + your indexes.

- You can find information about all of the features and changes found - in PostgreSQL 15 in the - release notes. + This release also fixes over 15 bugs since PostgreSQL 14.3 was + released in May. For the full list of changes, please review the + release notes.

- In the spirit of the open source PostgreSQL community, we strongly - encourage you to test the new features - of PostgreSQL 15 on your systems to help us eliminate bugs or other - issues that may exist. While we do not advise you to run PostgreSQL 15 - Beta 1 in production environments, we encourage you to find ways to - run your typical application workloads against this beta release. + This release is only for PostgreSQL 14. The PostgreSQL Global + Development Group will make a + scheduled update release on + August 11, 2022 for all supported versions of PostgreSQL (10 - 14).