summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
AgeCommit message (Expand)Author
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-05-29Repair problems with overrun of timezone name length. Increase MAXTZLENTom Lane
2000-04-14Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-29Change rules for interpreting date/time input to disallow 1 and 3 characterThomas G. Lockhart
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-02-16All regression tests pass except for rules.sql (unrelated).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-02Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elogBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Remove unused #includes in *.c files.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-05-25pgindent run over code.Bruce Momjian
1999-04-26Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.Tatsuo Ishii
1999-04-15Fix code to check legal dates *before* calling localtime() to get theThomas G. Lockhart
1999-03-14Here is a little syntax error found in a .y file... A dropped semi.Bruce Momjian
1999-02-21From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-01-20Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.Thomas G. Lockhart
1998-12-31Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocksThomas G. Lockhart
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.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-23Change a few routine names back to full length now that pg_proc allowsThomas G. Lockhart
1997-10-25Add conversion from datetime to time data type.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-05Cleanups needed for indent. Remove };Bruce Momjian
1997-08-28Fix time_cmpVadim B. Mikheev
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-07-01Use common parser and encoder for timestamp data type.Thomas G. Lockhart
1997-06-23Expunge code not enabled with USE_NEW_DATE and USE_NEW_TIME #defines.Thomas G. Lockhart
1997-06-03Fix a few DATEDEBUG print statements.Thomas G. Lockhart
1997-05-30Clean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZONE machines.Thomas G. Lockhart
1997-05-16Fix datetime and abstime conversions to and from date.Thomas G. Lockhart
1997-05-11Fix timezone manipulation code to avoid crashes on some machines.Thomas G. Lockhart
1997-04-17From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier
1997-04-04Again, needs float.hMarc G. Fournier
1997-04-02From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier
1997-03-14Date/Time updates from Thomas...Marc G. Fournier