aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varbit.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Code review for protransform patches.Tom Lane2012-03-23
* Add a transform function for varbit typmod coercisions.Robert Haas2012-02-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Rename the C functions bitand(), bitor() to bit_and(), bit_or().Tom Lane2010-12-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-25
* Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane2010-01-07
* Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane2010-01-07
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane2009-12-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane2007-08-21
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-15
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-04
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* While perusing SQL92 I realized that we are delivering the wrong SQLSTATETom Lane2004-08-02
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-15
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12