|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.340 2005/08/23 11:53:33 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.341 2005/08/23 11:59:09 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <appendix id="release"> |
@@ -51,10 +51,14 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.340 2005/08/23 11:53:33 momjian |
51 | 51 |
|
52 | 52 | <varlistentry> |
53 | 53 | <term> |
| 54 | + Add in-memory bitmaps which allows multiple indexes to be merged in a |
| 55 | + single query (Tom) |
54 | 56 | </term> |
55 | 57 |
|
56 | 58 | <listitem> |
57 | 59 | <para> |
| 60 | + This allows multiple indexes to be combined to access a single |
| 61 | + table. |
58 | 62 | </para> |
59 | 63 | </listitem> |
60 | 64 | </varlistentry> |
@@ -213,17 +217,6 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.340 2005/08/23 11:53:33 momjian |
213 | 217 | </para> |
214 | 218 | </listitem> |
215 | 219 |
|
216 | | - <listitem> |
217 | | - <para> |
218 | | - Add in-memory bitmaps which allows multiple indexes to be merged in a |
219 | | - single query (Tom) |
220 | | - </para> |
221 | | - <para> |
222 | | - This allows multiple indexes to be combined to access a single |
223 | | - table. |
224 | | - </para> |
225 | | - </listitem> |
226 | | - |
227 | 220 | <listitem> |
228 | 221 | <para> |
229 | 222 | Change WAL CRC records from 64bit to 32bit to improve performance |
@@ -9186,7 +9179,6 @@ Subqueries in FROM are now supported. |
9186 | 9179 | </varlistentry> |
9187 | 9180 |
|
9188 | 9181 | </variablelist> |
9189 | | - </para> |
9190 | 9182 |
|
9191 | 9183 | <sect2> |
9192 | 9184 | <title>Migration to version 7.1</title> |
|