From 492cb5d1e0cb8b0ac8eb57fb5cc9e5a16a440002 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Tue, 22 Sep 2020 21:49:46 -0400 Subject: [PATCH] Content updaes for PostgreSQL 13 release An annual review of general content on the website, including adding in new tidibts of information based on the new PostgreSQL release, in this case for PostgreSQL 13. --- templates/core/about.html | 12 ++++++------ templates/pages/developer/beta.html | 8 +++++--- templates/pages/developer/roadmap.html | 7 ++----- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/templates/core/about.html b/templates/core/about.html index 4ab7b72d..a3fc84ba 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 12 release in October 2019, PostgreSQL conforms to at least 160 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 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.

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

@@ -138,21 +138,21 @@

30+ Years Development

-

500+ Contributors

+

600+ Contributors

-

47,500+ Commits

+

50,000+ Commits

-

50+ Local User Groups

+

55+ Local User Groups

-

1,250,000+ Lines of C

+

1,400,000+ Lines of C

-

600+ Events

+

650+ Events

Millions of Happy Users

diff --git a/templates/pages/developer/beta.html b/templates/pages/developer/beta.html index 4a9a3aa7..6603547a 100644 --- a/templates/pages/developer/beta.html +++ b/templates/pages/developer/beta.html @@ -30,12 +30,13 @@ are subject to changes that are backwards incompatible at any time during the development of the betas, and could possibly be removed altogether.

- + begin around May 2021. +

+{% comment %}

The current beta release is PostgreSQL 13 RC 1. For more information on the current beta release and how to test, please view the links below. @@ -55,4 +56,5 @@ A Guide to PostgreSQL Beta Testing +{% endcomment %} {%endblock%} diff --git a/templates/pages/developer/roadmap.html b/templates/pages/developer/roadmap.html index 82f4f7c8..8ff16a7a 100644 --- a/templates/pages/developer/roadmap.html +++ b/templates/pages/developer/roadmap.html @@ -34,14 +34,11 @@ releases is:

Next major release

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

- -

While there are no formal requirements for each PostgreSQL release, there are several places you can look to find out more information on upcoming features:

-- 2.39.5