summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/date.c
AgeCommit message (Expand)Author
2003-06-16Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did notTom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-04-08Mark TimeScales constants as double to avoid integer overflow in some compilers.Tom Lane
2003-04-04Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane
2003-02-13Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case.Tom Lane
2003-01-31Allow a time zone to be specified (and silently ignored) in the inputTom Lane
2003-01-29Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane
2003-01-22Fix sloppy comment.Tom Lane
2003-01-09Repair inconsistent rounding behavior for timestamp, time, interval,Tom Lane
2002-11-21Fix breakage in new-in-7.3 timetz_zone() function: was giving randomTom Lane
2002-09-21Add last-ditch defense against attempts to compile datetime code withTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Eliminate unnecessary dependency on mktime(), and consequent 'Unable toTom Lane
2002-08-04Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-06-01Fix timestamp to date conversion for the case where timestamp uses a doubleThomas G. Lockhart
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2001-11-21Repair swapped sign for time minus time routine (time_mi_time()).Thomas G. Lockhart
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-04AdjustTimeForTypmod has the same bug ...Tom Lane
2001-10-04Fix some problems in new variable-resolution-timestamp code.Tom Lane
2001-10-03Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-07Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane
2000-12-03Repair usage of the OVERLAPS operator.Thomas G. Lockhart
2000-11-11Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart
2000-10-29USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut
2000-09-12Modify date->timestamp conversion to use mktime().Thomas G. Lockhart
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-15Final #include cleanup.Bruce Momjian
2000-06-15Clean up #include's.Bruce Momjian
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
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-09-21values.h patch from Alex HowanskyBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian