index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
bloom
/
blutils.c
Age
Commit message (
Expand
)
Author
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-30
Fix use of offsetof()
Peter Eisentraut
2016-08-14
Fix assorted bugs in contrib/bloom.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-11
Trivial cosmetic cleanup in bloom/blutils.c.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-03
Measure Bloom index signature-length reloption in bits, not words.
Tom Lane
2016-05-25
Fix contrib/bloom to work for unlogged indexes.
Tom Lane
2016-04-28
Prevent to use magic constants
Teodor Sigaev
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-12
Improve API of GenericXLogRegister().
Tom Lane
2016-04-12
Add page id to bloom index
Teodor Sigaev
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-04
Fix typo
Teodor Sigaev
2016-04-03
Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS.
Tom Lane
2016-04-02
Add missing "static".
Tom Lane
2016-04-02
Fixes in bloom contrib module
Teodor Sigaev
2016-04-01
Bloom index contrib module
Teodor Sigaev