summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/sql
AgeCommit message (Expand)Author
2016-06-05Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane
2016-05-12Ensure plan stability in contrib/btree_gist regression test.Tom Lane
2015-03-27Add index-only scan support to btree_gist.Heikki Linnakangas
2011-03-02Add KNNGIST support to contrib/btree_gist.Tom Lane
2011-02-13Convert contrib modules to use the extension facility.Tom Lane
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
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2004-05-28New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev
2003-02-19We just released new version of contrib/btree_gistBruce Momjian
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2001-10-03Update incorrect expected file. Use 'timestamp without time zone'Tom Lane
2001-08-22New contrib module for BTREE emulation in GiST.Tom Lane