summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-261-16/+10
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-241-41/+40
* More macro cleanups for date/time.Bruce Momjian2005-05-231-12/+12
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-231-63/+63
* Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian2005-05-231-132/+138
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-191-2/+2
* Fix wrong week returnded by date_trunc('week') for early dates inBruce Momjian2005-04-011-5/+27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane2004-12-011-14/+20
* Patch of 2004-03-30 corrected date_part(timestamp) for extractingTom Lane2004-11-201-2/+6
* timestamptz_trunc() should only recalculate the timezone when truncatingTom Lane2004-11-011-2/+15
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-97/+125
* Pgindent run for 8.0.Bruce Momjian2004-08-291-104/+112
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* > After all that about numbering centuries and millenia correctly,Bruce Momjian2004-08-201-12/+73
* Add range-checking in timestamp_recv and timestamptz_recv, perTom Lane2004-06-031-17/+42
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-69/+70
* I think I've finally identified the cause of the off-by-one-secondTom Lane2004-05-311-13/+17
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-68/+34
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-141/+52
* Please find a small patch to fix the brain damage "century" andBruce Momjian2004-04-101-3/+15
* Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian2004-03-301-2/+6
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-221-2/+183
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-151-5/+1
* Per a brief conversation with Tom, I've created a patch for addingBruce Momjian2004-03-051-1/+15
* Create crosstype comparison operators for date vs. timestamp and dateTom Lane2004-02-141-10/+10
* > > I have no idea if this in Oracle or not. But it's something IBruce Momjian2003-12-251-2/+60
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-8/+8
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-271-34/+29
* Call it Linux, not GNU/Linux.Bruce Momjian2003-08-261-3/+3
* 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