11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.319 2005/01/15 05:59:44 momjian Exp $
33-->
44
55<appendix id="release">
@@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp
1010
1111 <note>
1212 <title>Release date</title>
13- <simpara>2005-??-??, current as of 2004-11-21 </simpara>
13+ <simpara>2005-01-19 </simpara>
1414 </note>
1515
1616 <sect2>
@@ -646,6 +646,19 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp
646646 </para>
647647 </listitem>
648648
649+ <listitem>
650+ <para>
651+ Improve optimizer row estimates for non-<command>VACUUM</command>ed
652+ tables (Tom)
653+ </para>
654+ <para>
655+ The system now uses the number of blocks in the table to estimate the
656+ number of rows in the table if it has never been
657+ <command>VACUUM</command>ed or <command>ANALYZE</command>d.
658+ Previously a fixed value was used in such cases.
659+ </para>
660+ </listitem>
661+
649662 </itemizedlist>
650663 </sect3>
651664
@@ -1729,6 +1742,15 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp
17291742 </para>
17301743 </listitem>
17311744
1745+ <listitem>
1746+ <para>
1747+ Allow PL/pgSQL to understand <command>ELSEIF</> (Neil)
1748+ </para>
1749+ <para>
1750+ Previously PL/pgSQL only understood <command>ELSIF</>.
1751+ </para>
1752+ </listitem>
1753+
17321754 </itemizedlist>
17331755 </sect3>
17341756