aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/pg_bitutils.h
Commit message (Expand)AuthorAge
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Add functions to calculate the next power of 2David Rowley2020-04-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Rotate instead of shifting hash join batch number.Thomas Munro2019-12-24
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-15
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-15
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-15
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-13