postgresql/contrib/bloom
Tom Lane 80cf18910c Get rid of blinsert()'s use of GenericXLogUnregister().
That routine is dangerous, and unnecessary once we get rid of this
one caller.

In passing, fix failure to clean up temp memory context, or switch
back to caller's context, during slowest exit path.
2016-04-09 15:39:14 -04:00
..
expected
sql
t
.gitignore
blcost.c
blinsert.c Get rid of blinsert()'s use of GenericXLogUnregister(). 2016-04-09 15:39:14 -04:00
bloom--1.0.sql
bloom.control
bloom.h Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. 2016-04-03 15:16:07 -04:00
blscan.c Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
blutils.c Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
blvacuum.c Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
blvalidate.c
Makefile