postgresql/contrib/bloom
Tom Lane 5713f03973 Improve API of GenericXLogRegister().
Rename this function to GenericXLogRegisterBuffer() to make it clearer
what it does, and leave room for other sorts of "register" actions in
future.  Also, replace its "bool isNew" argument with an integer flags
argument, so as to allow adding more flags in future without an API
break.

Alexander Korotkov, adjusted slightly by me
2016-04-12 11:42:06 -04:00
..
expected Improve contrib/bloom regression test using code coverage info. 2016-04-10 13:12:24 -04:00
sql Improve contrib/bloom regression test using code coverage info. 2016-04-10 13:12:24 -04:00
t Bloom index contrib module 2016-04-01 16:42:24 +03:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
Makefile Bloom index contrib module 2016-04-01 16:42:24 +03:00
blcost.c Bloom index contrib module 2016-04-01 16:42:24 +03:00
blinsert.c Improve API of GenericXLogRegister(). 2016-04-12 11:42:06 -04:00
bloom--1.0.sql Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Add page id to bloom index 2016-04-12 18:03:01 +03:00
blscan.c Add the "snapshot too old" feature 2016-04-08 14:36:30 -05:00
blutils.c Improve API of GenericXLogRegister(). 2016-04-12 11:42:06 -04:00
blvacuum.c Improve API of GenericXLogRegister(). 2016-04-12 11:42:06 -04:00
blvalidate.c Bloom index contrib module 2016-04-01 16:42:24 +03:00