|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Nov6 12:50:56 EST 2002 |
| 3 | +Last updated:Thu Nov7 23:31:04 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -64,6 +64,8 @@ Data Types
|
64 | 64 | * Add function to return compressed length of TOAST data values (Tom)
|
65 | 65 | * Allow INET subnet tests using non-constants
|
66 | 66 | * Add now("transaction|statement|clock") functionality
|
| 67 | +* Add GUC variables extra_float_digits and extra_double_digits to |
| 68 | + control output digits |
67 | 69 |
|
68 | 70 | * CONVERSION
|
69 | 71 | o Allow better handling of numeric constants, type conversion
|
@@ -417,6 +419,7 @@ Source Code
|
417 | 419 | * Remove memory/file descriptor freeing befor elog(ERROR) (Bruce)
|
418 | 420 | * Create native Win32 port [win32]
|
419 | 421 | * Acquire lock on a relation before building a relcache entry for it
|
| 422 | +* Research interaction of setitimer() and sleep() used by statement_timeout |
420 | 423 |
|
421 | 424 | ---------------------------------------------------------------------------
|
422 | 425 |
|
|