mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Add:
> * Allow a single index to index multiple tables (for inheritance and subtables) 408a410 > * Improve the planner to use CHECK constraints to prune the plan (for subtables) 418a421 > * Allow partitioning of table into multiple subtables 419a423 > T
This commit is contained in:
parent
c0fdd2b49c
commit
2eca3ea2ce
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Mon Jun 2 13:26:09 EDT 2003
|
Last updated: Mon Jun 2 14:42:27 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -150,6 +150,7 @@ Indexes
|
|||||||
* Add FILLFACTOR to btree index creation
|
* Add FILLFACTOR to btree index creation
|
||||||
* Add concurrency to GIST
|
* Add concurrency to GIST
|
||||||
* Improve concurrency of hash indexes (Neil)
|
* Improve concurrency of hash indexes (Neil)
|
||||||
|
* Allow a single index to index multiple tables (for inheritance and subtables)
|
||||||
|
|
||||||
|
|
||||||
Commands
|
Commands
|
||||||
@ -406,6 +407,7 @@ Optimizer / Executor
|
|||||||
* Use CHECK constraints to improve optimizer decisions
|
* Use CHECK constraints to improve optimizer decisions
|
||||||
* Check GUC geqo_threshold to see if it is still accurate
|
* Check GUC geqo_threshold to see if it is still accurate
|
||||||
* Allow sorting, temp files, temp tables to use multiple work directories
|
* Allow sorting, temp files, temp tables to use multiple work directories
|
||||||
|
* Improve the planner to use CHECK constraints to prune the plan (for subtables)
|
||||||
|
|
||||||
|
|
||||||
Miscellaneous
|
Miscellaneous
|
||||||
@ -416,7 +418,9 @@ Miscellaneous
|
|||||||
* Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
|
* Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
|
||||||
* Improve caching of attribute offsets when NULLs exist in the row
|
* Improve caching of attribute offsets when NULLs exist in the row
|
||||||
* Add a script to ask system configuration questions and tune postgresql.conf
|
* Add a script to ask system configuration questions and tune postgresql.conf
|
||||||
|
* Allow partitioning of table into multiple subtables
|
||||||
|
|
||||||
|
T
|
||||||
|
|
||||||
Source Code
|
Source Code
|
||||||
===========
|
===========
|
||||||
|
Loading…
x
Reference in New Issue
Block a user