summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/int8.c
AgeCommit message (Expand)Author
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-03-12Adjust the API for aggregate function calls so that a C-coded functionTom Lane
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-04-01Add missing casts to unsigned char in recently-added isspace() calls.Tom Lane
2004-03-11Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway
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
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-05-09Binary send/receive routines for a few basic datatypes --- enough forTom Lane
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-23Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-02-23Make factorial(0) return 1, as per spec.Bruce Momjian
2001-11-24Tweak int8in to accept -9223372036854775808, per recent discussion inTom Lane
2001-10-25Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-07Revise overflow test in int84() to avoid codegen bug in some olderTom Lane
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-14sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane
2001-06-07This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-26Change float8-to-int8 conversion to round to nearest, rather thanTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-10-24Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut
2000-07-28Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-03TOASTJan Wieck
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-02-24int8in failed to detect overflow; it really should.Tom Lane
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
1999-08-21Cleanups for int8: guard against null inputs in comparisonTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian