summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
AgeCommit message (Expand)Author
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
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-11-29Add uuid to the set of types supported by contrib/btree_gist.Tom Lane
2016-09-30Remove unnecessary prototypesPeter Eisentraut
2016-06-09Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane
2016-06-05Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane
2016-05-13Ensure plan stability in contrib/btree_gist regression test.Tom Lane
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2015-09-05Fix misc typos.Heikki Linnakangas
2015-08-23Improve spellingPeter Eisentraut
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-02Define integer limits independently from the system definitions.Andres Freund
2015-03-30Be more careful about printing constants in ruleutils.c.Tom Lane
2015-03-27Add index-only scan support to btree_gist.Heikki Linnakangas
2015-03-26Minor refactoring of btree_gist code.Heikki Linnakangas
2015-03-25Centralize definition of integer limits.Andres Freund