projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f18ec
)
Update TODO list.
author
Bruce Momjian
Fri, 13 Aug 1999 16:56:04 +0000
(16:56 +0000)
committer
Bruce Momjian
Fri, 13 Aug 1999 16:56:04 +0000
(16:56 +0000)
doc/TODO
patch
|
blob
|
blame
|
history
diff --git
a/doc/TODO
b/doc/TODO
index 03da89ca1fcff2931d44a891f92b447c01cb4df8..abde98846965c2bffe0ef5b4172cb7347de198ef 100644
(file)
--- a/
doc/TODO
+++ b/
doc/TODO
@@
-213,6
+213,7
@@
INDEXES
* fix indexscan() so it does leak memory by not requiring caller to free
* Improve _bt_binsrch() to handle equal keys better, remove _bt_firsteq()(Tom)
* Allow SELECT * FROM tab WHERE int2col = 4 use int2col index
+* Allow optimizer to prefer plans that match ORDER BY
CACHE