summaryrefslogtreecommitdiff
path: root/contrib/btree_gin
AgeCommit message (Expand)Author
2025-07-03Add more cross-type comparisons to contrib/btree_gin.Tom Lane
2025-07-03Add cross-type comparisons to contrib/btree_gin.Tom Lane
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-10-29btree_gin: Fix calculation of leftmost interval value.Dean Rasheed
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-08Produce more-optimal plans for bitmap scans on boolean columns.Tom Lane
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-02Fix planner to consider matches to boolean columns in extension indexes.Tom Lane
2021-08-10Fix failure of btree_gin indexscans with "char" type and </<= operators.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-05Add support of bool, bpchar, name and uuid to btree_ginTeodor Sigaev
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-21Add btree_gin support for enum typesAndrew Dunstan
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-07-21Make contrib regression tests safe for Danish locale.Tom Lane
2016-07-17Use correct symbol for minimum int64 valuePeter Eisentraut
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-03-31btree_gin: properly call DirectFunctionCall1()Bruce Momjian
2015-03-25Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74Bruce Momjian
2015-03-25btree_gin: properly call DirectFunctionCall1()Bruce Momjian
2014-12-22Turn much of the btree_gin macros into real functions.Heikki Linnakangas
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-25Support "make check" in contribPeter Eisentraut
2011-04-22De-kludge contrib/btree_gin for collations.Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-09Improve comment.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut