File tree Expand file tree Collapse file tree 1 file changed +27
-5
lines changed
Expand file tree Collapse file tree 1 file changed +27
-5
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.448 2006/09/22 01:39:33 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.449 2006/09/22 01:52:27 momjian Exp $ -->
22<!--
33
44Typical markup:
@@ -43,9 +43,31 @@ For new features, add links to the documentation sections.
4343
4444 <listitem>
4545 <para>
46- Improved sort performance, memory usage,
47- locking/concurency, FILLFACTOR support, query
48- optimization, and vacuuming
46+ Improved sort performance with lower memory usage
47+ </para>
48+ </listitem>
49+
50+ <listitem>
51+ <para>
52+ More efficient locking with better concurency
53+ </para>
54+ </listitem>
55+
56+ <listitem>
57+ <para>
58+ New FILLFACTOR support for tables and indexes
59+ </para>
60+ </listitem>
61+
62+ <listitem>
63+ <para>
64+ Many query optimization improvements
65+ </para>
66+ </listitem>
67+
68+ <listitem>
69+ <para>
70+ More efficient vacuuming
4971 </para>
5072 </listitem>
5173
@@ -425,7 +447,7 @@ For new features, add links to the documentation sections.
425447 </para>
426448
427449 <para>
428- This adds extra free space to each heap or index page,
450+ This adds extra free space to each table or index page,
429451 allowing improved performance as the database grows. This
430452 is particularly valuable to maintain <command>CLUSTER</>ing.
431453 </para>
You can’t perform that action at this time.
0 commit comments