summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lookup tables used for rounding interval data values when not usingThomas G. Lockhart2002-05-141-14/+14
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-171/+545
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-091-2/+2
* Change made to elog:Bruce Momjian2002-03-061-3/+3
* Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii2002-03-041-5/+5
* Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart2002-01-121-3/+3
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-291-2/+13
* Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler.Tom Lane2001-11-211-5/+11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-87/+74
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-201-7/+19
* Didn't compile on non-HAVE_TM_ZONE machines.Tom Lane2001-10-181-2/+4
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-66/+239
* Define CEST as a synonym for Central European Savings TimeThomas G. Lockhart2001-10-051-8/+8
* Fix some problems in new variable-resolution-timestamp code.Tom Lane2001-10-041-6/+13
* AdjustTimestampForTypmod does not work (at least not portably) onTom Lane2001-10-031-10/+6
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-26/+80
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-398/+972
* - new to_char(interval, text)Bruce Momjian2001-09-061-6/+3
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-031-52/+3
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-031-152/+60
* Correct bogus mktime() calls.Tom Lane2001-04-031-3/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-88/+95
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-131-1/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-181-21/+6
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-171-7/+7
* Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart2001-01-031-5/+5
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-071-21/+91
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-7/+7
* Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart2000-11-111-3/+3
* Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart2000-11-061-21/+81
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-291-26/+18
* * to_char:Bruce Momjian2000-08-291-30/+76
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-6/+86
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-121-5/+2
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-9/+24
* TOASTJan Wieck2000-07-031-4/+4
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-1/+18
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-589/+450
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-12/+11
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-4/+6
* Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart2000-04-141-5/+37
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-24/+26
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-071-73/+38
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+27
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-59/+2155
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-1/+0
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-0/+1