summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/date.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case.Tom Lane2003-02-131-11/+10
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-311-2/+3
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-291-5/+10
* Fix sloppy comment.Tom Lane2003-01-221-2/+2
* Repair inconsistent rounding behavior for timestamp, time, interval,Tom Lane2003-01-091-38/+19
* Fix breakage in new-in-7.3 timetz_zone() function: was giving randomTom Lane2002-11-211-10/+11
* Add last-ditch defense against attempts to compile datetime code withTom Lane2002-09-211-9/+17
* pgindent run.Bruce Momjian2002-09-041-19/+30
* Eliminate unnecessary dependency on mktime(), and consequent 'Unable toTom Lane2002-09-031-23/+10
* Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart2002-08-041-22/+80
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-3/+3
* Fix timestamp to date conversion for the case where timestamp uses a doubleThomas G. Lockhart2002-06-011-12/+6
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-53/+457
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-091-2/+2
* Repair swapped sign for time minus time routine (time_mi_time()).Thomas G. Lockhart2001-11-211-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-17/+11
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-1/+112
* AdjustTimeForTypmod has the same bug ...Tom Lane2001-10-041-4/+6
* Fix some problems in new variable-resolution-timestamp code.Tom Lane2001-10-041-5/+9
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-19/+94
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-61/+207
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-031-16/+30
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-59/+77
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-071-39/+193
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-031-3/+111
* Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart2000-11-111-1/+166
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-291-3/+3
* Modify date->timestamp conversion to use mktime().Thomas G. Lockhart2000-09-121-99/+28
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-121-3/+1
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-5/+25
* Final #include cleanup.Bruce Momjian2000-06-151-3/+1
* Clean up #include's.Bruce Momjian2000-06-151-2/+6
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-332/+381
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-36/+30
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-17/+319
* All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart2000-02-161-1105/+361
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-3/+3
* Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elogBruce Momjian2000-01-021-10/+1
* values.h patch from Alex HowanskyBruce Momjian1999-09-211-1/+8
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-1/+2
* Attempting to insert a value of 'now' into a datetime typeBruce Momjian1999-03-141-4/+4
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-5/+5