summaryrefslogtreecommitdiff
path: root/src/include/utils/int8.h
Commit message (Expand)AuthorAgeFilesLines
* 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