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