summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/int.c
AgeCommit message (Expand)Author
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-19Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-14Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-17Add overflow checks to int4 and int8 versions of generate_series().Robert Haas
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-03-12On further reflection, we'd better do the same in int.c.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-30Reject invalid input in int2vectorin.Robert Haas
2009-09-04Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas
2009-09-03Install a workaround for a longstanding gcc bug that allows SIGFPE trapsTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-05Tweak the overflow checks in integer division functions to complain if theTom Lane
2008-06-17Clean up some problems with redundant cross-type arithmetic operators. AddTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-02Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is aBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-06-12Avoid use of C commment inside C comment from recent Win32 int overflow patch.Bruce Momjian
2006-06-12Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1,Bruce Momjian
2006-03-11Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-02Repair oidvectorrecv and int2vectorrecv, which I broke while changingTom Lane
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-10Missed adding extra argument to array_recv in a couple of placesTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-02-27Add explicit casts between int4 and boolean. Patch from Sean Chittenden,Neil Conway
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-04Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-02-03Add function (actually an int4 and an int8 version) that generatesJoe Conway
2003-12-01Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian