]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/date.c
Add support for EUI-64 MAC addresses as macaddr8
[postgresql] / src / backend / utils / adt / date.c
2017-02-23 Tom LaneRemove now-dead code for !HAVE_INT64_TIMESTAMP.
2017-01-19 Alvaro HerreraAllow negative years in make_date to represent BC years
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-17 Tom LaneImprove parsetree representation of special functions...
2016-03-16 Tom LaneBe more careful about out-of-range dates and timestamps.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-20 Tom LaneFix incorrect translation of minus-infinity datetimes...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Peter EisentrautAdd more use of psprintf()
2013-11-17 Tom LaneAdd make_date() and make_time() functions.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-20 Peter EisentrautClean up references to SQL92
2013-01-31 Tom LaneReject nonzero day fields in AT TIME ZONE INTERVAL...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-30 Tom LaneExpand the allowed range of timezone offsets to +/...
2012-03-15 Peter EisentrautRemove unused tzn arguments for timestamp2tm()
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-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-03 Heikki LinnakangasSupport range data types.
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-03-12 Bruce MomjianUse macros for time-based constants, rather than constants.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Tom LaneAvoid unexpected conversion overflow in planner for...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-18 Itagaki Takahirodate_recv should accept infinities.
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...
next