Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Modify various power 2 calculations to use new helper functions | David Rowley | 2020-04-08 |
* | Add functions to calculate the next power of 2 | David Rowley | 2020-04-08 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Rotate instead of shifting hash join batch number. | Thomas Munro | 2019-12-24 |
* | Fix more typos and inconsistencies in the tree | Michael Paquier | 2019-06-17 |
* | Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. | Tom Lane | 2019-02-15 |
* | Revert attempts to use POPCNT etc instructions | Alvaro Herrera | 2019-02-15 |
* | Fix compiler builtin usage in new pg_bitutils.c | Alvaro Herrera | 2019-02-15 |
* | Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes | Alvaro Herrera | 2019-02-13 |