|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sun Oct 26 00:21:42 EDT 2003 |
| 3 | +Last updated:Sun Oct 26 00:43:53 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -179,6 +179,7 @@ Commands |
179 | 179 |
|
180 | 180 | * Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher) |
181 | 181 | * -Allow LIMIT/OFFSET to use expressions (Tom) |
| 182 | +* Change LIMIT/OFFSET to use int8 |
182 | 183 | * CREATE TABLE AS can not determine column lengths from expressions [atttypmod] |
183 | 184 | * Allow UPDATE to handle complex aggregates [update] |
184 | 185 | * Allow command blocks to ignore certain types of errors |
@@ -515,7 +516,7 @@ Source Code |
515 | 516 | * Acquire lock on a relation before building a relcache entry for it |
516 | 517 | * Research interaction of setitimer() and sleep() used by statement_timeout |
517 | 518 | * Add checks for fclose() failure |
518 | | -* Change CVS $Id: TODO,v 1.1160 2003/10/26 04:21:43 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1160 2003/10/26 04:21:43 momjian Exp $ |
| 519 | +* Change CVS $Id: TODO,v 1.1161 2003/10/26 04:43:55 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1161 2003/10/26 04:43:55 momjian Exp $ |
519 | 520 | * Exit postmaster if postgresql.conf can not be opened |
520 | 521 | * Rename /scripts directory because they are all C programs now |
521 | 522 | * Allow the regression tests to start postmaster with -i so the tests |
|