File tree Expand file tree Collapse file tree 2 files changed +70
-1
lines changed Expand file tree Collapse file tree 2 files changed +70
-1
lines changed Original file line number Diff line number Diff line change @@ -469,6 +469,35 @@ Add /contrib/ltree data type for tree structures (Teodor Sigaev, Oleg Bartunov)
469
469
Move /contrib/pg_controldata into main tree (Bruce)
470
470
Fixes to /contrib/cube (Bruno Wolff)
471
471
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
+
472
501
----------------------------------------------------------------------
473
502
474
503
Release 7.2.2
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -137,6 +137,46 @@ Regular expression function SUBSTRING() implemented per SQL99
137
137
</sect1>
138
138
139
139
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
+
140
180
<sect1 id="release-7-2-2">
141
181
<title>Release 7.2.2</title>
142
182
You can’t perform that action at this time.
0 commit comments