From: Bruce Momjian <bruce@momjian.us> 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-Tag: REL8_0_0~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67c1fd1efd3bb4ca4b1ba14b8797ce8a4575b8df;p=postgresql 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 c335497c57..0be3671931 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.319 2005/01/15 05:59:44 momjian Exp $ --> <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 <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: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp </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: pgsql/doc/src/sgml/release.sgml,v 1.318 2005/01/06 18:29:07 tgl Exp </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>