]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/int8.c
Remove all the special-case code for INT64_IS_BUSTED, per decision that
[postgresql] / src / backend / utils / adt / int8.c
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-03 Tom LaneInstall a workaround for a longstanding gcc bug that...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
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-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-30 Tom LaneFix int8mul so that overflow check is applied correctly...
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...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-03-12 Tom LaneAdjust the API for aggregate function calls so that...
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-04-01 Tom LaneAdd missing casts to unsigned char in recently-added...
2004-03-11 Neil ConwayRevise int2/int4/int8/float4/float8 input routines...
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-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
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-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-23 Tom LaneClean up INT64CONST conflicts. Make the pg_crc code...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-02-23 Bruce MomjianMake factorial(0) return 1, as per spec.
2001-11-24 Tom LaneTweak int8in to accept -9223372036854775808, per recent...
2001-10-25 Tom LaneAdd int2-to-int8 and int8-to-int2 conversion routines...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-07 Tom LaneRevise overflow test in int84() to avoid codegen bug...
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-26 Tom LaneChange float8-to-int8 conversion to round to nearest...
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-07-28 Tom LaneAdd int2-vs-int8 comparison operators. These are now...
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-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
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-02-24 Tom Laneint8in failed to detect overflow; it really should.
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-08-21 Tom LaneCleanups for int8: guard against null inputs in comparison
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianUpdate #include cleanups
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-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-15 Thomas G. LockhartFix max(int8) result by making sure int8larger() copies...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-13 Thomas G. LockhartAdd routines to convert between int8 and text/varchar...
1999-02-03 Tom LaneModify int8 to not depend on sscanf(), and fix configur...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-08 Thomas G. LockhartInclude 8-byte integer type.