<div id="pgFrontMain">
<div id="pgFrontFeature">
<div id="pgFrontFeatureContent">
- <p><b>11<sup>th</sup> February 2016</b></p>
+ <p><b>31<sup>st</sup> March 2016</b></p>
<h1 id="txtFrontFeatureHeading">
- PostgreSQL 9.5.1, 9.4.6, 9.3.11, 9.2.15 and 9.1.20 Released!
+ PostgreSQL 9.5.2, 9.4.7, 9.3.12, 9.2.16 and 9.1.21 Released!
</h1>
<p>
The PostgreSQL Global Development Group is pleased to announce the availability of
- PostgreSQL 9.5.1, 9.4.6, 9.3.11, 9.2.15 and 9.1.20.
+ PostgreSQL 9.5.2, 9.4.7, 9.3.12, 9.2.16 and 9.1.21.
</p>
<p>
- This is an update release that fixes two security issues as well as several bugs found
- over the last few months. Users vulnerable to the security issues should update their
- installations immediately; other users should update at the next scheduled downtime.
- </p>
+ This is an update release that fixes two security issues in
+ version 9.5 as well as several bugs in all current releases.
+ In particular, the 9.5.2 release disables an optimization
+ present in 9.5 and newer that can leade to corruption of
+ text indexes in non-C locales. Users of 9.5 should update
+ as soon as convenient and REINDEX potentially corrupt indexes.
+ </p>
<div id="txtFrontFeatureLink">
<br/>
- <img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1644/" title="Release Announcement">Release Announcement</a><br />
- <img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/docs/9.5/static/release-9-5-1.html" title="Release Notes">Release Notes</a><br />
+ <img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1656/" title="Release Announcement">Release Announcement</a><br />
+ <img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/docs/9.5/static/release-9-5-2.html" title="Release Notes">Release Notes</a><br />
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/download/" title="Download">Download</a><br />
</div>
</div>
<th class="colLast">Description</th>
</tr>
+ <tr valign="top">
+ <td class="colFirst"><a href="https://access.redhat.com/security/cve/CVE-2016-2193">CVE-2016-2193</a></td>
+ <td class="colMid">9.5</td>
+ <td class="colMid">9.5.2</td>
+ <td class="colMid">core server</td>
+ <td class="colMid">C</td>
+ <td class="colLast">Plan cache might use wrong role context for RLS policy</td>
+ </tr>
+
+ <tr valign="top">
+ <td class="colFirst"><a href="https://access.redhat.com/security/cve/CVE-2016-3065">CVE-2016-3065</a></td>
+ <td class="colMid">9.5</td>
+ <td class="colMid">9.5.2</td>
+ <td class="colMid">contrib</td>
+ <td class="colMid">C</td>
+ <td class="colLast">pageinspect does not check permissions for BRIN indexes</td>
+ </tr>
+
<tr valign="top">
<td class="colFirst"><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0773">CVE-2016-0773</a></td>
<td class="colMid">9.5, 9.4, 9.3, 9.2, 9.1</td>