mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Add release notes for back branches (7.3 and up).
Also minor improvements to 8.1.1 release notes.
This commit is contained in:
parent
d45693fb55
commit
c8457e0fb8
@ -1,10 +1,61 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.33 2005/10/03 23:43:42 tgl Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.34 2005/12/09 20:40:56 tgl Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
<title>Release Notes</title>
|
||||
|
||||
<sect1 id="release-7-4-10">
|
||||
<title>Release 7.4.10</title>
|
||||
|
||||
<note>
|
||||
<title>Release date</title>
|
||||
<simpara>2005-12-12</simpara>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
This release contains a variety of fixes from 7.4.9.
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
<title>Migration to version 7.4.10</title>
|
||||
|
||||
<para>
|
||||
A dump/restore is not required for those running 7.4.X. However,
|
||||
if you are upgrading from a version earlier than 7.4.8, see the release
|
||||
notes for 7.4.8.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Changes</title>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>Fix race condition in transaction log management</para>
|
||||
<para>There was a narrow window in which an I/O operation could be initiated
|
||||
for the wrong page, leading to an Assert failure or data
|
||||
corruption.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>Prevent failure if client sends Bind protocol message
|
||||
when current transaction is already aborted</para></listitem>
|
||||
|
||||
<listitem><para><filename>/contrib/ltree</> fixes (Teodor)</para></listitem>
|
||||
|
||||
<listitem><para>AIX and HPUX compile fixes (Tom)</para></listitem>
|
||||
|
||||
<listitem><para>Fix longstanding planning error for outer joins</para>
|
||||
<para>This bug sometimes caused a bogus error <quote>RIGHT JOIN is
|
||||
only supported with merge-joinable join conditions</>.</para></listitem>
|
||||
|
||||
<listitem><para>Prevent core dump in <application>pg_autovacuum</> when a
|
||||
table has been dropped</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="release-7-4-9">
|
||||
<title>Release 7.4.9</title>
|
||||
|
||||
@ -758,7 +809,7 @@ DROP SCHEMA information_schema CASCADE;
|
||||
<listitem><para>Fix information schema view <literal>constraint_column_usage</literal> for foreign keys (Peter)</para></listitem>
|
||||
<listitem><para>ECPG fixes (Michael)</para></listitem>
|
||||
<listitem><para>Fix bug with multiple <literal>IN</literal> subqueries and joins in the subqueries (Tom)</para></listitem>
|
||||
<listitem><para>Alllow <literal>COUNT('x')</literal> to work (Tom)</para></listitem>
|
||||
<listitem><para>Allow <literal>COUNT('x')</literal> to work (Tom)</para></listitem>
|
||||
<listitem><para>Install ECPG include files for Informix compatibility into separate directory (Peter)</para>
|
||||
<para>
|
||||
Some names of ECPG include files for Informix compatibility conflicted with operating system include files.
|
||||
@ -2637,6 +2688,52 @@ DROP SCHEMA information_schema CASCADE;
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="release-7-3-12">
|
||||
<title>Release 7.3.12</title>
|
||||
|
||||
<note>
|
||||
<title>Release date</title>
|
||||
<simpara>2005-12-12</simpara>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
This release contains a variety of fixes from 7.3.11.
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
<title>Migration to version 7.3.12</title>
|
||||
|
||||
<para>
|
||||
A dump/restore is not required for those running 7.3.X. However,
|
||||
if you are upgrading from a version earlier than 7.3.10, see the release
|
||||
notes for 7.3.10.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Changes</title>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>Fix race condition in transaction log management</para>
|
||||
<para>There was a narrow window in which an I/O operation could be initiated
|
||||
for the wrong page, leading to an Assert failure or data
|
||||
corruption.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para><filename>/contrib/ltree</> fixes (Teodor)</para></listitem>
|
||||
|
||||
<listitem><para>Fix longstanding planning error for outer joins</para>
|
||||
<para>This bug sometimes caused a bogus error <quote>RIGHT JOIN is
|
||||
only supported with merge-joinable join conditions</>.</para></listitem>
|
||||
|
||||
<listitem><para>Prevent core dump in <application>pg_autovacuum</> when a
|
||||
table has been dropped</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="release-7-3-11">
|
||||
<title>Release 7.3.11</title>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user