|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sun Nov 30 00:29:26 EST 2003 |
| 3 | +Last updated:Mon Dec 1 17:22:38 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -63,7 +63,7 @@ Data Types |
63 | 63 | ========== |
64 | 64 |
|
65 | 65 | * Remove Money type, add money formatting for decimal type |
66 | | -* Change factorial to return a numeric |
| 66 | +*-Change factorial to return a numeric (Gavin) |
67 | 67 | * Change NUMERIC to enforce the maximum precision, and increase it |
68 | 68 | * Add function to return compressed length of TOAST data values (Tom) |
69 | 69 | * Allow INET subnet tests using non-constants to be indexed |
@@ -255,7 +255,7 @@ Clients |
255 | 255 | ======= |
256 | 256 |
|
257 | 257 | * Add XML capability to pg_dump and COPY, when backend XML capability |
258 | | -* Allow psql \du to show groups, and add \dg for groups |
| 258 | +*-Allow psql \du to show groups, and add \dg for groups |
259 | 259 | * Allow clients to query a list of WITH HOLD cursors and prepared statements |
260 | 260 | * Prevent unneeded quoting in psql \d output using fmtId() |
261 | 261 | * Add a libpq function to support Parse/DescribeStatement capability |
@@ -461,7 +461,7 @@ Source Code |
461 | 461 | * Acquire lock on a relation before building a relcache entry for it |
462 | 462 | * Research interaction of setitimer() and sleep() used by statement_timeout |
463 | 463 | * Add checks for fclose() failure |
464 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $ |
| 464 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1177 2003/12/01 22:22:44 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1177 2003/12/01 22:22:44 momjian Exp $ |
465 | 465 | * Exit postmaster if postgresql.conf can not be opened |
466 | 466 | * Rename /scripts directory because they are all C programs now |
467 | 467 | * Allow the regression tests to start postmaster with -i so the tests |
|