summaryrefslogtreecommitdiff
path: root/contrib/bloom/blinsert.c
AgeCommit message (Expand)Author
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-06-09pgindent run for 9.6Robert Haas
2016-05-25Fix contrib/bloom to work for unlogged indexes.Tom Lane
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-09Get rid of blinsert()'s use of GenericXLogUnregister().Tom Lane
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-03Clean up some stuff in new contrib/bloom module.Tom Lane
2016-04-01Bloom index contrib moduleTeodor Sigaev