|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated: Mon Oct 20 22:47:57 EDT 2003 |
| 3 | +Last updated: Tue Oct 21 11:48:51 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -77,7 +77,7 @@ Data Types
|
77 | 77 | * -Change NUMERIC data type to use base 10,000 internally
|
78 | 78 | * Change NUMERIC to enforce the maximum precision, and increase it
|
79 | 79 | * Add function to return compressed length of TOAST data values (Tom)
|
80 |
| -* Allow INET subnet tests to use indexes |
| 80 | +* Allow INET subnet tests using non-constants to be indexed |
81 | 81 | * Add transaction_timestamp(), statement_timestamp(), clock_timestamp() functionality
|
82 | 82 | * -Add GUC variables to control floating number output digits (Pedro Ferreira)
|
83 | 83 | * Have sequence dependency track use of DEFAULT sequences, seqname.nextval
|
@@ -514,7 +514,7 @@ Source Code
|
514 | 514 | * Acquire lock on a relation before building a relcache entry for it
|
515 | 515 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
516 | 516 | * Add checks for fclose() failure
|
517 |
| -* Change CVS $Id: TODO,v 1.1153 2003/10/21 02:48:09 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1153 2003/10/21 02:48:09 momjian Exp $ |
| 517 | +* Change CVS $Id: TODO,v 1.1154 2003/10/21 15:48:56 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1154 2003/10/21 15:48:56 momjian Exp $ |
518 | 518 | * Exit postmaster if postgresql.conf can not be opened
|
519 | 519 | * Rename /scripts directory because they are all C programs now
|
520 | 520 | * Allow the regression tests to start postmaster with -i so the tests
|
|
0 commit comments