summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
AgeCommit message (Expand)Author
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
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-25Support "make check" in contribPeter Eisentraut
2011-04-23Fix contrib/btree_gist to handle collations properly.Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-03Add -lm to SHLIB_LINK for contrib/btree_gist.Tom Lane
2011-03-02Add KNNGIST support to contrib/btree_gist.Tom Lane
2011-02-17Fix upgrade of contrib/btree_gist from 9.0.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
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-26Add missing newlines at end of filesPeter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-03Regression tests for new btree_gist "not equals" support.Robert Haas
2010-08-02Add btree_gist support for searching on "not equals".Robert Haas