1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.435 2006/09/18 21:45:10 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.436 2006/09/18 22:43:16 momjian Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -85,9 +85,9 @@ For new features, add links to the documentation sections.
85
85
<title>Additional Changes</title>
86
86
87
87
<para>
88
- Below you will find a detailed account of the additional changes
89
- between <productname>PostgreSQL</productname> 8.2 and the
90
- previous major release.
88
+ Below you will find a detailed account of the additional
89
+ changes between <productname>PostgreSQL</productname> 8.2 and
90
+ the previous major release.
91
91
</para>
92
92
93
93
<sect3>
@@ -230,7 +230,15 @@ For new features, add links to the documentation sections.
230
230
231
231
<listitem>
232
232
<para>
233
- Improve performance of statistics monitoring, especially <literal>pg_stat_activity</> (Tom)
233
+ Improve performance of statistics monitoring, especially
234
+ <literal>stats_command_string</> (Tom, Bruce)
235
+ </para>
236
+
237
+ <para>
238
+ This release sets <envar>stats_command_string</> to
239
+ <literal>on</> by default, now that its overhead is minimal.
240
+ This means <literal>pg_stat_activity</> now will show all
241
+ active queries by default.
234
242
</para>
235
243
</listitem>
236
244
@@ -319,17 +327,6 @@ For new features, add links to the documentation sections.
319
327
</para>
320
328
</listitem>
321
329
322
- <listitem>
323
- <para>
324
- Default <envar>stats_command_string</> to <literal>on</>, now that its overhead is minimal
325
- (Bruce)
326
- </para>
327
-
328
- <para>
329
- This means <literal>pg_stat_activity</> now will show all active queries by default.
330
- </para>
331
- </listitem>
332
-
333
330
<listitem>
334
331
<para>
335
332
Add <acronym>GUC</> <envar>update_process_title</> to control whether the <application>ps</> display is
@@ -587,9 +584,9 @@ For new features, add links to the documentation sections.
587
584
</para>
588
585
589
586
<para>
590
- The old behavior is still available by omitting <literal>.*</>. The new behavior is
591
- substantially more useful since it allows, for example, triggers to check
592
- for data changes with <literal>if row(new.*) IS DISTINCT FROM row(old.*) </>.
587
+ The new behavior is substantially more useful since it allows, for example,
588
+ triggers to check for data changes with <literal>IF row(new.*) IS DISTINCT FROM row(old.*)</>.
589
+ The old behavior is still available by omitting <literal>.* </>.
593
590
</para>
594
591
</listitem>
595
592
@@ -799,7 +796,7 @@ For new features, add links to the documentation sections.
799
796
800
797
<listitem>
801
798
<para>
802
- Allow placeholder (shell) types to be create (Martijn van Oosterhout)
799
+ Allow placeholder (shell) types to be created (Martijn van Oosterhout)
803
800
</para>
804
801
805
802
<para>
@@ -904,12 +901,6 @@ For new features, add links to the documentation sections.
904
901
</para>
905
902
</listitem>
906
903
907
- <listitem>
908
- <para>
909
- Remove dead index entries during btree page split (Junji Teramoto)
910
- </para>
911
- </listitem>
912
-
913
904
<listitem>
914
905
<para>
915
906
Allow <command>VACUUM</> to expire rows without being affected by other concurrent
@@ -919,13 +910,13 @@ For new features, add links to the documentation sections.
919
910
920
911
<listitem>
921
912
<para>
922
- Avoid extra scan of table during <command>VACUUM</> of index-less table (Greg Stark)
913
+ Avoid extra scan of tables during <command>VACUUM</> of index-less table (Greg Stark)
923
914
</para>
924
915
</listitem>
925
916
926
917
<listitem>
927
918
<para>
928
- Add option to allow indexes to be created indexes without blocking
919
+ Add option to allow indexes to be created without blocking
929
920
concurrent writes to the table (Greg Stark)
930
921
</para>
931
922
@@ -1549,7 +1540,7 @@ Tom)
1549
1540
</para>
1550
1541
1551
1542
<para>
1552
- Rtree has been re implemented using <acronym>GIST</>.
1543
+ Rtree has been re- implemented using <acronym>GIST</>.
1553
1544
</para>
1554
1545
</listitem>
1555
1546
0 commit comments