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