@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
5
Bracketed items "[]" have more detail.
6
6
7
7
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8
- Last updated: Thu Nov 4 12:09:41 EST 2004
8
+ Last updated: Thu Nov 4 22:03:07 EST 2004
9
9
10
10
The most recent version of this document can be viewed at the PostgreSQL web
11
11
site, http://www.PostgreSQL.org.
@@ -131,7 +131,8 @@ Data Types
131
131
* Change NUMERIC to enforce the maximum precision, and increase it
132
132
* Add function to return compressed length of TOAST data values
133
133
* Allow INET subnet tests with non-constants to be indexed
134
- * Add transaction_timestamp(), statement_timestamp(), clock_timestamp() functionality
134
+ * Add transaction_timestamp(), statement_timestamp(), clock_timestamp()
135
+ functionality
135
136
136
137
Current CURRENT_TIMESTAMP returns the start time of the current
137
138
transaction, and gettimeofday() returns the wallclock time. This will
@@ -275,7 +276,7 @@ Indexes
275
276
granularity used for the hash algorithm.
276
277
277
278
* Allow accurate statistics to be collected on indexes with more than
278
- one column
279
+ one column or expression indexes, perhaps using per=index statistics
279
280
280
281
* Add fillfactor to control reserved free space during index creation
281
282
@@ -844,6 +845,7 @@ Source Code
844
845
* Allow binaries to be statically linked so they are more easily relocated
845
846
* Move some /contrib modules out to their own project sites
846
847
* Remove Win32 rename/unlink looping if unnecessary
848
+ * Remove kerberos4 from source tree?
847
849
848
850
* Win32
849
851
o Remove per-backend parameter file and move into shared memory?
0 commit comments