Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
postgresql-11
/
doc
/
html
/
//opt/postgresql-11/doc/html/release-8-2-2.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.227. Release 8.2.2</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-2-3.html" title="E.226. Release 8.2.3" /><link rel="next" href="release-8-2-1.html" title="E.228. Release 8.2.1" /></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.227. Release 8.2.2</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="release-8-2-3.html" title="E.226. Release 8.2.3">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-2-1.html" title="E.228. Release 8.2.1">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="RELEASE-8-2-2"><div class="titlepage"><div><div><h2 class="title" style="clear: both">E.227. Release 8.2.2</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="release-8-2-2.html#id-1.11.6.231.4">E.227.1. Migration to Version 8.2.2</a></span></dt><dt><span class="sect2"><a href="release-8-2-2.html#id-1.11.6.231.5">E.227.2. Changes</a></span></dt></dl></div><p><strong>Release date: </strong>2007-02-05</p><p> This release contains a variety of fixes from 8.2.1, including a security fix. For information about new features in the 8.2 major release, see <a class="xref" href="release-8-2.html" title="E.229. Release 8.2">Section E.229</a>. </p><div class="sect2" id="id-1.11.6.231.4"><div class="titlepage"><div><div><h3 class="title">E.227.1. Migration to Version 8.2.2</h3></div></div></div><p> A dump/restore is not required for those running 8.2.X. </p></div><div class="sect2" id="id-1.11.6.231.5"><div class="titlepage"><div><div><h3 class="title">E.227.2. Changes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> Remove security vulnerabilities that allowed connected users to read backend memory (Tom) </p><p> The vulnerabilities involve suppressing the normal check that a SQL function returns the data type it's declared to, and changing the data type of a table column (CVE-2007-0555, CVE-2007-0556). These errors can easily be exploited to cause a backend crash, and in principle might be used to read database content that the user should not be able to access. </p></li><li class="listitem"><p> Fix not-so-rare-anymore bug wherein btree index page splits could fail due to choosing an infeasible split point (Heikki Linnakangas) </p></li><li class="listitem"><p> Fix Borland C compile scripts (L Bayuk) </p></li><li class="listitem"><p> Properly handle <code class="function">to_char('CC')</code> for years ending in <code class="literal">00</code> (Tom) </p><p> Year 2000 is in the twentieth century, not the twenty-first. </p></li><li class="listitem"><p> <code class="filename">/contrib/tsearch2</code> localization improvements (Tatsuo, Teodor) </p></li><li class="listitem"><p> Fix incorrect permission check in <code class="literal">information_schema.key_column_usage</code> view (Tom) </p><p> The symptom is <span class="quote">“<span class="quote">relation with OID nnnnn does not exist</span>”</span> errors. To get this fix without using <code class="command">initdb</code>, use <code class="command">CREATE OR REPLACE VIEW</code> to install the corrected definition found in <code class="filename">share/information_schema.sql</code>. Note you will need to do this in each database. </p></li><li class="listitem"><p> Improve <code class="command">VACUUM</code> performance for databases with many tables (Tom) </p></li><li class="listitem"><p> Fix for rare Assert() crash triggered by <code class="literal">UNION</code> (Tom) </p></li><li class="listitem"><p> Fix potentially incorrect results from index searches using <code class="literal">ROW</code> inequality conditions (Tom) </p></li><li class="listitem"><p> Tighten security of multi-byte character processing for UTF8 sequences over three bytes long (Tom) </p></li><li class="listitem"><p> Fix bogus <span class="quote">“<span class="quote">permission denied</span>”</span> failures occurring on Windows due to attempts to fsync already-deleted files (Magnus, Tom) </p></li><li class="listitem"><p> Fix bug that could cause the statistics collector to hang on Windows (Magnus) </p><p> This would in turn lead to autovacuum not working. </p></li><li class="listitem"><p> Fix possible crashes when an already-in-use PL/pgSQL function is updated (Tom) </p></li><li class="listitem"><p> Improve PL/pgSQL handling of domain types (Sergiy Vyshnevetskiy, Tom) </p></li><li class="listitem"><p> Fix possible errors in processing PL/pgSQL exception blocks (Tom) </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-2-3.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-2-1.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">E.226. Release 8.2.3 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> E.228. Release 8.2.1</td></tr></table></div></body></html>