From b0a06beb30199c5fc3e984d2eab37a402a877c82 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 5 Nov 2018 17:07:06 -0500 Subject: [PATCH] 2018-11-08 cumulative release. --- templates/index.html | 49 ++++++++++++-------------- templates/pages/developer/roadmap.html | 2 +- templates/pages/include/topbar.html | 2 +- 3 files changed, 25 insertions(+), 28 deletions(-) diff --git a/templates/index.html b/templates/index.html index 5c7d75dc..218a23a4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -46,18 +46,18 @@

Latest Releases

- 2018-10-18 - PostgreSQL 11 Released! - The PostgreSQL Global Development Group today announced that the - release of PostgreSQL 11, the latest - version of the world’s most advanced open - source database, is generally available for download. + 2018-11-08 - PostgreSQL 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25 Released! + The PostgreSQL Global Development Group has released an update to all + supported versions of our database system, + including 11.1, 10.6, 9.6.11, 9.5.13, 9.4.20, and 9.3.25. This + release fixes one security issue as + well as bugs reported over the last three months.

- PostgreSQL 11 makes significant improvements to the table partitioning - system, adds support for stored procedures capable of transaction - management, improves query parallelism and adds parallelized data - definition capabilities, and introduces just-in-time (JIT) compilation - for accelerating the execution of expressions in queries. + This update is also the final release for PostgreSQL 9.3, which is now + end-of-life and will no longer receive any bug or security fixes. + If your environment still uses PostgreSQL 9.3, please make plans to + update to a community supported versions as soon as possible.