1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.453 2006/09/22 18:09:40 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.454 2006/09/24 18:47:56 neilc Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -64,13 +64,14 @@ For new features, add links to the documentation sections.
64
64
65
65
<listitem>
66
66
<para>
67
- New FILLFACTOR support for tables and indexes
67
+ New <literal> FILLFACTOR</literal> support for tables and indexes
68
68
</para>
69
69
</listitem>
70
70
71
71
<listitem>
72
72
<para>
73
- Many query optimization improvements
73
+ Many query optimization improvements, including support for
74
+ reordering outer joins
74
75
</para>
75
76
</listitem>
76
77
@@ -94,8 +95,9 @@ For new features, add links to the documentation sections.
94
95
95
96
<listitem>
96
97
<para>
97
- Query enhancements including RETURNING values, multi-VALUES,
98
- support, and self-joins for DELETE
98
+ Query enhancements including <literal>RETURNING</literal>
99
+ values, multi-<literal>VALUES</literal>, support, and
100
+ self-joins for <command>DELETE</command>
99
101
</para>
100
102
</listitem>
101
103
@@ -107,13 +109,15 @@ For new features, add links to the documentation sections.
107
109
108
110
<listitem>
109
111
<para>
110
- Index creation without blocking INSERT/UPDATE/DELETE
112
+ Index creation without blocking concurrent
113
+ <command>INSERT</>/<command>UPDATE</>/<command>DELETE</>
114
+ commands
111
115
</para>
112
116
</listitem>
113
117
114
118
<listitem>
115
119
<para>
116
- COPY TO support for SELECT statements
120
+ <command> COPY TO</command> support for <command> SELECT</command> statements
117
121
</para>
118
122
</listitem>
119
123
@@ -697,14 +701,14 @@ For new features, add links to the documentation sections.
697
701
<listitem>
698
702
<para>
699
703
Improve performance of statistics monitoring, especially
700
- <literal >stats_command_string</> (Tom, Bruce)
704
+ <varname >stats_command_string</> (Tom, Bruce)
701
705
</para>
702
706
703
707
<para>
704
- This release sets <varname>stats_command_string</> to
705
- <literal>on</> by default, now that its overhead is minimal.
706
- This means <literal>pg_stat_activity</> now will show all
707
- active queries by default.
708
+ This release enables <varname>stats_command_string</> by
709
+ default, now that its overhead is minimal. This means
710
+ <literal>pg_stat_activity</> will now show all active queries
711
+ by default.
708
712
</para>
709
713
</listitem>
710
714
@@ -1116,10 +1120,9 @@ For new features, add links to the documentation sections.
1116
1120
</para>
1117
1121
1118
1122
<para>
1119
- This allow inheritance to be added and removed dynamically,
1120
- rather than just at table creation and destruction. This
1121
- is very valuable for table partitioning using constraint
1122
- exclusion.
1123
+ This allow inheritance to be adjusted dynamically, rather than
1124
+ just at table creation and destruction. This is very valuable
1125
+ for table partitioning using constraint exclusion.
1123
1126
</para>
1124
1127
</listitem>
1125
1128
@@ -1306,8 +1309,7 @@ For new features, add links to the documentation sections.
1306
1309
1307
1310
<listitem>
1308
1311
<para>
1309
- Interval computation improvements (Michael Glaesemann,
1310
- Bruce)
1312
+ Interval computation improvements (Michael Glaesemann, Bruce)
1311
1313
</para>
1312
1314
</listitem>
1313
1315
@@ -1390,7 +1392,7 @@ For new features, add links to the documentation sections.
1390
1392
1391
1393
<listitem>
1392
1394
<para>
1393
- Properly enforce <literal>DOMAIN</> check constraints
1395
+ Properly enforce domain <literal>CHECK</literal> constraints
1394
1396
everywhere (Neil, Tom)
1395
1397
</para>
1396
1398
@@ -1893,7 +1895,9 @@ For new features, add links to the documentation sections.
1893
1895
</para>
1894
1896
1895
1897
<para>
1896
- Rtree has been re-implemented using <acronym>GIST</>.
1898
+ Rtree has been re-implemented using <acronym>GIST</>. Among
1899
+ other differences, this means that rtree indexes now have
1900
+ support for crash recovery via write-ahead logging (WAL).
1897
1901
</para>
1898
1902
</listitem>
1899
1903
0 commit comments