aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gin
Commit message (Expand)AuthorAge
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add support of bool, bpchar, name and uuid to btree_ginTeodor Sigaev2018-04-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Add btree_gin support for enum typesAndrew Dunstan2017-03-21
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-15
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-29
* Make contrib regression tests safe for Danish locale.Tom Lane2016-07-21
* 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
* 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