1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

Minor incremental improvements to the release notes.

This commit is contained in:
Neil Conway 2006-09-24 18:47:56 +00:00
parent 1d0969041e
commit 2804442da6

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.453 2006/09/22 18:09:40 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.454 2006/09/24 18:47:56 neilc Exp $ -->
<!-- <!--
Typical markup: Typical markup:
@ -64,13 +64,14 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
New FILLFACTOR support for tables and indexes New <literal>FILLFACTOR</literal> support for tables and indexes
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Many query optimization improvements Many query optimization improvements, including support for
reordering outer joins
</para> </para>
</listitem> </listitem>
@ -94,8 +95,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Query enhancements including RETURNING values, multi-VALUES, Query enhancements including <literal>RETURNING</literal>
support, and self-joins for DELETE values, multi-<literal>VALUES</literal>, support, and
self-joins for <command>DELETE</command>
</para> </para>
</listitem> </listitem>
@ -107,13 +109,15 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Index creation without blocking INSERT/UPDATE/DELETE Index creation without blocking concurrent
<command>INSERT</>/<command>UPDATE</>/<command>DELETE</>
commands
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
COPY TO support for SELECT statements <command>COPY TO</command> support for <command>SELECT</command> statements
</para> </para>
</listitem> </listitem>
@ -697,14 +701,14 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Improve performance of statistics monitoring, especially Improve performance of statistics monitoring, especially
<literal>stats_command_string</> (Tom, Bruce) <varname>stats_command_string</> (Tom, Bruce)
</para> </para>
<para> <para>
This release sets <varname>stats_command_string</> to This release enables <varname>stats_command_string</> by
<literal>on</> by default, now that its overhead is minimal. default, now that its overhead is minimal. This means
This means <literal>pg_stat_activity</> now will show all <literal>pg_stat_activity</> will now show all active queries
active queries by default. by default.
</para> </para>
</listitem> </listitem>
@ -1116,10 +1120,9 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
This allow inheritance to be added and removed dynamically, This allow inheritance to be adjusted dynamically, rather than
rather than just at table creation and destruction. This just at table creation and destruction. This is very valuable
is very valuable for table partitioning using constraint for table partitioning using constraint exclusion.
exclusion.
</para> </para>
</listitem> </listitem>
@ -1306,8 +1309,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Interval computation improvements (Michael Glaesemann, Interval computation improvements (Michael Glaesemann, Bruce)
Bruce)
</para> </para>
</listitem> </listitem>
@ -1390,7 +1392,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Properly enforce <literal>DOMAIN</> check constraints Properly enforce domain <literal>CHECK</literal> constraints
everywhere (Neil, Tom) everywhere (Neil, Tom)
</para> </para>
@ -1893,7 +1895,9 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
Rtree has been re-implemented using <acronym>GIST</>. Rtree has been re-implemented using <acronym>GIST</>. Among
other differences, this means that rtree indexes now have
support for crash recovery via write-ahead logging (WAL).
</para> </para>
</listitem> </listitem>