summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* Update this branch to match CVS head, includes WIN32 improvements.Bruce Momjian2003-09-071-36/+31
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+4
* Fix floating-point timestamp comparisons to not go nuts if NaN isTom Lane2003-08-081-78/+54
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-84/+86
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-179/+343
* I corecting date_trunc('quarter',...) and friends because orig versionBruce Momjian2003-07-261-5/+5
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-171-6/+7
* tm2timestamp should return -1, not elog, on overflow. (In the backendTom Lane2003-07-041-5/+10
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-12/+128
* Remove unnecessary dt2local() call.Tom Lane2003-04-071-3/+1
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-041-17/+12
* Attached is a patch that limits the range tested by horology toBruce Momjian2003-03-201-1/+4
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-111-2/+2
* Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zoneTom Lane2003-02-271-4/+17
* Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane2003-02-221-3/+7
* Fix sloppy comment.Tom Lane2003-01-221-3/+3
* Repair inconsistent rounding behavior for timestamp, time, interval,Tom Lane2003-01-091-67/+37
* Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane2002-11-121-9/+1
* Add last-ditch defense against attempts to compile datetime code withTom Lane2002-09-211-2/+10
* pgindent run.Bruce Momjian2002-09-041-50/+70
* EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestampTom Lane2002-09-031-2/+6
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-4/+5
* Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart2002-08-041-23/+44
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Fix lookup tables used for rounding interval data values when not usingThomas G. Lockhart2002-05-141-14/+14
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-171/+545
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-091-2/+2
* Change made to elog:Bruce Momjian2002-03-061-3/+3
* Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii2002-03-041-5/+5
* Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart2002-01-121-3/+3
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-291-2/+13
* Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler.Tom Lane2001-11-211-5/+11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-87/+74
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-201-7/+19
* Didn't compile on non-HAVE_TM_ZONE machines.Tom Lane2001-10-181-2/+4
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-66/+239
* Define CEST as a synonym for Central European Savings TimeThomas G. Lockhart2001-10-051-8/+8
* Fix some problems in new variable-resolution-timestamp code.Tom Lane2001-10-041-6/+13
* AdjustTimestampForTypmod does not work (at least not portably) onTom Lane2001-10-031-10/+6
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-26/+80
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-398/+972
* - new to_char(interval, text)Bruce Momjian2001-09-061-6/+3
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-031-52/+3
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-031-152/+60
* Correct bogus mktime() calls.Tom Lane2001-04-031-3/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-88/+95
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-131-1/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2