From eb1a7252d137f7cab86314a8f4be34c22da7469d Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 19 May 2021 21:43:00 -0400 Subject: [PATCH] PostgreSQL 14 Beta 1 release --- templates/index.html | 70 ++++++++++++++++++----------- templates/pages/developer/beta.html | 18 +++++--- templates/pages/include/topbar.html | 4 +- 3 files changed, 58 insertions(+), 34 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2086c6ae..6b4eb855 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,22 +48,31 @@

- 2021-05-13 - PostgreSQL 13.3, 12.7, 11.12, 10.17, & 9.6.22 Released! + 2021-05-20 - PostgreSQL 14 Beta 1 Released!

- The PostgreSQL Global Development Group has - released an update - to all supported versions of our database system, including 13.3, - 12.7, 11.12, 10.17, and 9.6.22. This release closes - three security vulnerabilities - and fixes over 45 bugs reported over the last three months. + The PostgreSQL Global Development Group announces that the + + the first beta release of PostgreSQL 14 + + is now available for download. This release + contains previews of all features that will be available in the final + release of PostgreSQL 14, though some details of the release could + change before then.

- For the full list of changes, please review the - release notes. You can - download the PostgreSQL updates from the - download page. + You can find information about all of the features and changes found in + PostgreSQL 14 in the release notes. +

+

+ In the spirit of the open source PostgreSQL community, we strongly + encourage you to test the + new features of PostgreSQL 14 + in your systems to help us eliminate bugs or other issues that may + exist. While we do not advise you to run PostgreSQL 14 Beta 1 in your + production environments, we encourage you to find ways to run your + typical application workloads against this beta release.