diff options
author | Bruce Momjian | 2006-02-12 18:23:22 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-02-12 18:23:22 +0000 |
commit | dd56158eef842b97dfdc85403a3c7f46e2ab2b73 (patch) | |
tree | 507108a57b8916a55d68474e74dd58dc4e842dcf /doc/src | |
parent | 7da4e7ac6a0680210a2df8b711d8c765d2014e06 (diff) |
Update release notes for 2006-02-14 release
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 80 |
1 files changed, 79 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 1dfed85090a..547ff453be3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,56 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.39 2006/01/06 03:00:34 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.40 2006/02/12 18:23:22 momjian Exp $ --> <appendix id="release"> <title>Release Notes</title> + <sect1 id="release-7-4-12"> + <title>Release 7.4.12</title> + + <note> + <title>Release date</title> + <simpara>2006-02-14</simpara> + </note> + + <para> + This release contains a variety of fixes from 7.4.11. + </para> + + <sect2> + <title>Migration to version 7.4.12</title> + + <para> + A dump/restore is not required for those running 7.4.X. + </para> + </sect2> + + <sect2> + <title>Changes</title> + +<itemizedlist> + +<listitem><para>Fixes for relation cache management and WAL file creation +(Tom)</para></listitem> + +<listitem><para>Fix rare bug with row visibility logic in self-inserted +rows (Tom)</para></listitem> + +<listitem><para>Properly check <literal>DOMAIN</> constraints for +<literal>UNKNOWN</> parameters in prepared statements +(Neil)</para></listitem> + +<listitem><para>Fix <literal>CREATE OPERATOR</> dumps that have +cross-schema definitions (Tom)</para></listitem> + +<listitem><para>Portability fix for <function>finite</> and +<function>isinf</> (Tom)</para></listitem> + +</itemizedlist> + + </sect2> + </sect1> + <sect1 id="release-7-4-11"> <title>Release 7.4.11</title> @@ -2753,6 +2799,38 @@ DROP SCHEMA information_schema CASCADE; </sect2> </sect1> + <sect1 id="release-7-3-14"> + <title>Release 7.3.14</title> + + <note> + <title>Release date</title> + <simpara>2006-02-14</simpara> + </note> + + <para> + This release contains a variety of fixes from 7.3.13. + </para> + + <sect2> + <title>Migration to version 7.3.14</title> + + <para> + A dump/restore is not required for those running 7.3.X. + </para> + </sect2> + + <sect2> + <title>Changes</title> + +<itemizedlist> + +<listitem><para>PLACE HOLDER</para></listitem> + +</itemizedlist> + + </sect2> + </sect1> + <sect1 id="release-7-3-13"> <title>Release 7.3.13</title> |