From 764160dc3db10420895c70fa1041fe8e1fd2cf34 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 11 Jan 2007 04:27:29 +0000 Subject: [PATCH] Add: > 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 > --- doc/TODO | 7 ++++++- doc/src/FAQ/TODO.html | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 88fa07b7c1..1b2a5ed7db 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -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. @@ -244,6 +244,11 @@ Data Types 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e695fa137a..467630798b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-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. @@ -221,6 +221,10 @@ first.

  • 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 +

    http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php +

  • Add ISO INTERVAL handling