]> granicus.if.org Git - postgresql/history - src/include/utils/int8.h
Clean up jsonb code.
[postgresql] / src / include / utils / int8.h
2014-04-13 Tom LaneProvide moving-aggregate support for a bunch of numeric...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-06-17 Tom LaneClean up some problems with redundant cross-type arithm...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-03 Joe ConwayAdd function (actually an int4 and an int8 version...
2003-12-01 Bruce MomjianAttached is a patch implementing factorial(), returning...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-05-09 Tom LaneBinary send/receive routines for a few basic datatypes...
2002-10-25 Tom LaneRemove #warning directive, which is nonstandard and...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-23 Tom LaneClean up INT64CONST conflicts. Make the pg_crc code...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Tom LaneAdd int2-to-int8 and int8-to-int2 conversion routines...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-10-24 Peter EisentrautInteger binary operators, from Marko Kreen <marko@l...
2000-07-28 Tom LaneAdd int2-vs-int8 comparison operators. These are now...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-21 Tom LaneClean up some really grotty coding in catcache.c, impro...
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-15 Tom LaneFix int8 configure one more time ... prior version...
1999-03-08 Marc G. FournierHave configure check for use of %lld for int64, and...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-13 Thomas G. LockhartInclude some Julian date declarations to share between...
1998-09-11 Bruce MomjianRemove lld from LONG LONG name
1998-09-11 Bruce MomjianRemove %qd.
1998-09-10 Bruce Momjian%lld not %Ld
1998-09-10 Bruce MomjianAllow long long on BSDI.
1998-09-05 Thomas G. LockhartUse alternate form for long-long-int to be compatible...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-23 Bruce MomjianAttached is a patch that uses autoconf to determine...
1998-07-08 Thomas G. LockhartAdd int8 8-byte integer type.