|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sun Feb2422:37:24 EST 2002 |
| 3 | +Last updated:Mon Feb25 01:22:48 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
|
64 | 64 | * Remove behavior of postmaster -o after making postmaster/postgres |
65 | 65 | flags unique |
66 | 66 | * Allow logging of query durations |
67 | | -* Prevent SIGHUP and 'pg_ctl reload' from changing command line |
| 67 | +*-Prevent SIGHUP and 'pg_ctl reload' from changing command line |
68 | 68 | specified parameters to postgresql.conf defaults |
69 | 69 |
|
70 | 70 |
|
@@ -165,13 +165,13 @@ COMMANDS |
165 | 165 |
|
166 | 166 | * Add SIMILAR TO to allow character classes, 'pg_[a-c]%' |
167 | 167 | * Add BETWEEN ASYMMETRIC/SYMMETRIC |
168 | | -* Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce) |
| 168 | +*-Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce) |
169 | 169 | * Allow LIMIT/OFFSET to use expressions |
170 | 170 | * Disallow TRUNCATE on tables that are involved in referential constraints |
171 | 171 | * Add OR REPLACE clauses to non-FUNCTION object creation |
172 | 172 | * CREATE TABLE AS can not determine column lengths from expressions [atttypmod] |
173 | 173 | * Allow UPDATE to handle complex aggregates [update] |
174 | | -* Prevent create/drop scripts from allowing extra args (Bruce) |
| 174 | +*-Prevent create/drop scripts from allowing extra args (Bruce) |
175 | 175 | * Allow command blocks to ignore certain types of errors |
176 | 176 | * Add checks for missing parameters to shell script, to prevent |
177 | 177 | over-shifting |
@@ -244,7 +244,7 @@ CLIENTS |
244 | 244 |
|
245 | 245 | * Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs |
246 | 246 | or multiple SELECTS to avoid bad system catalog entries |
247 | | -* Have pg_dump -C dump database location and encoding information |
| 247 | +*-Have pg_dump -C dump database location and encoding information |
248 | 248 | * Allow psql \d to show foreign keys |
249 | 249 | * Allow psql \d to show temporary table structure |
250 | 250 | * Allow psql to show transaction status if backend protocol changes made |
@@ -364,7 +364,6 @@ VACUUM |
364 | 364 | * Improve speed with indexes (perhaps recreate index instead) [vacuum] |
365 | 365 | * Reduce lock time by moving tuples with read lock, then write |
366 | 366 | lock and truncate table [vacuum] |
367 | | -* Add LAZY VACUUM (Vadim) [performance] |
368 | 367 | * Provide automatic scheduling of background vacuum (Tom) |
369 | 368 |
|
370 | 369 | LOCKING |
@@ -451,7 +450,6 @@ SOURCE CODE |
451 | 450 | * Move some things from /contrib into main tree |
452 | 451 | * Remove warnings created by -Wcast-align |
453 | 452 | * Move platform-specific ps status display info from ps_status.c to ports |
454 | | -* Allow ps status display to work on Solaris/SVr4-based systems |
455 | 453 | * Make one version of simple_prompt() in code (Bruce, Tom) |
456 | 454 | * Compile in syslog functionaility by default (?) |
457 | 455 | * Modify regression tests to prevent failures do to minor numeric rounding |
|