index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gin
/
btree_gin.c
Commit message (
Expand
)
Author
Age
*
Use correct symbol for minimum int64 value
Peter Eisentraut
2016-07-17
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
btree_gin: properly call DirectFunctionCall1()
Bruce Momjian
2015-03-31
*
Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74
Bruce Momjian
2015-03-24
*
btree_gin: properly call DirectFunctionCall1()
Bruce Momjian
2015-03-24
*
Turn much of the btree_gin macros into real functions.
Heikki Linnakangas
2014-12-22
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
De-kludge contrib/btree_gin for collations.
Tom Lane
2011-04-22
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Improve comment.
Tom Lane
2011-01-09
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-07
*
Ooops, missed that a couple of contrib modules have calls to byteacmp.
Tom Lane
2009-08-04
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Add btree_gin contrib module.
Tom Lane
2009-03-25