summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varbit.c
Commit message (Expand)AuthorAgeFilesLines
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-041-10/+16
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-041-2/+4
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-221-88/+77
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Create the infrastructure for planner support functions.Tom Lane2019-02-091-19/+29
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Suppress -Wshift-negative-value warnings.Tom Lane2018-06-171-4/+4
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Use new overflow aware integer operations.Andres Freund2017-12-121-2/+2
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-111-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-4/+4
* Phase 2 of pgindent updates.Tom Lane2017-06-211-3/+3
* Make more use of castNode()Peter Eisentraut2017-02-211-2/+1
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix assorted integer-overflow hazards in varbit.c.Tom Lane2016-10-141-5/+15
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-171-2/+30
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Code review for protransform patches.Tom Lane2012-03-231-12/+11
* Add a transform function for varbit typmod coercisions.Robert Haas2012-02-071-0/+35
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Rename the C functions bitand(), bitor() to bit_and(), bit_or().Tom Lane2010-12-271-20/+40
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-14/+16
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-251-2/+172
* Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane2010-01-071-7/+27
* Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane2010-01-071-7/+17
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-5/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane2009-12-121-3/+13
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-9/+9
* Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane2007-08-211-6/+11
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-151-2/+2
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-18/+18
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-1/+86
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* I have added these macros to c.h:Bruce Momjian2005-12-251-7/+7
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-24/+26
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-2/+2