mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 07:43:11 -05:00
< o Add a GUC variable to allow output of interval values in ISO8601 < format 212a211,223 > o Add a GUC variable to allow output of interval values in ISO8601 > format > o 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 > adding that back to the first date returns a time one hour in > the future. This is caused by the adjustment of '25 hours' to > '1 day 1 hour', and '1 day' is the same time the next day, even > 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 |
||
|---|---|---|
| .. | ||
| FAQ.html | ||
| FAQ_brazilian.html | ||
| FAQ_chinese.html | ||
| FAQ_czech.html | ||
| FAQ_DEV.html | ||
| FAQ_farsi.html | ||
| FAQ_french.html | ||
| FAQ_german.html | ||
| FAQ_hungarian.html | ||
| FAQ_japanese.html | ||
| FAQ_MINGW.html | ||
| FAQ_polish.html | ||
| FAQ_russian.html | ||
| FAQ_turkish.html | ||
| README | ||
| TODO.html | ||
The FAQ* files in this directory are the master versions, and the ../../FAQ* text files are created using lynx: lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist FAQ* The TODO.html file in this directory is not the master, but ../../TODO is. The conversion is done using txt2html: txt2html -m -s 100 -p 100 --xhtml --titlefirst \ --body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \ --caps_tag '' \ /pgtop/doc/TODO | sed 's;\[\([^]]*\)\];[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?\1">\1</a>];g' > /pgtop/doc/src/FAQ/TODO.html