mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Update TODO list.
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Wed Jan 12 22:02:56 EST 2000
|
Last updated: Wed Jan 12 22:32:53 EST 2000
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -231,7 +231,6 @@ FSYNC
|
|||||||
INDEXES
|
INDEXES
|
||||||
|
|
||||||
* Use indexes in ORDER BY for min(), max()
|
* Use indexes in ORDER BY for min(), max()
|
||||||
* Pull requested data directly from indexes, bypassing heap data
|
|
||||||
* Use index to restrict rows returned by multi-key index when used with
|
* Use index to restrict rows returned by multi-key index when used with
|
||||||
non-consecutive keys or OR clauses, so fewer heap accesses
|
non-consecutive keys or OR clauses, so fewer heap accesses
|
||||||
* -Convert function(constant) into a constant for index use(Bernard Frankpitt)
|
* -Convert function(constant) into a constant for index use(Bernard Frankpitt)
|
||||||
|
Reference in New Issue
Block a user