Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Minor cleanups | Teodor Sigaev | 2006-04-03 |
| | |||
* | Detoast query in g_intbig_consistent and copy query in g_int_consistent | Teodor Sigaev | 2006-04-03 |
| | |||
* | Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | 2006-01-20 |
| | | | | | | | sizebitvec of tsearch2, as well as identical code in several other contrib modules. This provided about a 20X speedup in building a large tsearch2 index ... didn't try to measure its effects for other operations. Thanks to Stephan Vollmer for providing a test case. | ||
* | Defend against nulls-in-arrays in contrib/intarray. I may have put in | Tom Lane | 2005-11-19 |
| | | | | | more tests than strictly necessary, but did not feel like tracing call paths in detail ... | ||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 |
| | | | | | | getting rid of numerous ad-hoc versions that have popped up in various places. Shortens code and avoids conflict with Windows min() and max() macros. | ||
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
| | |||
* | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | 2004-03-30 |
| | | | | | | boxes. Change interface to user-defined GiST support methods union and picksplit. Now instead of bytea struct it used special GistEntryVector structure. | ||
* | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 |
| | |||
* | Add missing intarray files. | Bruce Momjian | 2003-06-11 |