summaryrefslogtreecommitdiff
path: root/src/include/utils/int8.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add function (actually an int4 and an int8 version) that generatesJoe Conway2004-02-031-1/+4
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-011-2/+1
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-091-1/+3
* Remove #warning directive, which is nonstandard and isn't reallyTom Lane2002-10-251-7/+1
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-1/+9
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-231-8/+2
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-5/+13
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane2001-10-251-1/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-141-1/+2
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-071-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut2000-10-241-1/+8
* Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane2000-07-281-1/+15
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-49/+46
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-23/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-1/+2
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+4
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-211-3/+1
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-2/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-45/+45
* pgindent run over code.Bruce Momjian1999-05-251-3/+3
* Fix int8 configure one more time ... prior version didn'tTom Lane1999-03-151-8/+7
* Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier1999-03-081-2/+6
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Include some Julian date declarations to share between various date/timeThomas G. Lockhart1999-02-131-3/+6
* Remove lld from LONG LONG nameBruce Momjian1998-09-111-2/+2
* Remove %qd.Bruce Momjian1998-09-111-8/+1
* %lld not %LdBruce Momjian1998-09-101-3/+3
* Allow long long on BSDI.Bruce Momjian1998-09-101-3/+10
* Use alternate form for long-long-int to be compatible with AIX.Thomas G. Lockhart1998-09-051-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+10
* Attached is a patch that uses autoconf to determine whether thereBruce Momjian1998-08-231-15/+8
* Add int8 8-byte integer type.Thomas G. Lockhart1998-07-081-0/+103