Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
postgresql-11.1-201812121535
/
doc
/
html
/
//opt/postgresql-11.1-201812121535/doc/html/release-8-3-10.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.195. Release 8.3.10</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-3-11.html" title="E.194. Release 8.3.11" /><link rel="next" href="release-8-3-9.html" title="E.196. Release 8.3.9" /></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.195. Release 8.3.10</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="release-8-3-11.html" title="E.194. Release 8.3.11">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-3-9.html" title="E.196. Release 8.3.9">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="RELEASE-8-3-10"><div class="titlepage"><div><div><h2 class="title" style="clear: both">E.195. Release 8.3.10</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="release-8-3-10.html#id-1.11.6.199.4">E.195.1. Migration to Version 8.3.10</a></span></dt><dt><span class="sect2"><a href="release-8-3-10.html#id-1.11.6.199.5">E.195.2. Changes</a></span></dt></dl></div><p><strong>Release date: </strong>2010-03-15</p><p> This release contains a variety of fixes from 8.3.9. For information about new features in the 8.3 major release, see <a class="xref" href="release-8-3.html" title="E.205. Release 8.3">Section E.205</a>. </p><div class="sect2" id="id-1.11.6.199.4"><div class="titlepage"><div><div><h3 class="title">E.195.1. Migration to Version 8.3.10</h3></div></div></div><p> A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see <a class="xref" href="release-8-3-8.html" title="E.197. Release 8.3.8">Section E.197</a>. </p></div><div class="sect2" id="id-1.11.6.199.5"><div class="titlepage"><div><div><h3 class="title">E.195.2. Changes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> Add new configuration parameter <code class="varname">ssl_renegotiation_limit</code> to control how often we do session key renegotiation for an SSL connection (Magnus) </p><p> This can be set to zero to disable renegotiation completely, which may be required if a broken SSL library is used. In particular, some vendors are shipping stopgap patches for CVE-2009-3555 that cause renegotiation attempts to fail. </p></li><li class="listitem"><p> Fix possible deadlock during backend startup (Tom) </p></li><li class="listitem"><p> Fix possible crashes due to not handling errors during relcache reload cleanly (Tom) </p></li><li class="listitem"><p> Fix possible crash due to use of dangling pointer to a cached plan (Tatsuo) </p></li><li class="listitem"><p> Fix possible crashes when trying to recover from a failure in subtransaction start (Tom) </p></li><li class="listitem"><p> Fix server memory leak associated with use of savepoints and a client encoding different from server's encoding (Tom) </p></li><li class="listitem"><p> Fix incorrect WAL data emitted during end-of-recovery cleanup of a GIST index page split (Yoichi Hirai) </p><p> This would result in index corruption, or even more likely an error during WAL replay, if we were unlucky enough to crash during end-of-recovery cleanup after having completed an incomplete GIST insertion. </p></li><li class="listitem"><p> Make <code class="function">substring()</code> for <code class="type">bit</code> types treat any negative length as meaning <span class="quote">“<span class="quote">all the rest of the string</span>”</span> (Tom) </p><p> The previous coding treated only -1 that way, and would produce an invalid result value for other negative values, possibly leading to a crash (CVE-2010-0442). </p></li><li class="listitem"><p> Fix integer-to-bit-string conversions to handle the first fractional byte correctly when the output bit width is wider than the given integer by something other than a multiple of 8 bits (Tom) </p></li><li class="listitem"><p> Fix some cases of pathologically slow regular expression matching (Tom) </p></li><li class="listitem"><p> Fix assorted crashes in <code class="type">xml</code> processing caused by sloppy memory management (Tom) </p><p> This is a back-patch of changes first applied in 8.4. The 8.3 code was known buggy, but the new code was sufficiently different to not want to back-patch it until it had gotten some field testing. </p></li><li class="listitem"><p> Fix bug with trying to update a field of an element of a composite-type array column (Tom) </p></li><li class="listitem"><p> Fix the <code class="literal">STOP WAL LOCATION</code> entry in backup history files to report the next WAL segment's name when the end location is exactly at a segment boundary (Itagaki Takahiro) </p></li><li class="listitem"><p> Fix some more cases of temporary-file leakage (Heikki) </p><p> This corrects a problem introduced in the previous minor release. One case that failed is when a plpgsql function returning set is called within another function's exception handler. </p></li><li class="listitem"><p> Improve constraint exclusion processing of boolean-variable cases, in particular make it possible to exclude a partition that has a <span class="quote">“<span class="quote">bool_column = false</span>”</span> constraint (Tom) </p></li><li class="listitem"><p> When reading <code class="filename">pg_hba.conf</code> and related files, do not treat <code class="literal">@something</code> as a file inclusion request if the <code class="literal">@</code> appears inside quote marks; also, never treat <code class="literal">@</code> by itself as a file inclusion request (Tom) </p><p> This prevents erratic behavior if a role or database name starts with <code class="literal">@</code>. If you need to include a file whose path name contains spaces, you can still do so, but you must write <code class="literal">@"/path to/file"</code> rather than putting the quotes around the whole construct. </p></li><li class="listitem"><p> Prevent infinite loop on some platforms if a directory is named as an inclusion target in <code class="filename">pg_hba.conf</code> and related files (Tom) </p></li><li class="listitem"><p> Fix possible infinite loop if <code class="function">SSL_read</code> or <code class="function">SSL_write</code> fails without setting <code class="varname">errno</code> (Tom) </p><p> This is reportedly possible with some Windows versions of <span class="application">OpenSSL</span>. </p></li><li class="listitem"><p> Disallow <acronym class="acronym">GSSAPI</acronym> authentication on local connections, since it requires a hostname to function correctly (Magnus) </p></li><li class="listitem"><p> Make <span class="application">ecpg</span> report the proper SQLSTATE if the connection disappears (Michael) </p></li><li class="listitem"><p> Fix <span class="application">psql</span>'s <code class="literal">numericlocale</code> option to not format strings it shouldn't in latex and troff output formats (Heikki) </p></li><li class="listitem"><p> Make <span class="application">psql</span> return the correct exit status (3) when <code class="literal">ON_ERROR_STOP</code> and <code class="literal">--single-transaction</code> are both specified and an error occurs during the implied <code class="command">COMMIT</code> (Bruce) </p></li><li class="listitem"><p> Fix plpgsql failure in one case where a composite column is set to NULL (Tom) </p></li><li class="listitem"><p> Fix possible failure when calling PL/Perl functions from PL/PerlU or vice versa (Tim Bunce) </p></li><li class="listitem"><p> Add <code class="literal">volatile</code> markings in PL/Python to avoid possible compiler-specific misbehavior (Zdenek Kotala) </p></li><li class="listitem"><p> Ensure PL/Tcl initializes the Tcl interpreter fully (Tom) </p><p> The only known symptom of this oversight is that the Tcl <code class="literal">clock</code> command misbehaves if using Tcl 8.5 or later. </p></li><li class="listitem"><p> Prevent crash in <code class="filename">contrib/dblink</code> when too many key columns are specified to a <code class="function">dblink_build_sql_*</code> function (Rushabh Lathia, Joe Conway) </p></li><li class="listitem"><p> Allow zero-dimensional arrays in <code class="filename">contrib/ltree</code> operations (Tom) </p><p> This case was formerly rejected as an error, but it's more convenient to treat it the same as a zero-element array. In particular this avoids unnecessary failures when an <code class="type">ltree</code> operation is applied to the result of <code class="literal">ARRAY(SELECT ...)</code> and the sub-select returns no rows. </p></li><li class="listitem"><p> Fix assorted crashes in <code class="filename">contrib/xml2</code> caused by sloppy memory management (Tom) </p></li><li class="listitem"><p> Make building of <code class="filename">contrib/xml2</code> more robust on Windows (Andrew) </p></li><li class="listitem"><p> Fix race condition in Windows signal handling (Radu Ilie) </p><p> One known symptom of this bug is that rows in <code class="structname">pg_listener</code> could be dropped under heavy load. </p></li><li class="listitem"><p> Update time zone data files to <span class="application">tzdata</span> release 2010e for DST law changes in Bangladesh, Chile, Fiji, Mexico, Paraguay, Samoa. </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-3-11.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-3-9.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">E.194. Release 8.3.11 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> E.196. Release 8.3.9</td></tr></table></div></body></html>