]> granicus.if.org Git - postgresql/history - src/include/utils/varbit.h
Update copyright via script for 2017
[postgresql] / src / include / utils / varbit.h
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-02-17 Noah MischPredict integer overflow to avoid buffer overruns.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-02-07 Robert HaasAdd a transform function for varbit typmod coercisions.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-27 Tom LaneRename the C functions bitand(), bitor() to bit_and...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-25 Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-07 Tom LaneFix 3-parameter form of bit substring() to throw error...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-25 Bruce MomjianI have added these macros to c.h:
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-08-04 Thomas G. LockhartAllow bit string constants without fully-specified...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-08-26 Tom LaneRename BITSPERBYTE to BITS_PER_BYTE to avoid conflict...
2000-08-21 Tom LaneFirst pass at integrating BIT and BIT VARYING code...
2000-08-07 Tom LaneTOAST mop-up work: update comments for tuple-size-relat...
2000-07-28 Tom LaneRemove <values.h> inclusions, no-longer-needed MAXINT...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Thomas G. LockhartAdd zpbit and varbit data types from Adrian Joubert