2019-11-14 cumulative update.

This commit is contained in:
Jonathan S. Katz
2019-11-14 09:03:26 -05:00
parent fddaf4fcdb
commit 3a6b76b992
3 changed files with 30 additions and 49 deletions

View File

@ -47,36 +47,25 @@
<div class="text"> <div class="text">
<p> <p>
<strong> <strong>
2019-10-03 - PostgreSQL 12 Released! 2019-11-14 - PostgreSQL 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and
9.4.25 Released!
</strong> </strong>
</p> </p>
<p> <p>
The PostgreSQL Global Development Group today announced the release of The PostgreSQL Global Development Group has released an update to
<a href="/about/news/1976/">PostgreSQL 12</a>, the latest version of all supported versions of our database system, including
the world's <a href="/">most advanced open source database</a>. <a href="/about/news/1994/">12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25</a>.
This release fixes over 50 bugs reported over the last three months.
</p> </p>
<p> <p>
<a href="/docs/12/release-12.html">PostgreSQL 12 enhancements</a> PostgreSQL 9.4 will stop receiving fixes on February 13, 2020, which
include notable improvements to query is the next planned cumulative update release. We suggest that you
performance, particularly over larger data sets, and overall space make plans to upgrade to a newer, supported version of PostgreSQL.
utilization. This release provides application developers with new Please see our <a href="/support/versioning/">versioning policy</a>
capabilities such as for more information.
<a href="/docs/current/functions-json.html#FUNCTIONS-SQLJSON-PATH">SQL/JSON path expression</a>
support, optimizations for how common table expression (<code>WITH</code>)
queries are executed, and <a href="/docs/current/ddl-generated-columns.html">generated columns</a>.
</p> </p>
<p> <p>
The PostgreSQL community continues to support the extensibility and You can <a href="/download/">download</a> the update <a href="/download/">here</a>.
robustness of PostgreSQL, with further additions to
internationalization, authentication, and providing easier ways to
administrate PostgreSQL. This release also introduces the
<a href="/docs/current/tableam.html">pluggable table storage interface</a>,
which allows developers to create their own methods for storing data.
</p>
<p>
For more information, please see the
<a href="/docs/12/release-12.html">release notes</a>.
<a href="/download/">Download PostgreSQL 12 here</a>.
</p> </p>
<ul> <ul>
{% for v in versions %} {% for v in versions %}
@ -160,40 +149,32 @@
<!-- Featured Post --> <!-- Featured Post -->
<header> <header>
<h3> <h3>
<a href="/about/news/1976/">PostgreSQL 12 Released</a>! <a href="/about/news/1994/">
PostgreSQL 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 Released
</a>!
</h3> </h3>
<ul class="meta"> <ul class="meta">
<li><i class="far fa-clock"></i>&nbsp;2019-10-03</li> <li><i class="far fa-clock"></i>&nbsp;2019-11-14</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 release of The PostgreSQL Global Development Group has released an update to
<a href="/about/news/1976/">PostgreSQL 12</a>, the latest version of all supported versions of our database system, including
the world's <a href="/">most advanced open source database</a>. <a href="/about/news/1994/">12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25</a>.
This release fixes over 50 bugs reported over the last three months.
</p> </p>
<p> <p>
<a href="/docs/12/release-12.html">PostgreSQL 12 enhancements</a> PostgreSQL 9.4 will stop receiving fixes on February 13, 2020, which
include notable improvements to query is the next planned cumulative update release. We suggest that you
performance, particularly over larger data sets, and overall space make plans to upgrade to a newer, supported version of PostgreSQL.
utilization. This release provides application developers with new Please see our <a href="/support/versioning/">versioning policy</a>
capabilities such as for more information.
<a href="/docs/current/functions-json.html#FUNCTIONS-SQLJSON-PATH">SQL/JSON path expression</a>
support, optimizations for how common table expression (<code>WITH</code>)
queries are executed, and <a href="/docs/current/ddl-generated-columns.html">generated columns</a>.
</p>
<p>
The PostgreSQL community continues to support the extensibility and
robustness of PostgreSQL, with further additions to
internationalization, authentication, and providing easier ways to
administrate PostgreSQL. This release also introduces the
<a href="/docs/current/tableam.html">pluggable table storage interface</a>,
which allows developers to create their own methods for storing data.
</p> </p>
<ul class="bold"> <ul class="bold">
<li><a href="/about/news/1976/">Release Announcement</a></li> <li><a href="/about/news/1994/">Release Announcement</a></li>
<li><a href="/about/press/">PostgreSQL 12 Press Kit &amp; Translations</a></li> <li><a href="/docs/12/release-12-1.html">Release Notes</a></li>
<li><a href="/docs/12/release-12.html">PostgreSQL 12 Release Notes</a></li> <li><a href="/support/versioning/">Versioning Policy</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 btn-center btn-inline-block">Browse Archives</button></a> <a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary btn-center btn-inline-block">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 14th, 2019</li>
<li>February 13th, 2020</li> <li>February 13th, 2020</li>
<li>May 14th, 2020</li> <li>May 14th, 2020</li>
<li>August 13th, 2020</li> <li>August 13th, 2020</li>
<li>November 12th, 2020</li>
</ul> </ul>
<h2>Next major release</h2> <h2>Next major release</h2>

View File

@ -1 +1 @@
3rd October 2019: <a href="{{link_root}}/about/news/1976/">PostgreSQL 12 Released</a>! 14th November 2019: <a href="{{link_root}}/about/news/1994/">PostgreSQL 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 Released</a>!