summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* 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-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-9/+9
* Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.Tatsuo Ishii1999-04-261-1/+5
* Fix code to check legal dates *before* calling localtime() to get theThomas G. Lockhart1999-04-151-33/+3
* Here is a little syntax error found in a .y file... A dropped semi.Bruce Momjian1999-03-141-9/+1
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.Thomas G. Lockhart1999-01-201-2/+5
* Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocksThomas G. Lockhart1998-12-311-15/+31
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-35/+35
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-34/+36
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-7/+7
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-21/+21
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-21/+21
* Change a few routine names back to full length now that pg_proc allowsThomas G. Lockhart1997-12-231-6/+4
* 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