|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Feb 12 13:01:10 EST 2004 |
| 3 | +Last updated:Thu Feb 12 13:05:37 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -71,7 +71,6 @@ Data Types |
71 | 71 | * Disallow changing default expression of a SERIAL column |
72 | 72 | * Allow infinite dates just like infinite timestamps |
73 | 73 | * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE |
74 | | -* Allow better handling of numeric constants, type conversion [typeconv] |
75 | 74 | * Allow backend to output result sets in XML |
76 | 75 | * Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*) |
77 | 76 | * Have initdb set DateStyle based on locale? |
@@ -463,7 +462,7 @@ Source Code |
463 | 462 | * Acquire lock on a relation before building a relcache entry for it |
464 | 463 | * Research interaction of setitimer() and sleep() used by statement_timeout |
465 | 464 | * -Add checks for fclose() failure (Tom) |
466 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1208 2004/02/12 18:01:20 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1208 2004/02/12 18:01:20 momjian Exp $ |
| 465 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1209 2004/02/12 18:05:51 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1209 2004/02/12 18:05:51 momjian Exp $ |
467 | 466 | * Exit postmaster if postgresql.conf can not be opened |
468 | 467 | * Rename /scripts directory because they are all C programs now |
469 | 468 | * Allow the regression tests to start postmaster with -i so the tests |
|