summaryrefslogtreecommitdiff
path: root/contrib/bloom/blutils.c
AgeCommit message (Expand)Author
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-30Fix use of offsetof()Peter Eisentraut
2016-08-14Fix assorted bugs in contrib/bloom.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-11Trivial cosmetic cleanup in bloom/blutils.c.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
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