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
/
btree_gin.c
Age
Commit message (
Expand
)
Author
4 days
Add more cross-type comparisons to contrib/btree_gin.
Tom Lane
4 days
Add cross-type comparisons to contrib/btree_gin.
Tom Lane
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-10-29
btree_gin: Fix calculation of leftmost interval value.
Dean Rasheed
2021-08-10
Fix failure of btree_gin indexscans with "char" type and </<= operators.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-05
Add support of bool, bpchar, name and uuid to btree_gin
Teodor Sigaev
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
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-07-17
Use correct symbol for minimum int64 value
Peter Eisentraut
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-03-31
btree_gin: properly call DirectFunctionCall1()
Bruce Momjian
2015-03-25
Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74
Bruce Momjian
2015-03-25
btree_gin: properly call DirectFunctionCall1()
Bruce Momjian
2014-12-22
Turn much of the btree_gin macros into real functions.
Heikki Linnakangas
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-04-22
De-kludge contrib/btree_gin for collations.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-09
Improve comment.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-07
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2009-08-04
Ooops, missed that a couple of contrib modules have calls to byteacmp.
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-03-25
Add btree_gin contrib module.
Tom Lane