Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
postgresql-11
/
doc
/
html
/
//proc/thread-self/root/opt/postgresql-11/doc/html/release-9-1-13.html
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>E.121. Release 9.1.13</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="prev" href="release-9-1-14.html" title="E.120. Release 9.1.14" /><link rel="next" href="release-9-1-12.html" title="E.122. Release 9.1.12" /></head><body><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">E.121. Release 9.1.13</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="release-9-1-14.html" title="E.120. Release 9.1.14">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="release.html" title="Appendix E. Release Notes">Up</a></td><th width="60%" align="center">Appendix E. Release Notes</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 11.1 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="release-9-1-12.html" title="E.122. Release 9.1.12">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="RELEASE-9-1-13"><div class="titlepage"><div><div><h2 class="title" style="clear: both">E.121. Release 9.1.13</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="release-9-1-13.html#id-1.11.6.125.4">E.121.1. Migration to Version 9.1.13</a></span></dt><dt><span class="sect2"><a href="release-9-1-13.html#id-1.11.6.125.5">E.121.2. Changes</a></span></dt></dl></div><p><strong>Release date: </strong>2014-03-20</p><p> This release contains a variety of fixes from 9.1.12. For information about new features in the 9.1 major release, see <a class="xref" href="release-9-1.html" title="E.134. Release 9.1">Section E.134</a>. </p><div class="sect2" id="id-1.11.6.125.4"><div class="titlepage"><div><div><h3 class="title">E.121.1. Migration to Version 9.1.13</h3></div></div></div><p> A dump/restore is not required for those running 9.1.X. </p><p> However, if you are upgrading from a version earlier than 9.1.11, see <a class="xref" href="release-9-1-11.html" title="E.123. Release 9.1.11">Section E.123</a>. </p></div><div class="sect2" id="id-1.11.6.125.5"><div class="titlepage"><div><div><h3 class="title">E.121.2. Changes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> Restore GIN metapages unconditionally to avoid torn-page risk (Heikki Linnakangas) </p><p> Although this oversight could theoretically result in a corrupted index, it is unlikely to have caused any problems in practice, since the active part of a GIN metapage is smaller than a standard 512-byte disk sector. </p></li><li class="listitem"><p> Avoid race condition in checking transaction commit status during receipt of a <code class="command">NOTIFY</code> message (Marko Tiikkaja) </p><p> This prevents a scenario wherein a sufficiently fast client might respond to a notification before database updates made by the notifier have become visible to the recipient. </p></li><li class="listitem"><p> Allow regular-expression operators to be terminated early by query cancel requests (Tom Lane) </p><p> This prevents scenarios wherein a pathological regular expression could lock up a server process uninterruptibly for a long time. </p></li><li class="listitem"><p> Remove incorrect code that tried to allow <code class="literal">OVERLAPS</code> with single-element row arguments (Joshua Yanovski) </p><p> This code never worked correctly, and since the case is neither specified by the SQL standard nor documented, it seemed better to remove it than fix it. </p></li><li class="listitem"><p> Avoid getting more than <code class="literal">AccessShareLock</code> when de-parsing a rule or view (Dean Rasheed) </p><p> This oversight resulted in <span class="application">pg_dump</span> unexpectedly acquiring <code class="literal">RowExclusiveLock</code> locks on tables mentioned as the targets of <code class="literal">INSERT</code>/<code class="literal">UPDATE</code>/<code class="literal">DELETE</code> commands in rules. While usually harmless, that could interfere with concurrent transactions that tried to acquire, for example, <code class="literal">ShareLock</code> on those tables. </p></li><li class="listitem"><p> Improve performance of index endpoint probes during planning (Tom Lane) </p><p> This change fixes a significant performance problem that occurred when there were many not-yet-committed rows at the end of the index, which is a common situation for indexes on sequentially-assigned values such as timestamps or sequence-generated identifiers. </p></li><li class="listitem"><p> Fix <span class="application">walsender</span>'s failure to shut down cleanly when client is <span class="application">pg_receivexlog</span> (Fujii Masao) </p></li><li class="listitem"><p> Fix test to see if hot standby connections can be allowed immediately after a crash (Heikki Linnakangas) </p></li><li class="listitem"><p> Prevent interrupts while reporting non-<code class="literal">ERROR</code> messages (Tom Lane) </p><p> This guards against rare server-process freezeups due to recursive entry to <code class="function">syslog()</code>, and perhaps other related problems. </p></li><li class="listitem"><p> Fix memory leak in PL/Perl when returning a composite result, including multiple-OUT-parameter cases (Alex Hunsaker) </p></li><li class="listitem"><p> Prevent intermittent <span class="quote">“<span class="quote">could not reserve shared memory region</span>”</span> failures on recent Windows versions (MauMau) </p></li><li class="listitem"><p> Update time zone data files to <span class="application">tzdata</span> release 2014a for DST law changes in Fiji and Turkey, plus historical changes in Israel and Ukraine. </p></li></ul></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="release-9-1-14.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="release.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="release-9-1-12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">E.120. Release 9.1.14 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> E.122. Release 9.1.12</td></tr></table></div></body></html>