Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
| | | | | Backpatch-through: certain files through 9.4 | ||
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
| | | | | Backpatch-through: certain files through 9.3 | ||
* | Move some things from builtins.h to new header files | Peter Eisentraut | 2017-01-20 |
| | | | | This avoids that builtins.h has to include additional header files. | ||
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
| | |||
* | Bloom index contrib module | Teodor Sigaev | 2016-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 |