1
1
<!--
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 $
3
3
-->
4
4
5
5
<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
10
10
11
11
<note>
12
12
<title>Release date</title>
13
- <simpara>2005-??-??, current as of 2004-11-21 </simpara>
13
+ <simpara>2005-01-19 </simpara>
14
14
</note>
15
15
16
16
<sect2>
@@ -646,6 +646,19 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp
646
646
</para>
647
647
</listitem>
648
648
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
+
649
662
</itemizedlist>
650
663
</sect3>
651
664
@@ -1729,6 +1742,15 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp
1729
1742
</para>
1730
1743
</listitem>
1731
1744
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
+
1732
1754
</itemizedlist>
1733
1755
</sect3>
1734
1756