summaryrefslogtreecommitdiff
path: root/src/include/utils/dt.h
Commit message (Expand)AuthorAgeFilesLines
* Move some useful date/time test macros to here to allowThomas G. Lockhart1999-04-151-1/+15
* We have tested the patches on three platforms:Bruce Momjian1999-03-141-3/+3
* Eliminate duplicated code in dt.hTom Lane1999-03-061-24/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Include some Julian date declarations to share between various date/timeThomas G. Lockhart1999-02-131-1/+24
* Clean up leap year support and date/time validation.Thomas G. Lockhart1999-01-201-1/+24
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-5/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-11/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-5/+5
* Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6Thomas G. Lockhart1998-05-311-3/+3
* Add bit flags to support timezonehour and minute in data retrieval.Thomas G. Lockhart1998-05-091-3/+6
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-18/+22
* From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at>Marc G. Fournier1998-02-131-3/+3
* Fix for various aix related 'mis-defines'Marc G. Fournier1998-02-031-3/+3
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-9/+5
* Move declarations for timespan2tm() and tm2timespan() from dt.c to here.Thomas G. Lockhart1997-12-171-9/+12
* Add declarations for text, bpchar, and varchar length functions.Thomas G. Lockhart1997-12-161-2/+4
* Add DTK_DOY to help decode day of year fields.Thomas G. Lockhart1997-11-171-3/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-44/+44
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-43/+43
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-180/+193
* Add comparision routines to support indices on datetime and timespan.Thomas G. Lockhart1997-09-041-1/+3
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-211-6/+7
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-24/+2
* Add new routines.Thomas G. Lockhart1997-07-291-2/+2
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-291-1/+11
* Rearrange DTK_x constants.Thomas G. Lockhart1997-07-011-6/+12
* Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIMEThomas G. Lockhart1997-06-231-10/+1
* Add parser category for "DST" Daylight Savings Time qualifier on time zones.Thomas G. Lockhart1997-06-201-13/+15
* Put parens around macro arguments for safety per D'Arcy's suggestion.Thomas G. Lockhart1997-06-031-3/+3
* Enable new date and time definitions to allow Solaris and Irix -O2 compilation.Thomas G. Lockhart1997-05-231-20/+21
* Add a few type conversion functions.Thomas G. Lockhart1997-05-111-4/+4
* Change mixed-case routines to lower-case for case-insensitive SQL.Thomas G. Lockhart1997-04-271-1/+5
* More timezone patches by Thomas:Marc G. Fournier1997-04-251-2/+2
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-021-10/+23
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-281-3/+3
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-251-20/+101
* Resync the source tree, commit some things that were missing (pqcomprim.c) andMarc G. Fournier1997-03-181-3/+1
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-0/+235