1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00
> * Allow GIST indexes to create certain complex index types, like digital
>   trees (see Aoki)
>
783a787
>
This commit is contained in:
Bruce Momjian
2005-07-04 12:32:38 +00:00
parent eb5949d190
commit e652d2c476
2 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Mon Jul 4 00:06:35 EDT 2005
Last updated: Mon Jul 4 08:32:37 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -364,6 +364,9 @@ Indexes
* Allow the creation of indexes with mixed ascending/descending specifiers
* -Fix incorrect rtree results due to wrong assumptions about "over"
operator semantics
* Allow GIST indexes to create certain complex index types, like digital
trees (see Aoki)
Commands
========
@ -782,6 +785,7 @@ Cache
around to the beginning, rather than always starting sequential scans
at the start of the table.
Vacuum
======