index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gin
/
expected
Age
Commit message (
Expand
)
Author
2025-07-03
Add more cross-type comparisons to contrib/btree_gin.
Tom Lane
2025-07-03
Add cross-type comparisons to contrib/btree_gin.
Tom Lane
2023-10-29
btree_gin: Fix calculation of leftmost interval value.
Dean Rasheed
2022-11-08
Produce more-optimal plans for bitmap scans on boolean columns.
Tom Lane
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2021-08-10
Fix failure of btree_gin indexscans with "char" type and </<= operators.
Tom Lane
2018-04-05
Add support of bool, bpchar, name and uuid to btree_gin
Teodor Sigaev
2017-03-21
Add btree_gin support for enum types
Andrew Dunstan
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2016-11-29
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-07-21
Make contrib regression tests safe for Danish locale.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2009-08-04
Ooops, missed that a couple of contrib modules have calls to byteacmp.
Tom Lane
2009-03-25
Add btree_gin contrib module.
Tom Lane