PostgreSQL TODO List
====================
-Last updated: Wed Jan 10 22:00:59 EST 2007
+Last updated: Wed Jan 10 23:27:27 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
o Fix interval display to support values exceeding 2^31 hours
o Add overflow checking to timestamp and interval arithmetic
+ o Extend timezone code to allow 64-bit values so we can
+ represent years beyond 2038
+
+ http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php
+
o Add ISO INTERVAL handling
http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php
-Last updated: Wed Jan 10 22:00:59 EST 2007
+Last updated: Wed Jan 10 23:27:27 EST 2007
The most recent version of this document can be viewed at
Fix interval display to support values exceeding 2^31 hours
Add overflow checking to timestamp and interval arithmetic
+
Extend timezone code to allow 64-bit values so we can
+ represent years beyond 2038
+
Add ISO INTERVAL handling