aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* interval_abs():Bruce Momjian2009-11-10
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-09-04
* Use floor() not rint() when reducing precision of fractional seconds inTom Lane2009-07-06
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Change AdjustIntervalForTypmod to not discard higher-order field values on theTom Lane2009-06-01
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-26
* Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane2009-04-04
* Clean up the code for to_timestamp's conversion of year plus ISO day numberTom Lane2009-03-15
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather thanTom Lane2008-10-14
* Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)Tom Lane2008-09-11
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-10
* Fix AT TIME ZONE (in all three variants) so that we first try to interpretTom Lane2008-07-07
* Add timestamp and timestamptz versions of generate_series().Tom Lane2008-05-04
* Add pg_conf_load_time() function to report when the Postgres configurationTom Lane2008-05-04
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventingTom Lane2008-03-21
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix overflow in extract(epoch from interval) for intervals exceeding 68 years.Tom Lane2007-09-16
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Properly adjust age() seconds to match the sign of the larger units.Bruce Momjian2007-07-18
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-06
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-15
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane2007-04-30
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-30
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-19
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane2006-11-11
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-05
* Properly round months into days and into seconds for intervalBruce Momjian2006-09-03
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-25
* Attached is the new patch. To summarize:Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix up comment munged by pg_indent. (Not pg_indent's fault; should haveTom Lane2005-11-22
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Add comment documenting actual failure case of usingBruce Momjian2005-10-27