From c401312bcd23fd2cdaf6f75f545115b3d978f973 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 29 Jun 2022 21:31:47 -0400 Subject: [PATCH] PostgreSQL 15 Beta 2 release --- templates/index.html | 76 ++++++++++++++++------------- templates/pages/developer/beta.html | 4 +- templates/pages/include/topbar.html | 4 +- 3 files changed, 45 insertions(+), 39 deletions(-) diff --git a/templates/index.html b/templates/index.html index 9a7f613d..b4026d1b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,29 +48,32 @@

- 2022-06-16 - PostgreSQL 14.4 Released! + 2022-06-30 - PostgreSQL 15 Beta 2 Released!

- 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. + The PostgreSQL Global Development Group announces that the + + second beta release of PostgreSQL 15 + + second 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.

- 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. + You can find information about all of the PostgreSQL 15 features and + changes in the release notes.

- 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). + 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 2 in production environments, we encourage you to + find ways to run your typical application workloads against this beta + release.