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>
<div class="text">
<p>
<strong>2018-10-18 - PostgreSQL 11 Released!</strong>
The PostgreSQL Global Development Group today announced that the
<a href="/about/news/1894/">release of PostgreSQL 11</a>, the latest
version of the worlds most advanced open
source database, is generally available for <a href="/download/">download</a>.
<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 has released an update to all
supported versions of our database system, <a href="/about/news/1905/">
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>
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>
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.
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.
</p>
<ul>
{% for v in versions %}
@ -139,31 +139,28 @@
<h2 class="centered-lines">Latest News</h2>
<!-- Featured Post -->
<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">
<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>-->
</ul>
</header>
<p>
The PostgreSQL Global Development Group today announced the
release of PostgreSQL 11, the latest version of the worlds most advanced open
source database.
The PostgreSQL Global Development Group has released an update to all
supported versions of our database system, <a href="/about/news/1905/">
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>
PostgreSQL 11 provides users with improvements to overall performance of the
database system, with specific enhancements associated with very large databases
and high computational workloads. Further, 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>
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.
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.
</p>
<ul class="bold">
<li><a href="/about/news/1894/">Release Announcement</a></li>
<li><a href="/docs/11/release-11.html">PostgreSQL 11 Release Notes</a></li>
<li><a href="/about/press/presskit11/">PostgreSQL 11 Press Kit &amp; Translations</a></li>
<li><a href="/about/news/1905/">Release Announcement</a></li>
<li><a href="/docs/11/release-11-1.html">PostgreSQL 11 Release Notes</a></li>
<li><a href="/download/">Download</a></li>
</ul>
<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:
</p>
<ul>
<li>November 8th, 2018</li>
<li>February 14th, 2019</li>
<li>May 9th, 2019</li>
<li>August 8th, 2019</li>
<li>November 7th, 2019</li>
</ul>
<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>!