aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAge
* 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
* Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart2002-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fix lookup tables used for rounding interval data values when not usingThomas G. Lockhart2002-05-14
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-09
* Change made to elog:Bruce Momjian2002-03-06
* Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii2002-03-04
* Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart2002-01-12
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-29
* Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler.Tom Lane2001-11-21
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-20
* Didn't compile on non-HAVE_TM_ZONE machines.Tom Lane2001-10-18
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Define CEST as a synonym for Central European Savings TimeThomas G. Lockhart2001-10-05
* Fix some problems in new variable-resolution-timestamp code.Tom Lane2001-10-04
* AdjustTimestampForTypmod does not work (at least not portably) onTom Lane2001-10-03
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-03
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* - new to_char(interval, text)Bruce Momjian2001-09-06
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-03
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-03
* Correct bogus mktime() calls.Tom Lane2001-04-03
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-18
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-17
* Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart2001-01-03
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-07
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart2000-11-11
* Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart2000-11-06
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-29
* * to_char:Bruce Momjian2000-08-29
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-12
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* TOASTJan Wieck2000-07-03
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart2000-04-14