2018-11-08 cumulative release.

This commit is contained in:
Jonathan S. Katz
2018-11-05 17:07:06 -05:00
parent b49bd46b3f
commit b0a06beb30
3 changed files with 25 additions and 28 deletions

View File

@ -46,18 +46,18 @@
<h2>Latest Releases</h2> <h2>Latest Releases</h2>
<div class="text"> <div class="text">
<p> <p>
<strong>2018-10-18 - PostgreSQL 11 Released!</strong> <strong>2018-11-08 - PostgreSQL 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25 Released!</strong>
The PostgreSQL Global Development Group today announced that the The PostgreSQL Global Development Group has released an update to all
<a href="/about/news/1894/">release of PostgreSQL 11</a>, the latest supported versions of our database system, <a href="/about/news/1905/">
version of the worlds most advanced open including 11.1, 10.6, 9.6.11, 9.5.13, 9.4.20, and 9.3.25</a>. This
source database, is generally available for <a href="/download/">download</a>. release fixes one <a href="/support/security/">security issue</a> as
well as bugs reported over the last three months.
</p> </p>
<p> <p>
PostgreSQL 11 makes <a href="/docs/11/release-11.html">significant improvements</a> to the <a href="/docs/11/ddl-partitioning.html">table partitioning</a> This update is also the final release for PostgreSQL 9.3, which is now
system, adds support for <a href="/docs/11/sql-createprocedure.html">stored procedures</a> capable of transaction end-of-life and will no longer receive any bug or security fixes.
management, improves <a href="/docs/11/parallel-query.html">query parallelism</a> and adds parallelized data If your environment still uses PostgreSQL 9.3, please make plans to
definition capabilities, and introduces <a href="/docs/11/jit.html">just-in-time (JIT) compilation</a> update to a community supported versions as soon as possible.
for accelerating the execution of expressions in queries.
</p> </p>
<ul> <ul>
{% for v in versions %} {% for v in versions %}
@ -139,31 +139,28 @@
<h2 class="centered-lines">Latest News</h2> <h2 class="centered-lines">Latest News</h2>
<!-- Featured Post --> <!-- Featured Post -->
<header> <header>
<h3><a href="/about/news/1894/">PostgreSQL 11 Released!</a></h3> <h3><a href="/about/news/1905/">2018-11-08 - PostgreSQL 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25 Released!</a></h3>
<ul class="meta"> <ul class="meta">
<li><i class="far fa-clock"></i>&nbsp;2018-10-18</li> <li><i class="far fa-clock"></i>&nbsp;2018-11-08</li>
<!--<li><i class="far fa-comments"></i> 0</li>--> <!--<li><i class="far fa-comments"></i> 0</li>-->
</ul> </ul>
</header> </header>
<p> <p>
The PostgreSQL Global Development Group today announced the The PostgreSQL Global Development Group has released an update to all
release of PostgreSQL 11, the latest version of the worlds most advanced open supported versions of our database system, <a href="/about/news/1905/">
source database. including 11.1, 10.6, 9.6.11, 9.5.13, 9.4.20, and 9.3.25</a>. This
release fixes one <a href="/support/security/">security issue</a> as
well as bugs reported over the last three months.
</p> </p>
<p> <p>
PostgreSQL 11 provides users with improvements to overall performance of the This update is also the final release for PostgreSQL 9.3, which is now
database system, with specific enhancements associated with very large databases end-of-life and will no longer receive any bug or security fixes.
and high computational workloads. Further, PostgreSQL 11 makes <a href="/docs/11/release-11.html">significant improvements</a> If your environment still uses PostgreSQL 9.3, please make plans to
to the <a href="/docs/11/ddl-partitioning.html">table partitioning</a> update to a community supported versions as soon as possible.
system, adds support for <a href="/docs/11/sql-createprocedure.html">stored procedures</a> capable of transaction
management, improves <a href="/docs/11/parallel-query.html">query parallelism</a> and adds parallelized data
definition capabilities, and introduces <a href="/docs/11/jit.html">just-in-time (JIT) compilation</a>
for accelerating the execution of expressions in queries.
</p> </p>
<ul class="bold"> <ul class="bold">
<li><a href="/about/news/1894/">Release Announcement</a></li> <li><a href="/about/news/1905/">Release Announcement</a></li>
<li><a href="/docs/11/release-11.html">PostgreSQL 11 Release Notes</a></li> <li><a href="/docs/11/release-11-1.html">PostgreSQL 11 Release Notes</a></li>
<li><a href="/about/press/presskit11/">PostgreSQL 11 Press Kit &amp; Translations</a></li>
<li><a href="/download/">Download</a></li> <li><a href="/download/">Download</a></li>
</ul> </ul>
<a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary">Browse Archives</button></a> <a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary">Browse Archives</button></a>

View File

@ -25,10 +25,10 @@ Thursday of February, May, August, and November. The current schedule for upcomi
releases is: releases is:
</p> </p>
<ul> <ul>
<li>November 8th, 2018</li>
<li>February 14th, 2019</li> <li>February 14th, 2019</li>
<li>May 9th, 2019</li> <li>May 9th, 2019</li>
<li>August 8th, 2019</li> <li>August 8th, 2019</li>
<li>November 7th, 2019</li>
</ul> </ul>
<h2>Next major release</h2> <h2>Next major release</h2>

View File

@ -1 +1 @@
18th October 2018: <a href="{{link_root}}/about/news/1894/">PostgreSQL 11 Released</a>! 8th November 2018: <a href="{{link_root}}/about/news/1905/">PostgreSQL 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25 Released</a>!