Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cf230f2

Browse files
committed
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
1 parent ced5269 commit cf230f2

File tree

1 file changed

+125
-1
lines changed

1 file changed

+125
-1
lines changed

doc/src/sgml/release.sgml

Lines changed: 125 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.497 2007/02/02 00:10:23 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.498 2007/02/07 04:22:44 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -35,6 +35,50 @@ do it for earlier branch release files.
3535
<appendix id="release">
3636
<title>Release Notes</title>
3737

38+
<sect1 id="release-8-2-3">
39+
<title>Release 8.2.3</title>
40+
41+
<note>
42+
<title>Release date</title>
43+
<simpara>2007-02-07</simpara>
44+
</note>
45+
46+
<para>
47+
This release contains two fixes from 8.2.2.
48+
</para>
49+
50+
<sect2>
51+
<title>Migration to version 8.2.3</title>
52+
53+
<para>
54+
A dump/restore is not required for those running 8.2.X.
55+
</para>
56+
57+
</sect2>
58+
59+
<sect2>
60+
<title>Changes</title>
61+
62+
<itemizedlist>
63+
64+
<listitem>
65+
<para>
66+
Remove overly-restrictive check for type length in constraints and
67+
functional indexes(Tom)
68+
</para>
69+
</listitem>
70+
71+
<listitem>
72+
<para>
73+
Fix optimization so MIN/MAX in subqueries can again use indexes (Tom)
74+
</para>
75+
</listitem>
76+
77+
</itemizedlist>
78+
79+
</sect2>
80+
</sect1>
81+
3882
<sect1 id="release-8-2-2">
3983
<title>Release 8.2.2</title>
4084

@@ -2880,6 +2924,46 @@ do it for earlier branch release files.
28802924
</sect2>
28812925
</sect1>
28822926

2927+
<sect1 id="release-8-1-8">
2928+
<title>Release 8.1.8</title>
2929+
2930+
<note>
2931+
<title>Release date</title>
2932+
<simpara>2007-02-07</simpara>
2933+
</note>
2934+
2935+
<para>
2936+
This release contains one fix from 8.1.7.
2937+
</para>
2938+
2939+
<sect2>
2940+
<title>Migration to version 8.1.8</title>
2941+
2942+
<para>
2943+
A dump/restore is not required for those running 8.1.X.
2944+
However, if you are upgrading from a version earlier than 8.1.2,
2945+
see the release notes for 8.1.2.
2946+
</para>
2947+
2948+
</sect2>
2949+
2950+
<sect2>
2951+
<title>Changes</title>
2952+
2953+
<itemizedlist>
2954+
2955+
<listitem>
2956+
<para>
2957+
Remove overly-restrictive check for type length in constraints and
2958+
functional indexes(Tom)
2959+
</para>
2960+
</listitem>
2961+
2962+
</itemizedlist>
2963+
2964+
</sect2>
2965+
</sect1>
2966+
28832967
<sect1 id="release-8-1-7">
28842968
<title>Release 8.1.7</title>
28852969

@@ -5790,6 +5874,46 @@ psql -t -f fixseq.sql db1 | psql -e db1
57905874
</sect2>
57915875
</sect1>
57925876

5877+
<sect1 id="release-8-0-12">
5878+
<title>Release 8.0.12</title>
5879+
5880+
<note>
5881+
<title>Release date</title>
5882+
<simpara>2007-02-07</simpara>
5883+
</note>
5884+
5885+
<para>
5886+
This release contains one fix from 8.0.11.
5887+
</para>
5888+
5889+
<sect2>
5890+
<title>Migration to version 8.0.12</title>
5891+
5892+
<para>
5893+
A dump/restore is not required for those running 8.0.X. However,
5894+
if you are upgrading from a version earlier than 8.0.6, see the release
5895+
notes for 8.0.6.
5896+
</para>
5897+
5898+
</sect2>
5899+
5900+
<sect2>
5901+
<title>Changes</title>
5902+
5903+
<itemizedlist>
5904+
5905+
<listitem>
5906+
<para>
5907+
Remove overly-restrictive check for type length in constraints and
5908+
functional indexes(Tom)
5909+
</para>
5910+
</listitem>
5911+
5912+
</itemizedlist>
5913+
5914+
</sect2>
5915+
</sect1>
5916+
57935917
<sect1 id="release-8-0-11">
57945918
<title>Release 8.0.11</title>
57955919

0 commit comments

Comments
 (0)