Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6c3083a

Browse files
committed
Add items:
< * Add transaction_timestamp(), statement_timestamp(), clock_timestamp() functionality > * Add transaction_timestamp(), statement_timestamp(), clock_timestamp() > functionality 278c279 < one column > one column or expression indexes, perhaps using per=index statistics 846a848 > * Remove kerberos4 from source tree?
1 parent 54691d4 commit 6c3083a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/TODO

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
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
99

1010
The most recent version of this document can be viewed at the PostgreSQL web
1111
site, http://www.PostgreSQL.org.
@@ -131,7 +131,8 @@ Data Types
131131
* Change NUMERIC to enforce the maximum precision, and increase it
132132
* Add function to return compressed length of TOAST data values
133133
* 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
135136

136137
Current CURRENT_TIMESTAMP returns the start time of the current
137138
transaction, and gettimeofday() returns the wallclock time. This will
@@ -275,7 +276,7 @@ Indexes
275276
granularity used for the hash algorithm.
276277

277278
* 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
279280

280281
* Add fillfactor to control reserved free space during index creation
281282

@@ -844,6 +845,7 @@ Source Code
844845
* Allow binaries to be statically linked so they are more easily relocated
845846
* Move some /contrib modules out to their own project sites
846847
* Remove Win32 rename/unlink looping if unnecessary
848+
* Remove kerberos4 from source tree?
847849

848850
* Win32
849851
o Remove per-backend parameter file and move into shared memory?

0 commit comments

Comments
 (0)