mirror of
https://github.com/postgres/postgres.git
synced 2025-12-06 00:01:56 -05:00
Update TODO list.
This commit is contained in:
parent
3d5079c174
commit
d07766fb50
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sun Oct 10 16:40:40 EDT 1999
|
Last updated: Sun Oct 17 21:06:50 EDT 1999
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -229,8 +229,8 @@ INDEXES
|
|||||||
a matching index [limit]
|
a matching index [limit]
|
||||||
* Improve LIMIT processing by using index to limit rows processed [limit]
|
* Improve LIMIT processing by using index to limit rows processed [limit]
|
||||||
* Have optimizer take LIMIT into account when considering index scans [limit]
|
* Have optimizer take LIMIT into account when considering index scans [limit]
|
||||||
* Make index creation use psort code, because it is now faster(Vadim)
|
* -Make index creation use psort code, because it is now faster(Vadim)
|
||||||
* Allow creation of sort temp tables > 1 Gig
|
* -Allow creation of sort temp tables > 1 Gig
|
||||||
* Create more system table indexes for faster cache lookups
|
* Create more system table indexes for faster cache lookups
|
||||||
* fix indexscan() so it does leak memory by not requiring caller to free
|
* 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)
|
* Improve _bt_binsrch() to handle equal keys better, remove _bt_firsteq()(Tom)
|
||||||
|
|||||||
2900
doc/TODO.detail/pglog
Normal file
2900
doc/TODO.detail/pglog
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user