Skip to content

Commit fbc48fa

Browse files
committed
Update HISTORY/release.sgml for 7.2.3.
1 parent 7c55390 commit fbc48fa

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

HISTORY

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,35 @@ Add /contrib/ltree data type for tree structures (Teodor Sigaev, Oleg Bartunov)
469469
Move /contrib/pg_controldata into main tree (Bruce)
470470
Fixes to /contrib/cube (Bruno Wolff)
471471
Improve /contrib/fulltextindex (Christopher)
472+
473+
474+
----------------------------------------------------------------------
475+
476+
Release 7.2.3
477+
478+
Release date: 2002-10-01
479+
480+
This has a variety of fixes from 7.2.2, including fixes to prevent
481+
possible data loss.
482+
483+
----------------------------------------------------------------------
484+
485+
Migration to version 7.2.3
486+
487+
A dump/restore is *not* required for those running 7.2.X.
488+
489+
----------------------------------------------------------------------
490+
491+
Changes
492+
493+
Prevent possible compressed transaction log loss (Tom)
494+
Prevent non-superuser from increasing most recent vacuum info (Tom)
495+
Handle pre-1970 date values in newer versions of glibc (Tom)
496+
Fix possible hang during server shutdown
497+
Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
498+
Fix pg_dump to properly dump FULL JOIN USING (Tom)
499+
500+
472501
----------------------------------------------------------------------
473502

474503
Release 7.2.2

doc/src/sgml/release.sgml

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.161 2002/09/24 23:37:42 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.162 2002/10/01 03:23:05 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -137,6 +137,46 @@ Regular expression function SUBSTRING() implemented per SQL99
137137
</sect1>
138138

139139

140+
<sect1 id="release-7-2-3">
141+
<title>Release 7.2.3</title>
142+
143+
<note>
144+
<title>Release date</title>
145+
<simpara>2002-10-01</simpara>
146+
</note>
147+
148+
<para>
149+
This has a variety of fixes from 7.2.2, including fixes to prevent
150+
possible data loss.
151+
</para>
152+
153+
154+
<sect2>
155+
<title>Migration to version 7.2.3</title>
156+
157+
<para>
158+
A dump/restore is <emphasis>not</emphasis> required for those running
159+
7.2.X.
160+
</para>
161+
</sect2>
162+
163+
<sect2>
164+
<title>Changes</title>
165+
166+
<para>
167+
<literallayout>
168+
Prevent possible compressed transaction log loss (Tom)
169+
Prevent non-superuser from increasing most recent vacuum info (Tom)
170+
Handle pre-1970 date values in newer versions of glibc (Tom)
171+
Fix possible hang during server shutdown
172+
Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
173+
Fix pg_dump to properly dump FULL JOIN USING (Tom)
174+
</literallayout>
175+
</para>
176+
</sect2>
177+
</sect1>
178+
179+
140180
<sect1 id="release-7-2-2">
141181
<title>Release 7.2.2</title>
142182

0 commit comments

Comments
 (0)