summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dt.c
AgeCommit message (Expand)Author
2000-02-16Implement "date/time grand unification".Thomas G. Lockhart
2000-02-15Recognize special case of POSIX time zone: "GMT+8" and "GMT-8".Thomas G. Lockhart
2000-01-26Add:Bruce Momjian
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
2000-01-04Repair two recently reported problems:Thomas G. Lockhart
2000-01-02Update DATEDEBUG removal.Bruce Momjian
2000-01-02Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elogBruce Momjian
1999-12-09Hi,Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-07-08> In both datetime_trunc() and timespan_trunc() in dt.c,Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-01Fix compile failures in dt.c --- line broken in middle ofTom Lane
1999-04-26Fix from Yutaka Tanida <[email protected]> for Cygwin32 support.Tatsuo Ishii
1999-04-15Fix code to check legal dates *before* calling localtime() to get theThomas G. Lockhart
1999-03-20cleanupBruce Momjian
1999-03-14We have tested the patches on three platforms:Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-13Fix offset of one for date_part(timespan) when given arguments ofThomas G. Lockhart
1999-02-13Change #if FALSE to #if NOT_USED to avoid port problems.Thomas G. Lockhart
1999-01-20Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.Thomas G. Lockhart
1999-01-10Be more careful to check input string lengths as well as valuesThomas G. Lockhart
1998-12-31Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocksThomas G. Lockhart
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-09-23Fix for datetime from Tatsuo IshiiBruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-06-15Fix macros that were not properly surrounded by parens or braces.Bruce Momjian
1998-05-09Define "tz_hour" and "tz_minute" arguments to date_part().Thomas G. Lockhart
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1998-01-07Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian
1998-01-05Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-12-23Fix format to produce actual German style. Affects new "GERMAN" feature only.Thomas G. Lockhart
1997-12-17Enable timespan_finite() and text_timespan() routines (was commented out).Thomas G. Lockhart
1997-12-04Add 'GERMAN' style to date/time output.Thomas G. Lockhart
1997-11-17Allow fractional values for delta times (e.g. '2.5 days').Thomas G. Lockhart
1997-10-25Fix occasional uninitialized variable fractional secondsThomas G. Lockhart
1997-10-17Fix delta time decoding for 12 AM/PM.Thomas G. Lockhart
1997-09-20Fix typo for default units for timespan input.Thomas G. Lockhart
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-09-06Cleanup needed for indent.Bruce Momjian
1997-09-05Cleanups needed for indent. Remove };Bruce Momjian
1997-09-04Add comparision routines and catalog entries to support indices onThomas G. Lockhart