Bruce Momjian
1dc3498251
Standard pgindent run for 8.1.
2005-10-15 02:49:52 +00:00
Tom Lane
3976899f29
Fix storage size for btree_gist interval indexes. Fix penalty
...
calculations for interval and time/timetz to behave sanely for both
integer and float timestamps; up to now I think it's been doing
something pretty strange...
2005-07-21 04:15:04 +00:00
Bruce Momjian
a45f4c2533
/contrib/btree_gist adjustments for new 'day' interval value.
2005-07-20 18:17:39 +00:00
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
Tom Lane
c5b08d3b7d
Fix btree_gist to handle timetz zone correctly per recent changes.
2005-04-25 07:00:32 +00:00
Teodor Sigaev
4784fe9ea2
Simplify defines
2005-02-21 14:09:49 +00:00
Teodor Sigaev
47979e671c
Fix memory leak for timestamp(with and w/o tz) and indexes
2005-02-21 10:03:57 +00:00
Bruce Momjian
b6b71b85bc
Pgindent run for 8.0.
2004-08-29 05:07:03 +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