Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2eca3ea

Browse files
committed
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 subtables419a423> T
1 parentc0fdd2b commit2eca3ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Mon Jun 213:26:09 EDT 2003
3+
Last updated:Mon Jun 214:42:27 EDT 2003
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -150,6 +150,7 @@ Indexes
150150
* Add FILLFACTOR to btree index creation
151151
* Add concurrency to GIST
152152
* Improve concurrency of hash indexes (Neil)
153+
* Allow a single index to index multiple tables (for inheritance and subtables)
153154

154155

155156
Commands
@@ -406,6 +407,7 @@ Optimizer / Executor
406407
* Use CHECK constraints to improve optimizer decisions
407408
* Check GUC geqo_threshold to see if it is still accurate
408409
* Allow sorting, temp files, temp tables to use multiple work directories
410+
* Improve the planner to use CHECK constraints to prune the plan (for subtables)
409411

410412

411413
Miscellaneous
@@ -416,7 +418,9 @@ Miscellaneous
416418
* Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
417419
* Improve caching of attribute offsets when NULLs exist in the row
418420
* Add a script to ask system configuration questions and tune postgresql.conf
421+
* Allow partitioning of table into multiple subtables
419422

423+
T
420424

421425
Source Code
422426
===========

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp