projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9832a23
)
Clarify working in 'top x items using sequential scan' item
author
Bruce Momjian
<
[email protected]
>
Tue, 12 Feb 2002 22:24:36 +0000
(22:24 +0000)
committer
Bruce Momjian
<
[email protected]
>
Tue, 12 Feb 2002 22:24:36 +0000
(22:24 +0000)
doc/TODO
patch
|
blob
|
blame
|
history
diff --git
a/doc/TODO
b/doc/TODO
index 64e63aa08b36ca86083df1a1f117799cc22bf8f7..b992235899ea30ab678b9887160f1f89468f5062 100644
(file)
--- a/
doc/TODO
+++ b/
doc/TODO
@@
-1,6
+1,6
@@
TODO list for PostgreSQL
========================
-Last updated:
Mon Feb 11 13:14:25
EST 2002
+Last updated:
Tue Feb 12 17:24:00
EST 2002
Current maintainer: Bruce Momjian (
[email protected]
)
@@
-409,6
+409,7
@@
OPTIMIZER / EXECUTOR
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* Allow ORDER BY ... LIMIT to select top values without sort or index
+ using a sequential scan for highest/lowest values
MISCELLANEOUS