]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/datetime.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / adt / datetime.c
2019-08-07 Michael PaquierFix some incorrect parsing of time with time zone strings
2019-07-26 Tom LaneTweak our special-case logic for the IANA "Factory...
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-06-30 Peter EisentrautRemove explicit error handling for obsolete date/time...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-10-17 Tom LaneConst-ify a few more large static tables.
2018-09-08 Michael PaquierRemove duplicated words split across lines in comments
2018-07-11 Alvaro HerreraRethink how to get float.h in old Windows API for isnan...
2018-05-09 Tom LaneUpdate time zone data files to tzdata release 2018e.
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-03-13 Peter EisentrautMove strtoint() to common
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-02-23 Tom LaneRemove now-dead code for !HAVE_INT64_TIMESTAMP.
2017-02-21 Peter EisentrautMake more use of castNode()
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-19 Tom LaneSuppress "Factory" zone in pg_timezone_names view for...
2016-09-02 Tom LaneDon't require dynamic timezone abbreviations to match...
2016-04-23 Tom LaneRename strtoi() to strtoint().
2016-03-17 Tom LaneFix j2day() to behave sanely for negative Julian dates.
2016-03-16 Tom LaneBe more careful about out-of-range dates and timestamps.
2016-02-07 Tom LaneImprove speed of timestamp/time/date output functions.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-06 Greg StarkMove DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS...
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
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-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-01-30 Bruce MomjianAdd checks for interval overflow/underflow
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-11-01 Tom LaneFix some odd behaviors when using a SQL-style simple...
2013-10-16 Bruce MomjianAllow 5+ digit years for non-ISO timestamp/date strings...
2013-10-01 Bruce MomjianAdjust C comments that would be wrap-able.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-20 Peter EisentrautClean up references to SQL92
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-02 Heikki LinnakangasFix access past end of string in date parsing.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-25 Bruce MomjianAllow text timezone designations, e.g. "America/Chicago...
2012-08-03 Tom LaneFix bugs with parsing signed hh:mm and hh:mm:ss fields...
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-23 Tom LaneCode review for protransform patches.
2012-03-15 Peter EisentrautAdd const qualifier to tzn returned by 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-08-30 Robert HaasFix parsing of time string followed by yesterday/today...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-25 Bruce MomjianAdd C comment about why we don't spell out "month"...
2011-05-11 Tom LanePrevent datebsearch() from crashing on base == NULL...
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-03-12 Bruce MomjianUse macros for time-based constants, rather than constants.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-23 Tom LaneRe-allow input of Julian dates prior to 0001-01-01 AD.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-02 Tom LaneFix an ancient typo that prevented the detection of...
2010-05-09 Tom LaneAdjust comments about avoiding use of printf's %.*s.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-18 Tom LaneFix overflow for INTERVAL 'x ms' where x is more than...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Tom LaneMake handling of INTERVAL DAY TO MINUTE and INTERVAL...
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-05-01 Tom LaneWhen checking for datetime field overflow, we should...
2009-03-22 Tom LaneRemove the datetime keywords ABSTIME and RELTIME, which...
2009-03-17 Bruce MomjianImprove zero-year comments.
2009-03-17 Bruce MomjianDocument that datetime year '0' is considered in a...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-12 Tom LaneClean up the ancient decision to show only two fraction...
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-11-08 Tom LaneFix recently added code for SQL years-months interval...
2008-10-02 Tom LaneFix improper display of fractional seconds in interval...
2008-09-24 Bruce MomjianFix integral timestamps so the output is consistent...
2008-09-16 Tom LaneClean up a couple of weird corner cases in interval...
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-06-09 Tom LaneFix datetime input functions to correctly detect intege...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-25 Tom LaneReject year zero during datetime input, except when...
2008-02-25 Tom LaneFix datetime input to behave correctly for Feb 29 in...
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-08-04 Tom LaneSwitch over to using the src/timezone functions for...
next