summaryrefslogtreecommitdiff
path: root/contrib/bloom/blscan.c
AgeCommit message (Expand)Author
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-14Fix assorted bugs in contrib/bloom.Tom Lane
2016-06-03Measure Bloom index signature-length reloption in bits, not words.Tom Lane
2016-05-17Avoid possible crash in contrib/bloom's blendscan().Tom Lane
2016-04-21PGDLLIMPORT-ify old_snapshot_threshold.Tom Lane
2016-04-21Include snapmgr.h in blscan.cKevin Grittner
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-03Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS.Tom Lane
2016-04-03Clean up some stuff in new contrib/bloom module.Tom Lane
2016-04-01Bloom index contrib moduleTeodor Sigaev