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 $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -43,9 +43,31 @@ For new features, add links to the documentation sections.
43
43
44
44
<listitem>
45
45
<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
49
71
</para>
50
72
</listitem>
51
73
@@ -425,7 +447,7 @@ For new features, add links to the documentation sections.
425
447
</para>
426
448
427
449
<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,
429
451
allowing improved performance as the database grows. This
430
452
is particularly valuable to maintain <command>CLUSTER</>ing.
431
453
</para>
You can’t perform that action at this time.
0 commit comments