Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-22 | Remove contrib modules that have been agreed to be obsolete. | Tom Lane | |
(There are more that will be removed once they've been copied to pgfoundry.org.) | |||
2005-05-21 | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway | |
methods in a short-lived memory context, there is no need for GiST methods to do their own manual (and error-prone) memory management. | |||
2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | |
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. | |||
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian | |
2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | |
boxes. Change interface to user-defined GiST support methods union and picksplit. Now instead of bytea struct it used special GistEntryVector structure. | |||
2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | |
2002-09-04 | pgindent run. | Bruce Momjian | |
2002-08-23 | Patch resolve ERROR problem for non-goog query_txt. | Bruce Momjian | |
Teodor Sigaev | |||
2002-02-07 | Repair some problems in GIST-index contrib modules. Patch from | Tom Lane | |
Teodor Sigaev <[email protected]>. | |||
2001-10-12 | txtidx datatype for full text indexing with GiST. | Tom Lane | |
From Oleg Bartunov and Teodor Sigaev. |