summaryrefslogtreecommitdiff
path: root/contrib/bloom
AgeCommit message (Expand)Author
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-03-22Fix errors in contrib/bloom index build.Tom Lane
2017-11-10Tighten test in contrib/bloom/t/001_wal.pl.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-12-08Log the creation of an init fork unconditionally.Robert Haas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
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-14Minor fixes in contrib installation scripts.Tom Lane
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera
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-05-17Avoid possible crash in contrib/bloom's blendscan().Tom Lane
2016-04-28Prevent to use magic constantsTeodor Sigaev
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-12Improve API of GenericXLogRegister().Tom Lane
2016-04-12Add page id to bloom indexTeodor Sigaev
2016-04-10Improve contrib/bloom regression test using code coverage info.Tom Lane
2016-04-09Get rid of blinsert()'s use of GenericXLogUnregister().Tom Lane
2016-04-08Add the "snapshot too old" featureKevin Grittner
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-03Clean up some stuff in new contrib/bloom module.Tom Lane
2016-04-02Add missing "static".Tom Lane
2016-04-02Fix condition in e9e441c9fac6cbc0510cded6abb9d0e6b646ecafTeodor Sigaev
2016-04-02Prevent mark as deleted and as 'has free space' page in bloom moduleTeodor Sigaev
2016-04-02Fixes in bloom contrib moduleTeodor Sigaev
2016-04-01Fixes in bloom contrib module missed during reviewTeodor Sigaev
2016-04-01Bloom index contrib moduleTeodor Sigaev