summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
AgeCommit message (Expand)Author
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-09-02Fix planner to consider matches to boolean columns in extension indexes.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-08Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane
2022-01-03Handle mixed returnable and non-returnable columns better in IOS.Tom Lane
2021-11-08Fix gist_bool_ops to use gbtreekey2Tomas Vondra
2021-11-06Add bool GiST opclass to btree_gistTomas Vondra
2021-08-19Improve performance of float overflow checks in btree_gistMichael Paquier
2021-04-07Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas
2021-04-07Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-07-20Update btree_gist extension for parallel queryAlexander Korotkov
2020-05-01Get rid of trailing semicolons in C macro definitions.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-25Make the order of the header file includes consistent.Amit Kapila
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
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2019-02-13More unconstify usePeter Eisentraut
2019-02-13Remove useless castsPeter Eisentraut
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-16Improve stability of recently-added regression test case.Tom Lane
2018-09-11Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-03-04Fix assorted issues in convert_to_scalar().Tom Lane
2018-03-01Fix IOS planning when only some index columns can return an attribute.Tom Lane
2017-12-13Consistently use PG_INT(16|32|64)_(MIN|MAX).Andres Freund
2017-12-13Use new overflow aware integer operations.Andres Freund
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-30Extend & revamp pg_bswap.h infrastructure.Andres Freund
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-03-21Add btree_gist support for enum types.Andrew Dunstan
2017-03-21Use CallerFInfoFunctionCall with btree_gist for varlena typesAndrew Dunstan
2017-03-21Use CallerFInfoFunctionCall with btree_gist for numeric typesAndrew Dunstan