]> granicus.if.org Git - postgresql/history - src/include/utils/datetime.h
Update copyright for 2015
[postgresql] / src / include / utils / datetime.h
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-10 Bruce MomjianC comment: mention 1500-02-29 as an invalid date
2014-11-06 Bruce MomjianC comment: mention why the Gregorian calendar is used...
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-02-17 Noah MischFix handling of wide datetime input/output.
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-17 Tom LaneAdd make_date() and make_time() functions.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-22 Peter EisentrautMark DateTimeParseError() noreturn
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
2012-02-08 Robert HaasAdd transform functions for various temporal typmod...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
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-10-26 Heikki LinnakangasFix range check in date_recv that tried to limit accept...
2009-09-04 Heikki LinnakangasTigthen binary receive functions so that they reject...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-01 Tom LaneFix DecodeInterval to report an error for multiple...
2009-05-26 Tom LaneRemove the useless and rather inconsistent return value...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-09-10 Tom LaneMake our parsing of INTERVAL literals spec-compliant...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-06-12 Tom LaneMinor comment fixes.
2007-05-29 Neil ConwayFix a bug in input processing for the "interval" type...
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-10-18 Tom LaneFix up timetz input so that a date is required only...
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-06-06 Bruce MomjianRemove ancient AIX structure workaround.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-23 Bruce MomjianAndrew pointed out that the current fix didn't handle...
2005-07-22 Bruce MomjianCode spacing improvement, particularly *tm spacing.
2005-05-26 Neil ConwayAdjust datetime parsing to be more robust. We now pass...
2005-05-24 Bruce MomjianPut parentheses around use of macro arguments in FMODUL...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-27 Tom LaneAdjust date/time input parsing code to correctly distin...
2003-08-05 Tom LaneImprove documentation of ParseDateTime(). Reorder...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-17 Tom LaneAdd an upper limit to IS_VALID_JULIAN() to defend again...
2003-07-17 Tom LaneMake EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow...
2003-05-18 Tom LaneAdd code to test for unknown timezone names (following...
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-04 Tom LaneAvoid repeated computation of the constants date2j...
2003-02-20 Tom LaneFix timestamptz_in so that parsing of 'now'::timestampt...
2003-02-19 Bruce MomjianThe following patches eliminate the overflows in the...
2003-01-16 Tom LaneRepair an embarrassingly large number of alphabetizatio...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-01-01 Thomas G. LockhartRename TIME token to ISOTIME to eliminate conflict...
2001-12-29 Thomas G. LockhartRework the date/time parsing to tighten up some cases...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-23 Tom LaneDocument range restriction on bit values used in INTERV...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-08-27 Tom LaneRemove unneeded/unportable extern.
2001-07-10 Tom LaneEnsure macros are adequately parenthesized.
2001-06-18 Bruce MomjianAdd GUC setting for Australian timezones. Uses new...
2001-05-03 Tom LaneConsolidate several near-identical uses of mktime(...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-18 Thomas G. LockhartFix up "Postgres-style" time interval representation...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-29 Tom LaneRepair problems with overrun of timezone name length...
2000-04-14 Thomas G. LockhartFix spelling of "millennium".
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-16 Thomas G. LockhartImplement "date/time grand unification".
2000-01-26 Bruce MomjianAdd:
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-06-23 Thomas G. LockhartRemove code not previously enabled with USE_NEW_DATE...
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...