]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/dt.c
Shift time zone to GMT to correctly evaluate "current" time.
[postgresql] / src / backend / utils / adt / dt.c
1997-09-01 Thomas G. LockhartShift time zone to GMT to correctly evaluate "current...
1997-08-21 Bruce MomjianChange time function names to be more consistent, and...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-07-29 Thomas G. LockhartFix bug to allow hh:mm:ss time entry for timespan/relti...
1997-07-29 Bruce MomjianmkLinux patches from Tatsuo Ishii.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-07-08 Bruce MomjianDate-type fixes from Tatsuo Ishii
1997-07-01 Thomas G. LockhartUse common parser and encoder for timestamp data type.
1997-06-23 Thomas G. LockhartModify EncodeDateTime() to suppress trailing ".00"...
1997-06-20 Thomas G. LockhartFix leap year and month boundary arithmetic for datetim...
1997-06-03 Vadim B. Mikheevcc1: warnings being treated as errors
1997-05-30 Thomas G. LockhartClean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZON...
1997-05-23 Thomas G. LockhartClean up redundant tests for valid pointers in geometri...
1997-05-13 Thomas G. LockhartFix return value for tm2datetime to properly indicate...
1997-05-11 Thomas G. LockhartFix timezone manipulation code to avoid crashes on...
1997-04-27 Thomas G. LockhartChange mixed-case routines to lower-case if referenced...
1997-04-27 Marc G. FournierMassive regression test patches from Thomas *woo hoo!*
1997-04-25 Marc G. FournierMore timezone patches by Thomas:
1997-04-22 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-05 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-02 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-28 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-28 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-28 Marc G. FournierOn some systems limits.h is needed to define DBL_MIN.
1997-03-25 Marc G. FournierAdd checs for float.h
1997-03-25 Marc G. FournierAdd float.h for DBL_{MIN,MAX} under FreeBSD
1997-03-25 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-18 Marc G. FournierResync the source tree, commit some things that were...
1997-03-16 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-16 Marc G. FournierHeader file fixes for MINDOUBLE
1997-03-16 Marc G. FournierAdd a conditional for <values.h> vs <limits.h>
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01