1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00
> 	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
This commit is contained in:
Bruce Momjian
2007-04-02 22:46:10 +00:00
parent f16f89a616
commit 3a7d66b48a
2 changed files with 11 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
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