From ddebb1236017714abd36b144aefaa23a1b8c25a4 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 11 Nov 2020 22:52:00 -0500 Subject: [PATCH] 2020-11-12 update release --- templates/index.html | 84 +++++++++++--------------- templates/pages/developer/roadmap.html | 2 +- templates/pages/include/topbar.html | 3 +- 3 files changed, 39 insertions(+), 50 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1bb06501..87a70c78 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,35 +48,31 @@

- 2020-09-24 - PostgreSQL 13 Released! + 2020-11-12 - PostgreSQL 13.1, 12.5, 11.10, 10.15, 9.6.20, & 9.5.24 Released!

- The PostgreSQL Global Development Group today announced the release of - PostgreSQL 13, the latest version of - the world’s most advanced open source database. -

-

- PostgreSQL 13 includes significant - improvements to its indexing and lookup system that benefit large - databases, including space savings and performance gains for indexes, - faster response times for queries that use aggregates or partitions, - better query planning when using enhanced statistics, and more. + The PostgreSQL Global Development Group has + released an update + to all supported versions of our database system, including 13.1, + 12.5, 11.10, 10.15, 9.6.20, and 9.5.24. This release closes + three security vulnerabilities + and fixes over 65 bugs reported over the last three months.

- Along with highly requested features like parallelized vacuuming and - incremental sorting, PostgreSQL 13 - provides a better data management experience for workloads big and - small, with optimizations for daily administration, more conveniences - for application developers, and security enhancements. + Due to the nature of CVE-2020-25695, we advise you to + update as soon as possible.

- Find out more in the PostgreSQL 13 release notes - and download PostgreSQL 13. + Additionally, this is the second-to-last release + of PostgreSQL 9.5. If you are running PostgreSQL 9.5 in a production + environment, we suggest that you make plans to upgrade.

- For translations of the release announcement, - please visit the press kit. + For the full list of changes, please review the + release notes. You can + download the PostgreSQL updates from the + download page.