]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/date.c
Update copyright for the year 2010.
[postgresql] / src / backend / utils / adt / date.c
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-07-29 Tom LaneFix time_part and timetz_part (ie, EXTRACT() for those...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-26 Tom LaneAdd range checks to time_recv() and timetz_recv(),...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-07-07 Tom LaneFix AT TIME ZONE (in all three variants) so that we...
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-26 Tom LaneIn the integer-datetimes case, date2timestamp and date2...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
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-06-02 Tom LaneFix erroneous error reporting for overlength input...
2007-05-30 Neil ConwayTweak: use memcpy() in text_time(), rather than manuall...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
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-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-09 Tom LaneReject out-of-range dates in date_in().
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 LaneFix the various forms of AT TIME ZONE to accept either...
2005-07-23 Bruce MomjianAndrew pointed out that the current fix didn't handle...
2005-07-22 Bruce MomjianMore minor spacing improvements.
2005-07-22 Bruce MomjianCode spacing improvement, particularly *tm spacing.
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
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-12 Bruce MomjianChange 5e0 to 5.0, for consistency.
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-06-15 Bruce MomjianThis patch makes it possible to use the full set of...
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:
2005-04-23 Tom LaneRepair two TIME WITH TIME ZONE bugs found by Dennis...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-02 Tom LaneAdd missing operators of the form interval-plus-datetim...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-31 Tom LaneSuppress compile warnings on machines where the INT64CO...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-02-14 Tom LaneCreate crosstype comparison operators for date vs....
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-27 Tom LaneAdjust date/time input parsing code to correctly distin...
2003-08-08 Tom LaneFix floating-point timestamp comparisons to not go...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-24 Tom LaneFix timestamp_date for HAVE_INT64_TIMESTAMP case.
2003-07-24 Tom LaneRepair 7.3 breakage in timestamp-to-date conversion...
2003-07-17 Tom LaneMake EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow...
2003-06-16 Tom LaneFix bugs in interval-to-time conversion: HAVE_INT64_TIM...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-04-08 Tom LaneMark TimeScales constants as double to avoid integer...
2003-04-04 Tom LaneAvoid repeated computation of the constants date2j...
2003-02-13 Tom LanePrevent timetz2tm() from scribbling on its input in...
2003-01-31 Tom LaneAllow a time zone to be specified (and silently ignored...
2003-01-29 Tom LaneRepair array subscript overrun identified by Yichen...
2003-01-22 Tom LaneFix sloppy comment.
2003-01-09 Tom LaneRepair inconsistent rounding behavior for timestamp...
2002-11-21 Tom LaneFix breakage in new-in-7.3 timetz_zone() function:...
2002-09-21 Tom LaneAdd last-ditch defense against attempts to compile...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Tom LaneEliminate unnecessary dependency on mktime(), and conse...
2002-08-04 Thomas G. LockhartAdd guard code to protect from buffer overruns on long...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-06-01 Thomas G. LockhartFix timestamp to date conversion for the case where...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-03-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2001-11-21 Thomas G. LockhartRepair swapped sign for time minus time routine (time_m...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-04 Tom LaneAdjustTimeForTypmod has the same bug ...
2001-10-04 Tom LaneFix some problems in new variable-resolution-timestamp...
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-05-03 Tom LaneEnsure that btree sort ordering functions and boolean...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-07 Tom LaneMake OVERLAPS operators conform to SQL92 spec regarding...
2000-12-03 Thomas G. LockhartRepair usage of the OVERLAPS operator.
2000-11-11 Thomas G. LockhartAllow interpretation of INTERVALs with more timezone...
2000-10-29 Peter EisentrautUSE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIM...
next