diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index c335497c57..0be3671931 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp Release date - 2005-??-??, current as of 2004-11-21 + 2005-01-19 @@ -646,6 +646,19 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp + + + Improve optimizer row estimates for non-VACUUMed + tables (Tom) + + + 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 + VACUUMed or ANALYZEd. + Previously a fixed value was used in such cases. + + + @@ -1729,6 +1742,15 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp + + + Allow PL/pgSQL to understand ELSEIF (Neil) + + + Previously PL/pgSQL only understood ELSIF. + + +