Update release notes for 8.0.0 final. Release date set as 2005-01-19!
authorBruce Momjian <[email protected]>
Sat, 15 Jan 2005 05:59:44 +0000 (05:59 +0000)
committerBruce Momjian <[email protected]>
Sat, 15 Jan 2005 05:59:44 +0000 (05:59 +0000)
doc/src/sgml/release.sgml

index 70df21b433d615ffa783cdfd7872cf9f2e89f254..0846da02a8b29eff2778d484be1d60ff5eb6a05b 100644 (file)
@@ -10,7 +10,7 @@ $PostgreSQL$
 
   <note>
    <title>Release date</title>
-   <simpara>2005-??-??, current as of 2004-11-21</simpara>
+   <simpara>2005-01-19</simpara>
   </note>
 
   <sect2>
@@ -646,6 +646,19 @@ $PostgreSQL$
      </para>
     </listitem>
 
+    <listitem>
+     <para>
+      Improve optimizer row estimates for non-<command>VACUUM</command>ed
+      tables (Tom)
+     </para>
+     <para>
+      The system now uses the number of blocks in the table to estimate the 
+      number of rows in the table if it has never been 
+      <command>VACUUM</command>ed or <command>ANALYZE</command>d.  
+      Previously a fixed value was used in such cases.
+     </para>
+    </listitem>
+
    </itemizedlist>
   </sect3>
 
@@ -1729,6 +1742,15 @@ $PostgreSQL$
      </para>
     </listitem>
 
+    <listitem>
+     <para>
+      Allow PL/pgSQL to understand <command>ELSEIF</> (Neil)
+     </para>
+     <para>
+      Previously PL/pgSQL only understood <command>ELSIF</>.
+     </para>
+    </listitem>
+
    </itemizedlist>
   </sect3>