From d0b71a09943ba8594c6a2dff5f64e37143392a5a Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 27 Sep 2021 11:46:08 -0400 Subject: [PATCH] Content updates for PostgreSQL 14 release This updates the About, Roadmap, and Beta testing pages for the PostgreSQL 14 release, and in anticipation of the next release. --- templates/core/about.html | 10 +++++----- templates/pages/developer/beta.html | 11 ++++++----- templates/pages/developer/roadmap.html | 4 ++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/templates/core/about.html b/templates/core/about.html index a3fc84ba..fbe4b8d2 100644 --- a/templates/core/about.html +++ b/templates/core/about.html @@ -13,7 +13,7 @@

PostgreSQL comes with many features aimed to help developers build applications, administrators to protect data integrity and build fault-tolerant environments, and help you manage your data no matter how big or small the dataset. In addition to being free and open source, PostgreSQL is highly extensible. For example, you can define your own data types, build out custom functions, even write code from different programming languages without recompiling your database!

-

PostgreSQL tries to conform with the SQL standard where such conformance does not contradict traditional features or could lead to poor architectural decisions. Many of the features required by the SQL standard are supported, though sometimes with slightly differing syntax or function. Further moves towards conformance can be expected over time. As of the version 13 release in September 2020, PostgreSQL conforms to at least 170 of the 179 mandatory features for SQL:2016 Core conformance. As of this writing, no relational database meets full conformance with this standard. +

PostgreSQL tries to conform with the SQL standard where such conformance does not contradict traditional features or could lead to poor architectural decisions. Many of the features required by the SQL standard are supported, though sometimes with slightly differing syntax or function. Further moves towards conformance can be expected over time. As of the version 14 release in September 2021, PostgreSQL conforms to at least 170 of the 179 mandatory features for SQL:2016 Core conformance. As of this writing, no relational database meets full conformance with this standard.

Below is an inexhaustive list of various features found in PostgreSQL, with more being added in every major release:

@@ -22,7 +22,7 @@ Data Types +{% endcomment %} {%endblock%} diff --git a/templates/pages/developer/roadmap.html b/templates/pages/developer/roadmap.html index ccf6c0d1..35e57f17 100644 --- a/templates/pages/developer/roadmap.html +++ b/templates/pages/developer/roadmap.html @@ -34,9 +34,9 @@ releases is:

Next major release

- The next major release of PostgreSQL is planned to be the 14 release. A + The next major release of PostgreSQL is planned to be the 15 release. A tentative schedule for this version has a release in the third quarter of - 2021. + 2022.

While there are no formal requirements for each PostgreSQL release, there -- 2.39.5