aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib/bloomfilter.c
Commit message (Expand)AuthorAge
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* 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
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix non-portable use of round().Andres Freund2018-03-31
* Add Bloom filter implementation.Andres Freund2018-03-31