Update release history for 7.4.5.

This commit is contained in:
Tom Lane 2004-08-18 03:03:49 +00:00
parent ba9b9a6e62
commit 94bb5fe888

View File

@ -1,10 +1,46 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.26 2004/08/15 00:24:03 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.27 2004/08/18 03:03:49 tgl Exp $
--> -->
<appendix id="release"> <appendix id="release">
<title>Release Notes</title> <title>Release Notes</title>
<sect1 id="release-7-4-5">
<title>Release 7.4.5</title>
<note>
<title>Release date</title>
<simpara>2004-08-18</simpara>
</note>
<para>
This release contains one serious bug fix over 7.4.4.
</para>
<sect2>
<title>Migration to version 7.4.5</title>
<para>
A dump/restore is not required for those running 7.4.X.
</para>
</sect2>
<sect2>
<title>Changes</title>
<itemizedlist>
<listitem><para>Repair possible crash during concurrent btree index insertions</para>
<para>
This patch fixes a rare case in which concurrent insertions into a btree index
could result in a server panic. No permanent damage would result, but it's
still worth a re-release. The bug does not exist in pre-7.4 releases.
</para></listitem>
</itemizedlist>
</sect2>
</sect1>
<sect1 id="release-7-4-4"> <sect1 id="release-7-4-4">
<title>Release 7.4.4</title> <title>Release 7.4.4</title>