<h2>Latest Releases</h2>
<div class="text">
<p>
- <strong>2018-05-10 - PostgreSQL 10.4 Released!</strong>
- The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 10.4, 9.6.9, 9.5.13, 9.4.18, and 9.3.23.
+ <strong>2018-05-24 - PostgreSQL 11 Beta 1 Released!</strong>
+ The PostgreSQL Global Development Group announces that the <a href="/about/news/1855/">first beta release of PostgreSQL 11</a> is now available for <a href="/download/">download</a>. This release contains <a href="/docs/11/static/release-11.html">previews of all features</a> that will be available in the final release of PostgreSQL 11, though <a href="/developer/beta/">some details of the release could change</a> before then.
</p>
<ul>
{% for v in versions %}
<h2 class="centered-lines">Latest News</h2>
<!-- Featured Post -->
<header>
- <h3><a href="#">PostgreSQL 10.4 Released!</a></h3>
+ <h3><a href="#">PostgreSQL 11 Beta 1 Released!</a></h3>
<ul class="meta">
- <li><i class="far fa-clock"></i> 2018-05-10</li>
+ <li><i class="far fa-clock"></i> 2018-05-24</li>
<!--<li><i class="far fa-comments"></i> 0</li>-->
</ul>
</header>
<p>
- The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 10.4, 9.6.9, 9.5.13, 9.4.18, and 9.3.23.
- </p>
- <p>
- This release fixes one security issue as well as several bugs reported over the last three months. Users should plan to update at the next convenient downtime. Please see the "Updating" section for post-installation steps for the security fix and the "incorrect volatility and parallel-safety markings" fix.
+ The PostgreSQL Global Development Group announces that the first beta release of PostgreSQL 11 is now available for download. This release contains previews of all features that will be available in the final release of PostgreSQL 11, though some details of the release could change before then.
</p>
<ul class="bold">
- <li><a href="/about/news/1851/">Release Announcement</a></li>
- <li><a href="https://www.postgresql.org/docs/current/static/release-10-4.html">Release Notes</a></li>
- <li><a href="https://www.postgresql.org/download/">Download</a></li>
+ <li><a href="/about/news/1855/">Release Announcement</a></li>
+ <li><a href="/docs/11/static/release-11.html">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>
</div>
useful for developers of platforms, drivers, tools, and utilities which depend upon PostgreSQL in order to prepare
for changes in the new version.</p>
-<p>PostgreSQL 10 has been released. The first beta of version 11 is not yet available for testing. Beta testing of
- version 11 is likely to begin in mid 2018.</p>
+<!-- <p>PostgreSQL 10 has been released. The first beta of version 11 is not yet available for testing. Beta testing of
+ version 11 is likely to begin in mid 2018.</p> -->
-<!--
-<p>The current test release is <strong>PostgreSQL 10 RC 1</strong>. For more information on the current test release and how
+
+<p>The current beta release is <strong>PostgreSQL 11 Beta 1</strong>. For more information on the current beta release and how
to test, please view the links below.</p>
<ul>
<li>
- <a href="/about/news/1776/">Release Announcement</a>
+ <a href="/about/news/1855/">PostgreSQL 11 Beta 1 Release Announcement</a>
</li>
<li>
- <a href="/ftp/source/v10rc1">Download 10 RC 1 source code</a>
+ <a href="/ftp/source/v11beta1/">Download 11 Beta 1 source code</a>
</li>
<li>
<a href="/docs/devel/static/index.html">Development Version of the Docs</a>
</li>
<li>
- <a href="https://wiki.postgresql.org/wiki/HowToBetaTest">A Guide to PostgreSQL Beta Testing</a>
+ <a href="https://wiki.postgresql.org/wiki/HowToBetaTest" target="_blank">A Guide to PostgreSQL Beta Testing</a>
</li>
</ul>
--->
{%endblock%}