Add:
authorBruce Momjian
Mon, 2 Apr 2007 22:46:10 +0000 (22:46 +0000)
committerBruce Momjian
Mon, 2 Apr 2007 22:46:10 +0000 (22:46 +0000)
>  o Have timestamp subtraction not call justify_hours()?
>
>    http://archives.postgresql.org/pgsql-sql/2006-10/msg00059.php
>
<  o Add overflow checking to timestamp and interval arithmetic
>  o Add overflow checking to timestamp and interval arithmetic

doc/TODO
doc/src/FAQ/TODO.html

index 1d4c0a5b799e85588dce4456160e5fb37d7932c9..871224f562f36c572f60fe6e470074b3533f1214 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Apr  2 17:27:56 EDT 2007
+Last updated:      Mon Apr  2 18:46:07 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -239,6 +239,10 @@ Data Types
    o Fix SELECT '0.01 years'::interval, '0.01 months'::interval
    o Add a GUC variable to allow output of interval values in ISO8601 
      format
+   o Have timestamp subtraction not call justify_hours()?
+
+     http://archives.postgresql.org/pgsql-sql/2006-10/msg00059.php
+
    o Improve timestamptz subtraction to be DST-aware
 
      Currently subtracting one date from another that crosses a
@@ -249,7 +253,7 @@ Data Types
      if daylight savings adjustments are involved.
 
    o Fix interval display to support values exceeding 2^31 hours
-   o Add overflow checking to timestamp and interval arithmetic    
+   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
 
index b2b93fad0c8bd653793b5d9d0f5c3761c417450e..5f62745faa2a4f8c80999a821f246bd712206f87 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Apr  2 17:27:56 EDT 2007
+Last updated:           Mon Apr  2 18:46:07 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -214,6 +214,9 @@ first.  There is also a developer's wiki at
     
  • Fix SELECT '0.01 years'::interval, '0.01 months'::interval
  •      
  • Add a GUC variable to allow output of interval values in ISO8601 
  •            format
    +    
  • Have timestamp subtraction not call justify_hours()?
  • +

              http://archives.postgresql.org/pgsql-sql/2006-10/msg00059.php

    +

         
  • Improve timestamptz subtraction to be DST-aware
  •  

              Currently subtracting one date from another that crosses a

               daylight savings time adjustment can return '1 day 1 hour', but
    @@ -223,7 +226,7 @@ first.  There is also a developer's wiki at
               if daylight savings adjustments are involved.
     

         
  • Fix interval display to support values exceeding 2^31 hours
  • -    
  • Add overflow checking to timestamp and interval arithmetic    
  • +    
  • 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