aboutsummaryrefslogtreecommitdiff
path: root/contrib/bloom/blvalidate.c
Commit message (Collapse)AuthorAge
* Bloom index contrib moduleTeodor Sigaev2016-04-01
Module provides new access method. It is actually a simple Bloom filter implemented as pgsql's index. It could give some benefits on search with large number of columns. Module is a single way to test generic WAL interface committed earlier. Author: Teodor Sigaev, Alexander Korotkov Reviewers: Aleksander Alekseev, Michael Paquier, Jim Nasby