]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/int.c
Update copyright for 2014
[postgresql] / src / backend / utils / adt / int.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-19 Tom LaneImprove handling of INT_MIN / -1 and related cases.
2012-11-14 Tom LaneFix the int8 and int2 cases of (minimum possible intege...
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-17 Robert HaasAdd overflow checks to int4 and int8 versions of genera...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-03-12 Tom LaneOn further reflection, we'd better do the same in int.c.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-30 Robert HaasReject invalid input in int2vectorin.
2009-09-04 Heikki LinnakangasTigthen binary receive functions so that they reject...
2009-09-03 Tom LaneInstall a workaround for a longstanding gcc bug that...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-05 Tom LaneTweak the overflow checks in integer division functions...
2008-06-17 Tom LaneClean up some problems with redundant cross-type arithm...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-02 Bruce MomjianFix float4/8 to handle Infinity and Nan consistently...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-06-12 Bruce MomjianAvoid use of C commment inside C comment from recent...
2006-06-12 Bruce MomjianWin32 can't catch the exception thrown by INT_MIN ...
2006-03-11 Neil ConwayRemove a few places that attempted to define INT_MAX...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-02 Tom LaneRepair oidvectorrecv and int2vectorrecv, which I broke...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-10 Tom LaneMissed adding extra argument to array_recv in a couple...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-02-27 Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-04 Tom LaneDetect overflow in integer arithmetic operators (intege...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-03 Joe ConwayAdd function (actually an int4 and an int8 version...
2003-12-01 Bruce MomjianAttached is a patch implementing factorial(), returning...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
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-05-09 Tom LaneBinary send/receive routines for a few basic datatypes...
2003-03-11 Tom LaneAdd explicit tests for division by zero to all user...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-07 Bruce MomjianImprove readability of factorial, from Florian Weimer.
2002-06-07 Bruce MomjianFix for factorial(0::int2) returning 1, from sugita...
2002-02-23 Bruce MomjianMake factorial(0) return 1, as per spec.
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-10-24 Peter EisentrautInteger binary operators, from Marko Kreen <marko@l...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-03 Jan WieckTOAST
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-03-07 Bruce MomjianProtects you from coredumps if you do eg. str::int4...
2000-02-21 Tom LaneClean up some really grotty coding in catcache.c, impro...
2000-01-26 Bruce MomjianAdd:
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
2000-01-10 Bruce MomjianUpdate int28out and out8out and _in_ functions to handl...
2000-01-10 Bruce MomjianFix oid8in and int28in for spaces
2000-01-10 Bruce MomjianMove fixes for >8 indexed fields.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-07-09 Tom LaneAnother place that HAVE_LIMITS_H was misspelled.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-22 Bruce MomjianCleanup for oid8[] from Tatsuo Ishii.
1998-09-01 Bruce Momjiancleanup
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-17 Thomas G. LockhartUse SHRT_MIN and SHRT_MAX for 2-byte integer limits.
1997-10-25 Thomas G. LockhartAdd conversions for int2 and int4 to and from text.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
next