]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/datetime.c
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
[postgresql] / src / backend / utils / adt / datetime.c
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...
2007-06-12 Tom LaneFix DecodeDateTime to allow timezone to appear before...
2007-05-29 Neil ConwayFix a bug in input processing for the "interval" type...
2007-05-27 Neil ConwayCode cleanup: use "bool" for Boolean variables, rather...
2007-03-01 Peter EisentrautFix date/time formats for XML Schema output.
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-10-17 Tom LaneFix up some problems in handling of zic-style time...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-09-04 Tom LaneFix interval input parser so that fractional weeks...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-06-07 Bruce MomjianAllow timezone names in SQL strings,
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-02 Bruce MomjianRemove comment on errno=0 lines, but add mention to...
2005-12-01 Bruce MomjianComment "errno = 0" in a more generic way.
2005-12-01 Bruce MomjianAdd comments about why errno is set to zero.
2005-12-01 Tom LaneCheck for overflow in strtol() while parsing datetime...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-14 Bruce MomjianAllow times of 24:00:00 to match rounding behavior:
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
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-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-12 Bruce MomjianChange 5e0 to 5.0, for consistency.
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-05-27 Bruce MomjianDisplay only 9 subsecond digits instead of 10 for time...
2005-05-27 Bruce MomjianBack out part of patch that should be applied later.
2005-05-27 Bruce MomjianFix compile of entab to use stdarg.h. Clean up includes.
2005-05-26 Bruce MomjianBack out:
2005-05-26 Bruce MomjianDisplay only 9 not 10 digits of precision for timestamp...
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-05-23 Bruce MomjianRemove unnecessary parentheses in datetime/timestamp...
2005-05-21 Bruce MomjianRemove excess parens, use Abs instead of : ?.
2005-04-20 Tom LaneFix mis-display of negative fractional seconds in inter...
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2005-01-11 Tom Laneinterval_out failed to mention 'ago' for negative inter...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-01 Tom LaneInvent pg_next_dst_boundary() and rewrite DetermineLoca...
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-11 Tom LaneCause the format of BC timestamptz output to be 'dateti...
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-03-30 Bruce MomjianFix to_char for 1 BC. Previously it returned 1 AD.
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2003-12-21 Bruce MomjianBack out:
2003-12-20 Bruce MomjianIn my mind there were two categories of open issues
2003-12-17 Tom LaneFix DecodeInterval to handle '-0.1' sanely, per gripe...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-16 Tom LaneFix datetime input parsing to accept YYYY-MONTHNAME...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-13 Tom LaneOkay, I've had it with mktime() bugs. While chasing...
2003-08-27 Tom LaneAdjust date/time input parsing code to correctly distin...
2003-08-25 Tom LaneAdd the Brazilian time zone abbreviations BRT, BRST...
2003-08-25 Tom LaneAllow parsing of time and timetz inputs to accept the...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-05 Tom LaneImprove documentation of ParseDateTime(). Reorder...
2003-08-05 Tom LaneFix several places where fractional-second inputs were...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
next