]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/varbit.c
Update copyright via script for 2017
[postgresql] / src / backend / utils / adt / varbit.c
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-14 Tom LaneFix assorted integer-overflow hazards in varbit.c.
2016-01-02 Bruce MomjianUpdate copyright for 2016
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-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-23 Tom LaneCode review for protransform patches.
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-02-26 Bruce Momjianpgindent run for 9.0
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-07 Tom LaneMake bit/varbit substring() treat any negative length...
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-12 Tom LaneFix integer-to-bit-string conversions to handle the...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-21 Tom LaneFix potential access-off-the-end-of-memory in varbit_ou...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
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-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-25 Bruce MomjianI have added these macros to c.h:
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-04 Tom LaneDetect overflow in integer arithmetic operators (intege...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-02 Tom LaneWhile perusing SQL92 I realized that we are delivering...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Peter EisentrautOK, some of these syntax errors should be given other...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-04 Thomas G. LockhartAllow bit string constants without fully-specified...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-06 Bruce MomjianChange made to elog:
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-05-03 Tom LaneEnsure that btree sort ordering functions and boolean...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-22 Peter EisentrautFix for bitsubstr when third argument is missing (i...
2000-11-18 Peter EisentrautModify input and output routines to print plain binary...
2000-11-16 Peter EisentrautPrint bit values as binary strings (not hex)
2000-11-07 Bruce MomjianThis somehow gets moot. Is there a way to make gcc...
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-07-03 Jan WieckTOAST
2000-06-15 Bruce MomjianClean up #include's.
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