summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* Add conversion from datetime to time data type.Thomas G. Lockhart1997-10-251-92/+86
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-11/+11
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-96/+96
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-310/+357
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-051-9/+9
* Fix time_cmpVadim B. Mikheev1997-08-281-2/+2
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-4/+5
* Use common parser and encoder for timestamp data type.Thomas G. Lockhart1997-07-011-6/+22
* Expunge code not enabled with USE_NEW_DATE and USE_NEW_TIME #defines.Thomas G. Lockhart1997-06-231-461/+2
* Fix a few DATEDEBUG print statements.Thomas G. Lockhart1997-06-031-3/+3
* Clean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZONE machines.Thomas G. Lockhart1997-05-301-1/+6
* Fix datetime and abstime conversions to and from date.Thomas G. Lockhart1997-05-161-43/+207
* Fix timezone manipulation code to avoid crashes on some machines.Thomas G. Lockhart1997-05-111-2/+3
* From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier1997-04-171-1/+2
* Again, needs float.hMarc G. Fournier1997-04-041-1/+4
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-021-119/+227
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-0/+743