]> granicus.if.org Git - postgresql/commitdiff
Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1.
authorBruce Momjian <bruce@momjian.us>
Thu, 27 Aug 2009 01:27:24 +0000 (01:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 27 Aug 2009 01:27:24 +0000 (01:27 +0000)
doc/src/sgml/release-7.4.sgml
doc/src/sgml/release-8.0.sgml
doc/src/sgml/release-8.1.sgml
doc/src/sgml/release-8.2.sgml
doc/src/sgml/release-8.3.sgml
doc/src/sgml/release-old.sgml

index 44ec0fb8fe2cb57b5f6cccd3654d4fc039c5deac..009b145b4a3e033c50af99e819f3618bb75f1b9f 100644 (file)
@@ -1,6 +1,45 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-7.4.sgml,v 1.1.2.1 2009/05/02 20:17:33 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-7.4.sgml,v 1.1.2.2 2009/08/27 01:27:24 momjian Exp $ -->
 <!-- See header comment in release.sgml about typical markup -->
 
+ <sect1 id="release-7-4-26">
+  <title>Release 7.4.26</title>
+
+  <note>
+  <title>Release date</title>
+  <simpara>2009-09-09, AS OF 2009-08-26</simpara>
+  </note>
+
+  <para>
+   This release contains a variety of fixes from 7.4.25.
+   For information about new features in the 7.4 major release, see
+   <xref linkend="release-7-4">.
+  </para>
+
+  <sect2>
+   <title>Migration to Version 7.4.26</title>
+
+   <para>
+    A dump/restore is not required for those running 7.4.X.
+   </para>
+
+  </sect2>
+
+  <sect2>
+   <title>Changes</title>
+
+   <itemizedlist>
+
+    <listitem>
+     <para>
+      Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
+     </para>
+    </listitem>
+
+   </itemizedlist>
+
+  </sect2>
+ </sect1>
+
  <sect1 id="release-7-4-25">
   <title>Release 7.4.25</title>
 
index 72e74892fea8122c45a7db527ed10c13cc42661b..d9f50fd8c890dec69a9be1075839db6f1ca93a06 100644 (file)
@@ -1,6 +1,63 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.0.sgml,v 1.1.2.1 2009/05/02 20:17:33 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.0.sgml,v 1.1.2.2 2009/08/27 01:27:24 momjian Exp $ -->
 <!-- See header comment in release.sgml about typical markup -->
 
+ <sect1 id="release-8-0-22">
+  <title>Release 8.0.22</title>
+
+  <note>
+  <title>Release date</title>
+  <simpara>2009-09-09, AS OF 2009-08-26</simpara>
+  </note>
+
+  <para>
+   This release contains a variety of fixes from 8.0.21.
+   For information about new features in the 8.0 major release, see
+   <xref linkend="release-8-0">.
+  </para>
+
+  <sect2>
+   <title>Migration to Version 8.0.22</title>
+
+   <para>
+    A dump/restore is not required for those running 8.0.X.
+   </para>
+
+  </sect2>
+
+  <sect2>
+   <title>Changes</title>
+
+   <itemizedlist>
+
+    <listitem>
+     <para>
+      Treat <function>to_char(..., 'TH')</> as an uppercase ordinal
+      suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki)
+     </para>
+
+     <para>
+      It was previously handled as <literal>'th'</> (lowercase).
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Fix <filename>/contrib/xml2</> <function>xslt_process()</> to
+      properly handle the maximum number of parameters (twenty) (Tom)
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
+     </para>
+    </listitem>
+
+   </itemizedlist>
+
+  </sect2>
+ </sect1>
+
  <sect1 id="release-8-0-21">
   <title>Release 8.0.21</title>
 
index 5cfdcfa7c23a713c4705a5a11952c6ff986ba846..37cd0a5fec0c71aa4d4085b41b9ec3839924179d 100644 (file)
@@ -1,6 +1,63 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.1.sgml,v 1.1.2.1 2009/05/02 20:17:33 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.1.sgml,v 1.1.2.2 2009/08/27 01:27:24 momjian Exp $ -->
 <!-- See header comment in release.sgml about typical markup -->
 
+ <sect1 id="release-8-1-18">
+  <title>Release 8.1.18</title>
+
+  <note>
+  <title>Release date</title>
+  <simpara>2009-09-09, AS OF 2009-08-26</simpara>
+  </note>
+
+  <para>
+   This release contains a variety of fixes from 8.1.17.
+   For information about new features in the 8.1 major release, see
+   <xref linkend="release-8-1">.
+  </para>
+
+  <sect2>
+   <title>Migration to Version 8.1.18</title>
+
+   <para>
+    A dump/restore is not required for those running 8.1.X.
+   </para>
+
+  </sect2>
+
+  <sect2>
+   <title>Changes</title>
+
+   <itemizedlist>
+
+    <listitem>
+     <para>
+      Treat <function>to_char(..., 'TH')</> as an uppercase ordinal
+      suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki)
+     </para>
+
+     <para>
+      It was previously handled as <literal>'th'</> (lowercase).
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Fix <filename>/contrib/xml2</> <function>xslt_process()</> to
+      properly handle the maximum number of parameters (twenty) (Tom)
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
+     </para>
+    </listitem>
+
+   </itemizedlist>
+
+  </sect2>
+ </sect1>
+
  <sect1 id="release-8-1-17">
   <title>Release 8.1.17</title>
 
