summaryrefslogtreecommitdiff
path: root/contrib/bloom/blutils.c
AgeCommit message (Expand)Author
2016-06-03Measure Bloom index signature-length reloption in bits, not words.Tom Lane
2016-05-25Fix contrib/bloom to work for unlogged indexes.Tom Lane
2016-04-28Prevent to use magic constantsTeodor Sigaev
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-12Add page id to bloom indexTeodor Sigaev
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-04Fix typoTeodor Sigaev
2016-04-03Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS.Tom Lane
2016-04-02Add missing "static".Tom Lane
2016-04-02Fixes in bloom contrib moduleTeodor Sigaev
2016-04-01Bloom index contrib moduleTeodor Sigaev