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

Commit 764160d

Browse files
committed
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 >
1 parent cce09d6 commit 764160d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Wed Jan 10 22:00:59 EST 2007
5+
Last updated: Wed Jan 10 23:27:27 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -244,6 +244,11 @@ Data Types
244244

245245
o Fix interval display to support values exceeding 2^31 hours
246246
o Add overflow checking to timestamp and interval arithmetic
247+
o Extend timezone code to allow 64-bit values so we can
248+
represent years beyond 2038
249+
250+
http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php
251+
247252
o Add ISO INTERVAL handling
248253

249254
http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Wed Jan 10 22:00:59 EST 2007
11+
Last updated: Wed Jan 10 23:27:27 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -221,6 +221,10 @@ <h1><a name="section_4">Data Types</a></h1>
221221
</p>
222222
</li><li>Fix interval display to support values exceeding 2^31 hours
223223
</li><li>Add overflow checking to timestamp and interval arithmetic
224+
</li><li>Extend timezone code to allow 64-bit values so we can
225+
represent years beyond 2038
226+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php</a>
227+
</p>
224228
</li><li>Add ISO INTERVAL handling
225229
</li></ul>
226230
</li></ul>

0 commit comments

Comments
 (0)