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