Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Fixes from Janko Richter <jankorichter@yahoo.de> | Teodor Sigaev | 2005-07-01 |
| | | | | | | | | - 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. | ||
* | 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 |