summaryrefslogtreecommitdiff
path: root/contrib/btree_gin
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Produce more-optimal plans for bitmap scans on boolean columns.Tom Lane2022-11-082-1/+15
* meson: Add windows resource filesAndres Freund2022-10-051-1/+11
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+54
* Fix planner to consider matches to boolean columns in extension indexes.Tom Lane2022-09-021-4/+6
* Fix failure of btree_gin indexscans with "char" type and </<= operators.Tom Lane2021-08-102-3/+10
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-120/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-4/+2
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-1/+1
* Provide separate header file for built-in float typesTomas Vondra2018-07-291-0/+1
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-0/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-3/+8
* Add support of bool, bpchar, name and uuid to btree_ginTeodor Sigaev2018-04-0512-4/+688
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-16/+16
* Add btree_gin support for enum typesAndrew Dunstan2017-03-216-11/+199
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-156-3/+121
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-292-0/+13
* Make contrib regression tests safe for Danish locale.Tom Lane2016-07-216-12/+12
* Use correct symbol for minimum int64 valuePeter Eisentraut2016-07-171-8/+2
* pgindent run for 9.5Bruce Momjian2015-05-231-8/+27
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+1
* btree_gin: properly call DirectFunctionCall1()Bruce Momjian2015-03-311-4/+1
* Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74Bruce Momjian2015-03-241-3/+12
* btree_gin: properly call DirectFunctionCall1()Bruce Momjian2015-03-241-12/+3
* Turn much of the btree_gin macros into real functions.Heikki Linnakangas2014-12-221-202/+173
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-5/+0
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* 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