Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add missing newlines at end of files | Peter Eisentraut | 2010-10-26 |
| | |||
* | Fixes from Janko Richter <jankorichter@yahoo.de> | Teodor Sigaev | 2005-07-01 |
| | | | | | | | | - Fix wrong index results on text, char, varchar for multibyte strings - Fix some SIGFPE signals - Add support for infinite timestamps - Because of locale settings, btree_gist can not be a prefix index anymore (for text). Each node holds now just the lower and upper boundary. | ||
* | 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 | ||
* | New contrib module for BTREE emulation in GiST. | Tom Lane | 2001-08-22 |
From Oleg Bartunov and Teodor Sigaev. |