aboutsummaryrefslogtreecommitdiff
path: root/contrib/ltree/ltree_gist.c
Commit message (Collapse)AuthorAge
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
|
* Please apply patches for contrib/ltree.Bruce Momjian2003-02-19
| | | | | | | | | | | | | | ltree_73.patch.gz - for 7.3 : Fix ~ operation bug: eg '1.1.1' ~ '*.1' ltree_74.patch.gz - for current CVS Fix ~ operation bug: eg '1.1.1' ~ '*.1' Add ? operation Optimize index storage Last change needs drop/create all ltree indexes, so only for 7.4 Teodor Sigaev
* pgindent run.Bruce Momjian2002-09-04
|
* Fixed very stupid but important bug: mixing calls of some founctions fromBruce Momjian2002-08-10
| | | | | | contrib/tsearch and contrib/ltree :) Teodor Sigaev
* Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian2002-07-30