aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release.sgml18
1 files changed, 5 insertions, 13 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 94a445938e1..87d571ad8f3 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.340 2005/08/23 11:53:33 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.341 2005/08/23 11:59:09 momjian Exp $
-->
<appendix id="release">
@@ -51,10 +51,14 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.340 2005/08/23 11:53:33 momjian
<varlistentry>
<term>
+ Add in-memory bitmaps which allows multiple indexes to be merged in a
+ single query (Tom)
</term>
<listitem>
<para>
+ This allows multiple indexes to be combined to access a single
+ table.
</para>
</listitem>
</varlistentry>
@@ -215,17 +219,6 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.340 2005/08/23 11:53:33 momjian
<listitem>
<para>
- Add in-memory bitmaps which allows multiple indexes to be merged in a
- single query (Tom)
- </para>
- <para>
- This allows multiple indexes to be combined to access a single
- table.
- </para>
- </listitem>
-
- <listitem>
- <para>
Change WAL CRC records from 64bit to 32bit to improve performance
(Tom)
</para>
@@ -9186,7 +9179,6 @@ Subqueries in FROM are now supported.
</varlistentry>
</variablelist>
- </para>
<sect2>
<title>Migration to version 7.1</title>