From: Bruce Momjian Date: Sat, 15 Jan 2005 05:59:44 +0000 (+0000) Subject: Update release notes for 8.0.0 final. Release date set as 2005-01-19! X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bc9fb5d624b4de85277d56e0fe6214b6c5e55f39;p=users%2Fbernd%2Fpostgres.git Update release notes for 8.0.0 final. Release date set as 2005-01-19! --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 70df21b433..0846da02a8 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -10,7 +10,7 @@ $PostgreSQL$ Release date - 2005-??-??, current as of 2004-11-21 + 2005-01-19 @@ -646,6 +646,19 @@ $PostgreSQL$ + + + 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$ + + + Allow PL/pgSQL to understand ELSEIF (Neil) + + + Previously PL/pgSQL only understood ELSIF. + + +