mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Update HISTORY/release.sgml for 7.2.3.
This commit is contained in:
28
HISTORY
28
HISTORY
@@ -1,5 +1,33 @@
|
|||||||
Release Notes
|
Release Notes
|
||||||
|
|
||||||
|
|
||||||
|
Release 7.2.3
|
||||||
|
|
||||||
|
Release date: 2002-10-01
|
||||||
|
|
||||||
|
This has a variety of fixes from 7.2.2, including fixes to prevent
|
||||||
|
possible data loss.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Migration to version 7.2.3
|
||||||
|
|
||||||
|
A dump/restore is *not* required for those running 7.2.X.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
|
||||||
|
Prevent possible compressed transaction log loss (Tom)
|
||||||
|
Prevent non-superuser from increasing most recent vacuum info (Tom)
|
||||||
|
Handle pre-1970 date values in newer versions of glibc (Tom)
|
||||||
|
Fix possible hang during server shutdown
|
||||||
|
Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
|
||||||
|
Fix pg_dump to properly dump FULL JOIN USING (Tom)
|
||||||
|
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Release 7.2.2
|
Release 7.2.2
|
||||||
|
|
||||||
Release date: 2002-08-23
|
Release date: 2002-08-23
|
||||||
|
@@ -1,10 +1,50 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.6 2002/08/22 23:26:26 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.7 2002/10/01 03:24:17 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="release">
|
<appendix id="release">
|
||||||
<title>Release Notes</title>
|
<title>Release Notes</title>
|
||||||
|
|
||||||
|
<sect1 id="release-7-2-3">
|
||||||
|
<title>Release 7.2.3</title>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<title>Release date</title>
|
||||||
|
<simpara>2002-10-01</simpara>
|
||||||
|
</note>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This has a variety of fixes from 7.2.2, including fixes to prevent
|
||||||
|
possible data loss.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<sect2>
|
||||||
|
<title>Migration to version 7.2.3</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
A dump/restore is <emphasis>not</emphasis> required for those running
|
||||||
|
7.2.X.
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2>
|
||||||
|
<title>Changes</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<literallayout>
|
||||||
|
Prevent possible compressed transaction log loss (Tom)
|
||||||
|
Prevent non-superuser from increasing most recent vacuum info (Tom)
|
||||||
|
Handle pre-1970 date values in newer versions of glibc (Tom)
|
||||||
|
Fix possible hang during server shutdown
|
||||||
|
Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
|
||||||
|
Fix pg_dump to properly dump FULL JOIN USING (Tom)
|
||||||
|
</literallayout>
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="release-7-2-2">
|
<sect1 id="release-7-2-2">
|
||||||
<title>Release 7.2.2</title>
|
<title>Release 7.2.2</title>
|
||||||
|
|
||||||
@@ -14,7 +54,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.6 2002/08/22 23:26:2
|
|||||||
</note>
|
</note>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This has a variety of fixes from 7.2.1.
|
This has a variety of fixes from 7.2.1, including the security
|
||||||
|
problems reported on BUGTRAQ.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user