|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Tue Sep 9 20:03:20 EDT 2003 |
| 3 | +Last updated:Wed Sep10 16:14:38 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -460,6 +460,7 @@ Optimizer / Executor |
460 | 460 | * Check GUC geqo_threshold to see if it is still accurate |
461 | 461 | * Allow sorting, temp files, temp tables to use multiple work directories |
462 | 462 | * Improve the planner to use CHECK constraints to prune the plan (for subtables) |
| 463 | +* Have EXPLAIN ANALYZE highlight poor optimizer estimates |
463 | 464 |
|
464 | 465 |
|
465 | 466 | Miscellaneous |
@@ -496,7 +497,7 @@ Source Code |
496 | 497 | * Acquire lock on a relation before building a relcache entry for it |
497 | 498 | * Research interaction of setitimer() and sleep() used by statement_timeout |
498 | 499 | * Add checks for fclose() failure |
499 | | -* Change CVS $Id: TODO,v 1.1134 2003/09/1000:03:23 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1134 2003/09/1000:03:23 momjian Exp $ |
| 500 | +* Change CVS $Id: TODO,v 1.1135 2003/09/1020:14:42 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1135 2003/09/1020:14:42 momjian Exp $ |
500 | 501 | * Exit postmaster if postgresql.conf can not be opened |
501 | 502 | * Rename /scripts directory because they are all C programs now |
502 | 503 | * Allow the regression tests to start postmaster with -i so the tests |
|