summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
AgeCommit message (Expand)Author
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
2015-01-28Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
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-05-16Suppress some more valgrind whining about btree_gist.Tom Lane
2014-05-16Fix a second cause of undersized pallocs for btree_gist indexes on macaddr.Tom Lane
2014-05-16Fix valgrind warning for btree_gist indexes on macaddr.Tom Lane
2014-05-13Initialize padding bytes in btree_gist varbit support.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-08Make contrib/btree_gist's GiST penalty function a bit saner.Tom Lane
2013-02-07Fix erroneous range-union logic for varlena types in contrib/btree_gist.Tom Lane
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas