Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit67c1fd1

Browse files
committed
Update release notes for 8.0.0 final. Release date set as 2005-01-19!
1 parent299ae43 commit67c1fd1

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp