summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
AgeCommit message (Expand)Author
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
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-04-03Correct bogus mktime() calls.Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-13Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-18Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart
2001-01-17Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart
2001-01-03Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart
2000-12-07Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-11Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart
2000-11-06Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart
2000-10-29USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut
2000-08-29 * to_char:Bruce Momjian
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-03TOASTJan Wieck
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-04-14Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart