Commit decff24f authored by Bruce Momjian's avatar Bruce Momjian

More release wording adjustments.

parent 52c51a45
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.525 2007/10/18 16:47:58 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.526 2007/10/18 23:05:06 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
...@@ -66,8 +66,8 @@ do it for earlier branch release files. ...@@ -66,8 +66,8 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Support for the SQL/XML standard, including new operators and a Support for the SQL/XML standard, including new operators and
new <type>XML</type> builtin type an <type>XML</type> data type
</para> </para>
</listitem> </listitem>
...@@ -79,8 +79,7 @@ do it for earlier branch release files. ...@@ -79,8 +79,7 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Universally Unique Identifier (<type>UUID</>) data type, similar Universally Unique Identifier (<type>UUID</>) data type
to that defined by RFC 4122
</para> </para>
</listitem> </listitem>
...@@ -171,28 +170,27 @@ do it for earlier branch release files. ...@@ -171,28 +170,27 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
<quote>Distributed</> checkpoints prevent I/O spikes during Distributed checkpoints prevent I/O spikes during checkpoints
checkpoints
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Heap-Only Tuples (<acronym>HOT</>) improves <command>UPDATE</> Heap-Only Tuples (<acronym>HOT</>) accelerate <command>UPDATE</>
space usage space reuse
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Just-in-time background writer strategy to improve disk write Just-in-time background writer strategy improves disk write
efficiency efficiency
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Reduction of both per-field and per-row storage requirements Reduction of per-field and per-row storage requirements
</para> </para>
</listitem> </listitem>
...@@ -218,7 +216,8 @@ do it for earlier branch release files. ...@@ -218,7 +216,8 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Use pseudo-transaction ids in read-only transactions Reduce need for vacuum by using pseudo-transaction ids in
read-only transactions
</para> </para>
</listitem> </listitem>
...@@ -507,7 +506,7 @@ do it for earlier branch release files. ...@@ -507,7 +506,7 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
<quote>Distributed</> checkpoints prevent I/O spikes during Distributed checkpoints prevent I/O spikes during
checkpoints (Itagaki Takahiro and Heikki Linnakangas) checkpoints (Itagaki Takahiro and Heikki Linnakangas)
</para> </para>
...@@ -522,8 +521,8 @@ do it for earlier branch release files. ...@@ -522,8 +521,8 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Heap-Only Tuples (<acronym>HOT</>) improves <command>UPDATE</> Heap-Only Tuples (<acronym>HOT</>) accelerate <command>UPDATE</>
space usage (Pavan Deolasee, with ideas from many others) space reuse (Pavan Deolasee, with ideas from many others)
</para> </para>
<para> <para>
...@@ -540,7 +539,7 @@ do it for earlier branch release files. ...@@ -540,7 +539,7 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Just-in-time background writer strategy to improve disk write Just-in-time background writer strategy improves disk write
efficiency (Greg Smith, Itagaki Takahiro) efficiency (Greg Smith, Itagaki Takahiro)
</para> </para>
...@@ -551,8 +550,8 @@ do it for earlier branch release files. ...@@ -551,8 +550,8 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Reduction of both per-field and per-row storage requirements Reduction of per-field and per-row storage requirements (Greg
(Greg Stark) Stark)
</para> </para>
<para> <para>
...@@ -565,21 +564,23 @@ do it for earlier branch release files. ...@@ -565,21 +564,23 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Use pseudo-transaction ids in read-only transactions (Florian Pflug) Reduce need for vacuum by using pseudo-transaction ids in
read-only transactions (Florian Pflug)
</para> </para>
<para> <para>
This reduces transaction overhead for read-only transactions, Pseudo-transaction ids do not increment the global transaction
and reduces the necessity of vacuuming for transaction id counter. Therefore, they do not add to the need for vacuum to
wrap-around. Other transaction performance improvements were read all database rows to prevent problems with transaction id
also made that should improve concurrency. wrap-around. Other transaction performance improvements were also
made that should improve concurrency.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Create a dedicated <acronym>WAL</> writer process to off-load Create a dedicated <acronym>WAL</> writer process to off-load
WAL-writing work from backends (Simon) work from backends (Simon)
</para> </para>
</listitem> </listitem>
...@@ -619,12 +620,6 @@ do it for earlier branch release files. ...@@ -619,12 +620,6 @@ do it for earlier branch release files.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Reduce overhead of populating the statistics tables. (Tom)
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Allow <literal>ORDER BY ... LIMIT</> to be done without sorting Allow <literal>ORDER BY ... LIMIT</> to be done without sorting
...@@ -637,6 +632,12 @@ do it for earlier branch release files. ...@@ -637,6 +632,12 @@ do it for earlier branch release files.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Reduce overhead of populating the statistics tables (Tom)
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Improve hash join performance for cases with many NULLs (Tom) Improve hash join performance for cases with many NULLs (Tom)
...@@ -1327,8 +1328,8 @@ do it for earlier branch release files. ...@@ -1327,8 +1328,8 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Support for the SQL/XML standard, including new operators and a Support for the SQL/XML standard, including new operators and an
new <type>XML</type> builtin type (Nikolay Samokhvalov, Peter) <type>XML</type> data type (Nikolay Samokhvalov, Peter)
</para> </para>
</listitem> </listitem>
...@@ -1346,8 +1347,12 @@ do it for earlier branch release files. ...@@ -1346,8 +1347,12 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Universally Unique Identifier (<type>UUID</>) data type, similar Universally Unique Identifier (<type>UUID</>) data type (Gevik
to that defined by RFC 4122 (Gevik Babakhani, Neil) Babakhani, Neil)
</para>
<para>
This closely matches <acronym>RFC</> 4122.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment