Commit Graph

19 Commits (51ee6f3160d2e1515ed6197594bda67eb99dc2cc)

Author SHA1 Message Date
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Peter Eisentraut f1a469c9f1 Fix use of offsetof() 9 years ago
Tom Lane d6c9e05cb7 Fix assorted bugs in contrib/bloom. 9 years ago
Tom Lane ed0097e4f9 Add SQL-accessible functions for inspecting index AM properties. 9 years ago
Tom Lane e3049285a3 Trivial cosmetic cleanup in bloom/blutils.c. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Tom Lane ee4af347ba Measure Bloom index signature-length reloption in bits, not words. 9 years ago
Tom Lane abaffa9075 Fix contrib/bloom to work for unlogged indexes. 9 years ago
Teodor Sigaev f8467f7da8 Prevent to use magic constants 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 9 years ago
Tom Lane 5713f03973 Improve API of GenericXLogRegister(). 9 years ago
Teodor Sigaev 813b456ea2 Add page id to bloom index 9 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 9 years ago
Teodor Sigaev eb7308d298 Fix typo 9 years ago
Tom Lane 8f75fd1f40 Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. 9 years ago
Tom Lane 5a5b917184 Add missing "static". 9 years ago
Teodor Sigaev 80afb62db0 Fixes in bloom contrib module 9 years ago
Teodor Sigaev 9ee014fc89 Bloom index contrib module 9 years ago