Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add index-only scan support to btree_gist. | Heikki Linnakangas | 2015-03-27 |
| | | | | | | inet, cidr, and timetz indexes still cannot support index-only scans, because they don't store the original unmodified value in the index, but a derived approximate value. | ||
* | New version. Add support for int2, int8, float4, float8, timestamp ↵ | Teodor Sigaev | 2004-05-28 |
with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST |