aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varbit.c
Commit message (Expand)AuthorAge
* Add bit_count SQL functionPeter Eisentraut2021-03-23
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-29
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-04
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Update copyright for 2019Bruce Momjian2019-01-02
* Suppress -Wshift-negative-value warnings.Tom Lane2018-06-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Use new overflow aware integer operations.Andres Freund2017-12-12
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Make more use of castNode()Peter Eisentraut2017-02-21
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix assorted integer-overflow hazards in varbit.c.Tom Lane2016-10-14
* 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