aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/int8.h
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut2000-10-24
* Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane2000-07-28
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-21
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Fix int8 configure one more time ... prior version didn'tTom Lane1999-03-15
* Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier1999-03-08
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Include some Julian date declarations to share between various date/timeThomas G. Lockhart1999-02-13
* Remove lld from LONG LONG nameBruce Momjian1998-09-11
* Remove %qd.Bruce Momjian1998-09-11
* %lld not %LdBruce Momjian1998-09-10
* Allow long long on BSDI.Bruce Momjian1998-09-10
* Use alternate form for long-long-int to be compatible with AIX.Thomas G. Lockhart1998-09-05
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Attached is a patch that uses autoconf to determine whether thereBruce Momjian1998-08-23
* Add int8 8-byte integer type.Thomas G. Lockhart1998-07-08