summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
AgeCommit message (Expand)Author
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-01Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane
2004-11-20Patch of 2004-03-30 corrected date_part(timestamp) for extractingTom Lane
2004-11-01timestamptz_trunc() should only recalculate the timezone when truncatingTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-20> After all that about numbering centuries and millenia correctly,Bruce Momjian
2004-06-03Add range-checking in timestamp_recv and timestamptz_recv, perTom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-31I think I've finally identified the cause of the off-by-one-secondTom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-04-10Please find a small patch to fix the brain damage "century" andBruce Momjian
2004-03-30Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian
2004-03-22Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane
2004-03-15Localize our dependencies on the way to create NAN or INFINITY.Tom Lane
2004-03-05Per a brief conversation with Tom, I've created a patch for addingBruce Momjian
2004-02-14Create crosstype comparison operators for date vs. timestamp and dateTom Lane
2003-12-25> > I have no idea if this in Oracle or not. But it's something IBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-08-27Adjust date/time input parsing code to correctly distinguish the fourTom Lane
2003-08-26Call it Linux, not GNU/Linux.Bruce Momjian
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-08Fix floating-point timestamp comparisons to not go nuts if NaN isTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-07-26I corecting date_trunc('quarter',...) and friends because orig versionBruce Momjian
2003-07-17Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane
2003-07-04tm2timestamp should return -1, not elog, on overflow. (In the backendTom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-04-07Remove unnecessary dt2local() call.Tom Lane
2003-04-04Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane
2003-03-20Attached is a patch that limits the range tested by horology toBruce Momjian
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2003-02-27Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zoneTom Lane
2003-02-22Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane
2003-01-22Fix sloppy comment.Tom Lane
2003-01-09Repair inconsistent rounding behavior for timestamp, time, interval,Tom Lane
2002-11-12Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane
2002-09-21Add last-ditch defense against attempts to compile datetime code withTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestampTom Lane
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-08-26Modify array operations to include array's element type OID in theTom 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