Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway | 2005-05-21 |
| | | | | | methods in a short-lived memory context, there is no need for GiST methods to do their own manual (and error-prone) memory management. | ||
* | This patch makes some minor style cleanups to contrib/btree_gist: remove | Neil Conway | 2005-05-12 |
| | | | | | the "extern" keyword from function definitions, reorganize some PG_GETARG_XXX() usage, and similar. | ||
* | Fix float8->int64 transformation | Teodor Sigaev | 2005-02-25 |
| | |||
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
| | |||
* | Whack btree_gist code around until it has some small hope of building | Tom Lane | 2004-08-21 |
| | | | | on non-gcc compilers. | ||
* | - Add aligment of variable data types | Teodor Sigaev | 2004-06-03 |
| | | | | | | - Add aligment for interval data types - Avoid floating point overflow in penalty functions Janko Richter <jankorichter@yahoo.de> and teodor | ||
* | 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 |