aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gin
Commit message (Expand)AuthorAge
* 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
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-25
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Support "make check" in contribPeter Eisentraut2011-04-25
* De-kludge contrib/btree_gin for collations.Tom Lane2011-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-13
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Per-column collation supportPeter Eisentraut2011-02-08
* Improve comment.Tom Lane2011-01-09
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-22
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* 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