]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/nabstime.c
Update copyright for 2014
[postgresql] / src / backend / utils / adt / nabstime.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-01 Tom LaneRemove internal uses of CTimeZone/HasCTZSet.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
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-03-12 Bruce MomjianUse macros for time-based constants, rather than constants.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-03 Tom LaneAdd some comments to tinterval_cmp_internal pointing...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-03-22 Tom LaneRemove the datetime keywords ABSTIME and RELTIME, which...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
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-09-10 Tom LaneMake our parsing of INTERVAL literals spec-compliant...
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-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-22 Andrew Dunstanminor code cleanup - replace useless struct timezone...
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-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-07-23 Bruce MomjianAndrew pointed out that the current fix didn't handle...
2005-07-22 Tom LaneFix insufficient check for overflow in tm2abstime(...
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 MomjianImprove comments for AdjustIntervalForTypmod.
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
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-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
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-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-21 Tom LanePut back #include <sys/time.h> in files that seem to...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-05 Tom LaneDon't assume that struct timeval's tv_sec field is...
2004-03-22 Tom LaneStandardize output buffer size and display format for...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
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-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-17 Tom LaneMake EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-05-04 Tom LaneAllow 60 in seconds fields of timestamp, time, interval...
2003-04-04 Tom LaneAvoid repeated computation of the constants date2j...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-02-22 Tom LaneSimplify timezone-handling code per proposal to pghacke...
2003-02-20 Tom LaneFix timestamptz_in so that parsing of 'now'::timestampt...
2002-12-12 Tom LaneGuard against overrunning CTZName buffer when TZ is...
2002-11-12 Tom LaneRemove NO_MKTIME_BEFORE_1970. I had speculated that...
2002-10-04 Tom LaneFix a couple of grammatical errors in error messages.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-01 Tom LaneMark the float8 -> int8 cast as implicit. This resolve...
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-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-03-06 Bruce MomjianChange made to elog:
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-20 Thomas G. LockhartFix transposed arguments for typmod for one INTERVAL...
2001-10-18 Tom LaneRepair missing brace in HAVE_INT_TIMEZONE case.
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-01 Tatsuo IshiiRemove C++ style comment. Some compilers won't accept it.
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-04-26 Tom LaneRemove bogus Assert from AbsoluteTimeIsBefore(). ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-21 Tom LaneCorrect bogus output formatting of timeofday() function...
2001-02-13 Bruce MomjianPlease apply the following patch to fix AIX and IRIX...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-18 Thomas G. LockhartFix up "Postgres-style" time interval representation...
2001-01-17 Thomas G. LockhartChange comparisons of tm->tm_isdst from "nonzero" to...
2000-12-09 Tom LanePortability fix from Ryan Kirkpatrick's Alpha patches...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
next