|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:SatJun 28 14:05:02 EDT 2003 |
| 3 | +Last updated:SatJul 19 23:12:45 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -83,7 +83,8 @@ Data Types |
83 | 83 | from making invalid dates valid |
84 | 84 | * Prevent month/day swapping of ISO dates to make invalid dates valid |
85 | 85 | * Have initdb set DateStyle based on locale? |
86 | | - |
| 86 | +* Delay resolution of array expression type so assignment coercion |
| 87 | + can be performed on empty array expressions (Joe) |
87 | 88 |
|
88 | 89 | * ARRAYS |
89 | 90 | o Allow nulls in arrays |
@@ -463,7 +464,7 @@ Source Code |
463 | 464 | * Acquire lock on a relation before building a relcache entry for it |
464 | 465 | * Research interaction of setitimer() and sleep() used by statement_timeout |
465 | 466 | * Add checks for fclose() failure |
466 | | -* Change CVS $Id: TODO,v 1.1089 2003/06/28 18:05:12 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1089 2003/06/28 18:05:12 momjian Exp $ |
| 467 | +* Change CVS $Id: TODO,v 1.1090 2003/07/20 03:12:13 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1090 2003/07/20 03:12:13 momjian Exp $ |
467 | 468 | * Exit postmaster if postgresql.conf can not be opened |
468 | 469 | * Rename /scripts directory because they are all C programs now |
469 | 470 | * Allow the regression tests to start postmaster with -i so the tests |
|