index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
lib
/
bloomfilter.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
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
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix non-portable use of round().
Andres Freund
2018-03-31
*
Add Bloom filter implementation.
Andres Freund
2018-03-31