master
New version. Add support for int2, int8, float4, float8, timestamp 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
Fixes from Janko Richter <jankorichter@yahoo.de> - 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.
Add btree_gist support for enum types.
btree_gist: fix NaN handling in float4/float8 opclasses.
Add missing newlines at end of files
Add uuid to the set of types supported by contrib/btree_gist.