Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Fix storage size for btree_gist interval indexes. Fix penalty | Tom Lane | 2005-07-21 |
| | | | | | | 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... | ||
* | /contrib/btree_gist adjustments for new 'day' interval value. | Bruce Momjian | 2005-07-20 |
| | |||
* | 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. | ||
* | Fix btree_gist to handle timetz zone correctly per recent changes. | Tom Lane | 2005-04-25 |
| | |||
* | Simplify defines | Teodor Sigaev | 2005-02-21 |
| | |||
* | Fix memory leak for timestamp(with and w/o tz) and indexes | Teodor Sigaev | 2005-02-21 |
| | |||
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
| | |||
* | - 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 |