]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/timestamp.c
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / backend / utils / adt / timestamp.c
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-10 Tom LaneMeasure epoch of timestamp-without-time-zone from local...
2012-03-23 Tom LaneCode review for protransform patches.
2012-03-15 Peter EisentrautAdd const qualifier to tzn returned by timestamp2tm()
2012-03-15 Peter EisentrautRemove unused tzn arguments for timestamp2tm()
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
2012-02-09 Robert HaasAdd a comment to AdjustIntervalForTypmod to reduce...
2012-02-09 Robert HaasImprove interval_transform function to detect a few...
2012-02-08 Robert HaasAdd transform functions for various temporal typmod...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-03-12 Bruce MomjianUse macros for time-based constants, rather than constants.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-10 Bruce Momjianinterval_abs():
2009-09-04 Heikki LinnakangasTigthen binary receive functions so that they reject...
2009-07-06 Tom LaneUse floor() not rint() when reducing precision of fract...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-01 Tom LaneChange AdjustIntervalForTypmod to not discard higher...
2009-05-26 Tom LaneRemove the useless and rather inconsistent return value...
2009-04-04 Tom LaneRewrite interval_hash() so that the hashcodes are equal...
2009-03-15 Tom LaneClean up the code for to_timestamp's conversion of...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-10-14 Tom LaneFix EncodeSpecialTimestamp to throw error on unrecogniz...
2008-09-11 Tom LaneAdjust the parser to accept the typename syntax INTERVA...
2008-09-10 Tom LaneMake our parsing of INTERVAL literals spec-compliant...
2008-07-07 Tom LaneFix AT TIME ZONE (in all three variants) so that we...
2008-05-04 Tom LaneAdd timestamp and timestamptz versions of generate_seri...
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-21 Tom LaneGet rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP condi...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-16 Tom LaneFix overflow in extract(epoch from interval) for interv...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-07-18 Bruce MomjianProperly adjust age() seconds to match the sign of...
2007-07-06 Tom LaneFix up hash functions for datetime datatypes so that...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-04-30 Tom LaneChange the timestamps recorded in transaction commit...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-19 Bruce MomjianAdd "isodow" option to EXTRACT() and date_part() where...
2007-02-16 Bruce MomjianAdd two new format fields for use with to_char(), to_da...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-11-11 Tom LaneSuppress a few 'uninitialized variable' warnings that...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-05 Bruce MomjianFix imprecision from interval rounding of multiplicatio...
2006-09-03 Bruce MomjianProperly round months into days and into seconds for...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
2006-03-06 Bruce MomjianAttached is the new patch. To summarize:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Tom LaneFix up comment munged by pg_indent. (Not pg_indent...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-27 Bruce MomjianAdd comment documenting actual failure case of using
2005-10-25 Tom LaneRemove justify_hours call from interval_mul and interva...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-09-09 Tom Lanetimestamptz_izone should return the input, not NULL...
2005-09-09 Tom LaneFix the various forms of AT TIME ZONE to accept either...
2005-08-25 Tom LaneFactor out the common subexpression month_remainder...
2005-08-25 Bruce MomjianBack out pfrees for justify_hour function calls.
2005-08-25 Bruce MomjianFix memory leak when using justify_hours.
2005-08-12 Tom LaneCode & docs review for server instrumentation patch...
2005-07-30 Bruce MomjianFix justify_days() for integer datestamp, clean up...
2005-07-24 Bruce MomjianFix rounding problem in interval_div by using rint...
2005-07-23 Bruce MomjianImprove computations of interval_div to prevent roundin...
2005-07-23 Bruce MomjianAndrew pointed out that the current fix didn't handle...
2005-07-23 Bruce MomjianFix AT TIME ZONE for timestamps without time zones:
2005-07-22 Bruce MomjianFix AT TIME ZONE for timestamps without time zones:
2005-07-22 Bruce MomjianMore removal of unneeded parentheses.
2005-07-22 Bruce MomjianMore spacing adjustments
2005-07-22 Bruce MomjianCode spacing improvement, particularly *tm spacing.
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianFix integer timestamp build for macro changes.
2005-07-21 Bruce MomjianRemove unnecessary parentheses in assignments.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
2005-07-20 Bruce MomjianFix interval division and multiplication, before:
2005-07-12 Bruce MomjianImprove comments for AdjustIntervalForTypmod.
2005-07-12 Bruce MomjianChange 5e0 to 5.0, for consistency.
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-07-04 Bruce MomjianFix date_trunct for December dates that are in the...
2005-06-30 Neil ConwayFix build break on BSD, OSX, and other systems: add...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-15 Bruce MomjianThis patch makes it possible to use the full set of...
2005-06-14 Bruce MomjianAdd pg_postmaster_start_time() function.
2005-05-26 Neil ConwayAdjust datetime parsing to be more robust. We now pass...
2005-05-24 Bruce MomjianRemove more extraneous parentheses in date/time functions.
2005-05-23 Bruce MomjianMore macro cleanups for date/time.
2005-05-23 Bruce MomjianAdd datetime macros for constants, for clarity:
next