summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/sql
Commit message (Expand)AuthorAgeFilesLines
* Handle mixed returnable and non-returnable columns better in IOS.Tom Lane2022-01-031-1/+1
* Add bool GiST opclass to btree_gistTomas Vondra2021-11-061-0/+42
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-0726-104/+0
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-0726-0/+104
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-202-12/+15
* Improve stability of recently-added regression test case.Tom Lane2018-10-161-1/+1
* Fix IOS planning when only some index columns can return an attribute.Tom Lane2018-03-011-0/+18
* Add btree_gist support for enum types.Andrew Dunstan2017-03-211-0/+38
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-151-0/+37
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-291-0/+5
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-291-0/+31
* Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane2016-06-051-0/+6
* Ensure plan stability in contrib/btree_gist regression test.Tom Lane2016-05-121-0/+4
* Add index-only scan support to btree_gist.Heikki Linnakangas2015-03-277-0/+40
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-0211-1/+65
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-9/+1
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-1910-10/+0
* Regression tests for new btree_gist "not equals" support.Robert Haas2010-08-031-0/+32
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-131-0/+2
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-2825-66/+873
* We just released new version of contrib/btree_gistBruce Momjian2003-02-191-6/+36
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-9/+10
* Update incorrect expected file. Use 'timestamp without time zone'Tom Lane2001-10-031-3/+3
* New contrib module for BTREE emulation in GiST.Tom Lane2001-08-221-0/+36