index 5fceeb7b89569f9064e12db41641d3fb4697b113..ac3360f9a7ed336a6ae0cf184b644c65a8ceaf42 100644 (file)
@@ -1,6 +1,63 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.2.sgml,v 1.1.2.1 2009/05/02 20:17:33 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.2.sgml,v 1.1.2.2 2009/08/27 01:27:24 momjian Exp $ -->
 <!-- See header comment in release.sgml about typical markup -->
 
+ <sect1 id="release-8-2-14">
+  <title>Release 8.2.14</title>
+
+  <note>
+  <title>Release date</title>
+  <simpara>2009-09-09, AS OF 2009-08-26</simpara>
+  </note>
+
+  <para>
+   This release contains a variety of fixes from 8.2.13.
+   For information about new features in the 8.2 major release, see
+   <xref linkend="release-8-2">.
+  </para>
+
+  <sect2>
+   <title>Migration to Version 8.2.14</title>
+
+   <para>
+    A dump/restore is not required for those running 8.2.X.
+   </para>
+
+  </sect2>
+
+  <sect2>
+   <title>Changes</title>
+
+   <itemizedlist>
+
+    <listitem>
+     <para>
+      Treat <function>to_char(..., 'TH')</> as an uppercase ordinal
+      suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki)
+     </para>
+
+     <para>
+      It was previously handled as <literal>'th'</> (lowercase).
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Fix <filename>/contrib/xml2</> <function>xslt_process()</> to
+      properly handle the maximum number of parameters (twenty) (Tom)
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
+     </para>
+    </listitem>
+
+   </itemizedlist>
+
+  </sect2>
+ </sect1>
+
  <sect1 id="release-8-2-13">
   <title>Release 8.2.13</title>
 
index cdda7d71cc3b3056958eaaf64a6f2ebbf3f52862..2a6737ea022736b64c6741262f1d152f50969570 100644 (file)
@@ -1,6 +1,82 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.3.sgml,v 1.1.2.1 2009/05/02 20:17:33 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.3.sgml,v 1.1.2.2 2009/08/27 01:27:24 momjian Exp $ -->
 <!-- See header comment in release.sgml about typical markup -->
 
+ <sect1 id="release-8-3-8">
+  <title>Release 8.3.8</title>
+
+  <note>
+  <title>Release date</title>
+  <simpara>2009-09-09, AS OF 2009-08-26</simpara>
+  </note>
+
+  <para>
+   This release contains a variety of fixes from 8.3.7.
+   For information about new features in the 8.3 major release, see
+   <xref linkend="release-8-3">.
+  </para>
+
+  <sect2>
+   <title>Migration to Version 8.3.8</title>
+
+   <para>
+    A dump/restore is not required for those running 8.3.X.
+   </para>
+
+  </sect2>
+
+  <sect2>
+   <title>Changes</title>
+
+   <itemizedlist>
+
+    <listitem>
+     <para>
+      Treat <function>to_char(..., 'TH')</> as an uppercase ordinal
+      suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki)
+     </para>
+
+     <para>
+      It was previously handled as <literal>'th'</> (lowercase).
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Fix <filename>/contrib/xml2</> <function>xslt_process()</> to
+      properly handle the maximum number of parameters (twenty) (Tom)
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Fix case where <application>pg_ctl</> fast shutdown was not
+      working if <application>pg_ctl</> smart shutdown was already in
+      progress (Fujii Masao)
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Fix problem where Win32 shared memory allocation sometimes failed on
+      startup (Tsutomu Yamada, Magnus)
+     </para>
+
+     <para>
+      This bug caused some Win32 backends to randomly not start.
+     </para>
+    </listitem>
+
+   </itemizedlist>
+
+  </sect2>
+ </sect1>
+
  <sect1 id="release-8-3-7">
   <title>Release 8.3.7</title>
 
index 0f897c1b3661798daf1c5a94dfe4a87b6b5b63b2..c225a231d8e0d44cffcf320c1f52dab3cdccf9b6 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-old.sgml,v 1.1.2.1 2009/05/02 20:17:33 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-old.sgml,v 1.1.2.2 2009/08/27 01:27:24 momjian Exp $ -->
 <!-- See header comment in release.sgml about typical markup -->
 
  <sect1 id="release-7-3-21">