summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
AgeCommit message (Expand)Author
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
2002-05-14Fix lookup tables used for rounding interval data values when not usingThomas G. Lockhart
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-03-04Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii
2002-01-12Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart
2001-12-29Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart
2001-11-21Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler.Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-20Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart
2001-10-18Didn't compile on non-HAVE_TM_ZONE machines.Tom Lane
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-05Define CEST as a synonym for Central European Savings TimeThomas G. Lockhart
2001-10-04Fix some problems in new variable-resolution-timestamp code.Tom Lane
2001-10-03AdjustTimestampForTypmod does not work (at least not portably) onTom Lane
2001-10-03Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-09-06 - new to_char(interval, text)Bruce Momjian
2001-05-03Consolidate several near-identical uses of mktime() into a singleTom Lane