1- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.435 2006/09/1821:45:10 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.436 2006/09/1822:43:16 momjian Exp $ -->
22<!--
33
44Typical markup:
@@ -85,9 +85,9 @@ For new features, add links to the documentation sections.
8585 <title>Additional Changes</title>
8686
8787 <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.
9191 </para>
9292
9393 <sect3>
@@ -230,7 +230,15 @@ For new features, add links to the documentation sections.
230230
231231 <listitem>
232232 <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.
234242 </para>
235243 </listitem>
236244
@@ -319,17 +327,6 @@ For new features, add links to the documentation sections.
319327 </para>
320328 </listitem>
321329
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-
333330 <listitem>
334331 <para>
335332 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.
587584 </para>
588585
589586 <para>
590- Theold behavior isstill 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+ Thenew behavior issubstantially 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>.* </>.
593590 </para>
594591 </listitem>
595592
@@ -799,7 +796,7 @@ For new features, add links to the documentation sections.
799796
800797 <listitem>
801798 <para>
802- Allow placeholder (shell) types to becreate (Martijn van Oosterhout)
799+ Allow placeholder (shell) types to becreated (Martijn van Oosterhout)
803800 </para>
804801
805802 <para>
@@ -904,12 +901,6 @@ For new features, add links to the documentation sections.
904901 </para>
905902 </listitem>
906903
907- <listitem>
908- <para>
909- Remove dead index entries during btree page split (Junji Teramoto)
910- </para>
911- </listitem>
912-
913904 <listitem>
914905 <para>
915906 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.
919910
920911 <listitem>
921912 <para>
922- Avoid extra scan oftable during <command>VACUUM</> of index-less table (Greg Stark)
913+ Avoid extra scan oftables during <command>VACUUM</> of index-less table (Greg Stark)
923914 </para>
924915 </listitem>
925916
926917 <listitem>
927918 <para>
928- Add option to allow indexes to be createdindexes without blocking
919+ Add option to allow indexes to be created without blocking
929920 concurrent writes to the table (Greg Stark)
930921 </para>
931922
@@ -1549,7 +1540,7 @@ Tom)
15491540 </para>
15501541
15511542 <para>
1552- Rtree has been re implemented using <acronym>GIST</>.
1543+ Rtree has been re- implemented using <acronym>GIST</>.
15531544 </para>
15541545 </listitem>
15551546