summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dt.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+2
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-2/+2
* > In both datetime_trunc() and timespan_trunc() in dt.c,Bruce Momjian1999-07-081-3/+3
* pgindent run over code.Bruce Momjian1999-05-251-31/+47
* Fix compile failures in dt.c --- line broken in middle ofTom Lane1999-05-011-9/+7
* Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.Tatsuo Ishii1999-04-261-3/+19
* Fix code to check legal dates *before* calling localtime() to get theThomas G. Lockhart1999-04-151-90/+40
* cleanupBruce Momjian1999-03-201-2/+2
* We have tested the patches on three platforms:Bruce Momjian1999-03-141-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Fix offset of one for date_part(timespan) when given arguments ofThomas G. Lockhart1999-02-131-4/+4
* Change #if FALSE to #if NOT_USED to avoid port problems.Thomas G. Lockhart1999-02-131-24/+31
* Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.Thomas G. Lockhart1999-01-201-14/+83
* Be more careful to check input string lengths as well as valuesThomas G. Lockhart1999-01-101-20/+59
* Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocksThomas G. Lockhart1998-12-311-25/+34
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-4/+7
* Fix for datetime from Tatsuo IshiiBruce Momjian1998-09-231-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-32/+31
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-68/+68
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-65/+1
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-3/+7
* Define "tz_hour" and "tz_minute" arguments to date_part().Thomas G. Lockhart1998-05-091-138/+89
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-327/+354
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-3/+3
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-25/+25
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-35/+35
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-35/+35
* Fix format to produce actual German style. Affects new "GERMAN" feature only.Thomas G. Lockhart1997-12-231-6/+6
* Enable timespan_finite() and text_timespan() routines (was commented out).Thomas G. Lockhart1997-12-171-50/+85
* Add 'GERMAN' style to date/time output.Thomas G. Lockhart1997-12-041-174/+143
* Allow fractional values for delta times (e.g. '2.5 days').Thomas G. Lockhart1997-11-171-14/+54
* Fix occasional uninitialized variable fractional secondsThomas G. Lockhart1997-10-251-3/+3
* Fix delta time decoding for 12 AM/PM.Thomas G. Lockhart1997-10-171-74/+77
* Fix typo for default units for timespan input.Thomas G. Lockhart1997-09-201-240/+223
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-47/+47
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-823/+823
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-2703/+3305
* Cleanup needed for indent.Bruce Momjian1997-09-061-8/+8
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-051-143/+143
* Add comparision routines and catalog entries to support indices onThomas G. Lockhart1997-09-041-1/+56
* Shift time zone to GMT to correctly evaluate "current" time.Thomas G. Lockhart1997-09-011-1/+6
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-211-16/+35
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-19/+41
* Fix bug to allow hh:mm:ss time entry for timespan/reltime types.Thomas G. Lockhart1997-07-291-1/+2
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-291-1/+28
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-3/+3
* Date-type fixes from Tatsuo IshiiBruce Momjian1997-07-081-2/+2
* Use common parser and encoder for timestamp data type.Thomas G. Lockhart1997-07-011-24/+582