summaryrefslogtreecommitdiff
path: root/contrib/btree_gin
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Support "make check" in contribPeter Eisentraut2011-04-251-0/+2
* De-kludge contrib/btree_gin for collations.Tom Lane2011-04-221-2/+1
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-1/+1
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-68/+68
* Convert contrib modules to use the extension facility.Tom Lane2011-02-138-113/+127
* Per-column collation supportPeter Eisentraut2011-02-081-1/+3
* Improve comment.Tom Lane2011-01-091-4/+5
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-2319-19/+19
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-221-0/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-5/+3
* Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane2009-08-043-1/+6
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-31/+53
* Add btree_gin contrib module.Tom Lane2009-03-2552-0/+2713