aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/int8.h
Commit message (Expand)AuthorAge
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-28
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add function (actually an int4 and an int8 version) that generatesJoe Conway2004-02-03
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-09
* Remove #warning directive, which is nonstandard and isn't reallyTom Lane2002-10-25
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Update copyright to 2002.Bruce Momjian2002-06-20
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-23
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane2001-10-25
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-14
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-07
* 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