summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorBruce Momjian2007-02-07 04:22:44 +0000
committerBruce Momjian2007-02-07 04:22:44 +0000
commitcf230f2299916ab6f8c9627f9983b2bf084d8066 (patch)
tree011c98f884fd310efd8f2ad0dabdf03085fc60e0 /doc/src/sgml
parentced5269a8b1a813c4c0cd2de1b71177b0121488b (diff)
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
Diffstat (limited to 'doc/src/sgml')
-rw-r--r--doc/src/sgml/release.sgml126
1 files changed, 125 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 0374a35809d..a8b84183c3d 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.497 2007/02/02 00:10:23 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.498 2007/02/07 04:22:44 momjian Exp $ -->
<!--
Typical markup:
@@ -35,6 +35,50 @@ do it for earlier branch release files.
<appendix id="release">
<title>Release Notes</title>
+ <sect1 id="release-8-2-3">
+ <title>Release 8.2.3</title>
+
+ <note>
+ <title>Release date</title>
+ <simpara>2007-02-07</simpara>
+ </note>
+
+ <para>
+ This release contains two fixes from 8.2.2.
+ </para>
+
+ <sect2>
+ <title>Migration to version 8.2.3</title>
+
+ <para>
+ A dump/restore is not required for those running 8.2.X.
+ </para>
+
+ </sect2>
+
+ <sect2>
+ <title>Changes</title>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Remove overly-restrictive check for type length in constraints and
+ functional indexes(Tom)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Fix optimization so MIN/MAX in subqueries can again use indexes (Tom)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </sect2>
+ </sect1>
+
<sect1 id="release-8-2-2">
<title>Release 8.2.2</title>
@@ -2880,6 +2924,46 @@ do it for earlier branch release files.
</sect2>
</sect1>
+ <sect1 id="release-8-1-8">
+ <title>Release 8.1.8</title>
+
+ <note>
+ <title>Release date</title>
+ <simpara>2007-02-07</simpara>
+ </note>
+
+ <para>
+ This release contains one fix from 8.1.7.
+ </para>
+
+ <sect2>
+ <title>Migration to version 8.1.8</title>
+
+ <para>
+ A dump/restore is not required for those running 8.1.X.
+ However, if you are upgrading from a version earlier than 8.1.2,
+ see the release notes for 8.1.2.
+ </para>
+
+ </sect2>
+
+ <sect2>
+ <title>Changes</title>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Remove overly-restrictive check for type length in constraints and
+ functional indexes(Tom)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </sect2>
+ </sect1>
+
<sect1 id="release-8-1-7">
<title>Release 8.1.7</title>
@@ -5790,6 +5874,46 @@ psql -t -f fixseq.sql db1 | psql -e db1
</sect2>
</sect1>
+ <sect1 id="release-8-0-12">
+ <title>Release 8.0.12</title>
+
+ <note>
+ <title>Release date</title>
+ <simpara>2007-02-07</simpara>
+ </note>
+
+ <para>
+ This release contains one fix from 8.0.11.
+ </para>
+
+ <sect2>
+ <title>Migration to version 8.0.12</title>
+
+ <para>
+ A dump/restore is not required for those running 8.0.X. However,
+ if you are upgrading from a version earlier than 8.0.6, see the release
+ notes for 8.0.6.
+ </para>
+
+ </sect2>
+
+ <sect2>
+ <title>Changes</title>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Remove overly-restrictive check for type length in constraints and
+ functional indexes(Tom)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </sect2>
+ </sect1>
+
<sect1 id="release-8-0-11">
<title>Release 8.0.11</title>