aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gin/btree_gin.c
Commit message (Expand)AuthorAge
* Use correct symbol for minimum int64 valuePeter Eisentraut2016-07-17
* pgindent run for 9.5Bruce Momjian2015-05-23
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* btree_gin: properly call DirectFunctionCall1()Bruce Momjian2015-03-31
* Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74Bruce Momjian2015-03-24
* btree_gin: properly call DirectFunctionCall1()Bruce Momjian2015-03-24
* Turn much of the btree_gin macros into real functions.Heikki Linnakangas2014-12-22
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* De-kludge contrib/btree_gin for collations.Tom Lane2011-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Per-column collation supportPeter Eisentraut2011-02-08
* Improve comment.Tom Lane2011-01-09
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane2009-08-04
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add btree_gin contrib module.Tom Lane2009-03-25