]> granicus.if.org Git - postgresql/history - contrib/btree_gin/btree_gin.c
Fix some possible low-memory failures in regexp compilation.
[postgresql] / contrib / btree_gin / btree_gin.c
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-03-31 Bruce Momjianbtree_gin: properly call DirectFunctionCall1()
2015-03-25 Bruce MomjianRevert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74
2015-03-25 Bruce Momjianbtree_gin: properly call DirectFunctionCall1()
2014-12-22 Heikki LinnakangasTurn much of the btree_gin macros into real functions.
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-22 Tom LaneDe-kludge contrib/btree_gin for collations.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-09 Tom LaneImprove comment.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2009-08-04 Tom LaneOoops, missed that a couple of contrib modules have...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-25 Tom LaneAdd btree_gin contrib module.