summaryrefslogtreecommitdiff
path: root/src/include/port/pg_bitutils.h
AgeCommit message (Expand)Author
2021-08-16Use direct function calls for pg_popcount{32,64} on non-x86 platformsJohn Naylor
2021-07-25Get rid of artificial restriction on hash table sizes on Windows.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-04-08Modify various power 2 calculations to use new helper functionsDavid Rowley
2020-04-08Add functions to calculate the next power of 2David Rowley
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Rotate instead of shifting hash join batch number.Thomas Munro
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-02-15Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-15Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera