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
/
proc
/
212
/
root
/
opt
/
postgresql-11
/
doc
/
html
/
//proc/thread-self/root/proc/212/root/opt/postgresql-11/doc/html/release-8-1-14.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.239. Release 8.1.14</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-8-1-15.html" title="E.238. Release 8.1.15" /><link rel="next" href="release-8-1-13.html" title="E.240. Release 8.1.13" /></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.239. Release 8.1.14</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="release-8-1-15.html" title="E.238. Release 8.1.15">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-8-1-13.html" title="E.240. Release 8.1.13">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="RELEASE-8-1-14"><div class="titlepage"><div><div><h2 class="title" style="clear: both">E.239. Release 8.1.14</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="release-8-1-14.html#id-1.11.6.243.4">E.239.1. Migration to Version 8.1.14</a></span></dt><dt><span class="sect2"><a href="release-8-1-14.html#id-1.11.6.243.5">E.239.2. Changes</a></span></dt></dl></div><p><strong>Release date: </strong>2008-09-22</p><p> This release contains a variety of fixes from 8.1.13. For information about new features in the 8.1 major release, see <a class="xref" href="release-8-1.html" title="E.253. Release 8.1">Section E.253</a>. </p><div class="sect2" id="id-1.11.6.243.4"><div class="titlepage"><div><div><h3 class="title">E.239.1. Migration to Version 8.1.14</h3></div></div></div><p> A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see <a class="xref" href="release-8-1-2.html" title="E.251. Release 8.1.2">Section E.251</a>. </p></div><div class="sect2" id="id-1.11.6.243.5"><div class="titlepage"><div><div><h3 class="title">E.239.2. Changes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> Widen local lock counters from 32 to 64 bits (Tom) </p><p> This responds to reports that the counters could overflow in sufficiently long transactions, leading to unexpected <span class="quote">“<span class="quote">lock is already held</span>”</span> errors. </p></li><li class="listitem"><p> Fix possible duplicate output of tuples during a GiST index scan (Teodor) </p></li><li class="listitem"><p> Add checks in executor startup to ensure that the tuples produced by an <code class="command">INSERT</code> or <code class="command">UPDATE</code> will match the target table's current rowtype (Tom) </p><p> <code class="command">ALTER COLUMN TYPE</code>, followed by re-use of a previously cached plan, could produce this type of situation. The check protects against data corruption and/or crashes that could ensue. </p></li><li class="listitem"><p> Fix <code class="literal">AT TIME ZONE</code> to first try to interpret its timezone argument as a timezone abbreviation, and only try it as a full timezone name if that fails, rather than the other way around as formerly (Tom) </p><p> The timestamp input functions have always resolved ambiguous zone names in this order. Making <code class="literal">AT TIME ZONE</code> do so as well improves consistency, and fixes a compatibility bug introduced in 8.1: in ambiguous cases we now behave the same as 8.0 and before did, since in the older versions <code class="literal">AT TIME ZONE</code> accepted <span class="emphasis"><em>only</em></span> abbreviations. </p></li><li class="listitem"><p> Fix datetime input functions to correctly detect integer overflow when running on a 64-bit platform (Tom) </p></li><li class="listitem"><p> Improve performance of writing very long log messages to syslog (Tom) </p></li><li class="listitem"><p> Fix bug in backwards scanning of a cursor on a <code class="literal">SELECT DISTINCT ON</code> query (Tom) </p></li><li class="listitem"><p> Fix planner bug with nested sub-select expressions (Tom) </p><p> If the outer sub-select has no direct dependency on the parent query, but the inner one does, the outer value might not get recalculated for new parent query rows. </p></li><li class="listitem"><p> Fix planner to estimate that <code class="literal">GROUP BY</code> expressions yielding boolean results always result in two groups, regardless of the expressions' contents (Tom) </p><p> This is very substantially more accurate than the regular <code class="literal">GROUP BY</code> estimate for certain boolean tests like <em class="replaceable"><code>col</code></em> <code class="literal">IS NULL</code>. </p></li><li class="listitem"><p> Fix PL/pgSQL to not fail when a <code class="literal">FOR</code> loop's target variable is a record containing composite-type fields (Tom) </p></li><li class="listitem"><p> Fix PL/Tcl to behave correctly with Tcl 8.5, and to be more careful about the encoding of data sent to or from Tcl (Tom) </p></li><li class="listitem"><p> Fix PL/Python to work with Python 2.5 </p><p> This is a back-port of fixes made during the 8.2 development cycle. </p></li><li class="listitem"><p> Improve <span class="application">pg_dump</span> and <span class="application">pg_restore</span>'s error reporting after failure to send a SQL command (Tom) </p></li><li class="listitem"><p> Fix <span class="application">pg_ctl</span> to properly preserve postmaster command-line arguments across a <code class="literal">restart</code> (Bruce) </p></li><li class="listitem"><p> Update time zone data files to <span class="application">tzdata</span> release 2008f (for DST law changes in Argentina, Bahamas, Brazil, Mauritius, Morocco, Pakistan, Palestine, and Paraguay) </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-8-1-15.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-8-1-13.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">E.238. Release 8.1.15 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> E.240. Release 8.1.13</td></tr></table></div></body></html>