Bruce Momjian
baf6c8d21d
Please, apply patch for contrib/ltree to current CVS and 7.3.2
...
CHANGES
Mar 28, 2003
Added finctions index(ltree,ltree,offset), text2ltree(text),
ltree2text(text)
Teodor Sigaev
2003-03-31 20:53:45 +00:00
Bruce Momjian
71e1f531d3
Please apply patches for contrib/ltree.
...
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
2003-02-19 03:50:09 +00:00
Bruce Momjian
ec63143f81
Tiny patch fixing small documentation typo.
...
Oleg Bartunov
2002-09-20 03:54:21 +00:00
Bruce Momjian
87cfb8eb29
Fixed very stupid but important bug: mixing calls of some founctions from
...
contrib/tsearch and contrib/ltree :)
Teodor Sigaev
2002-08-10 20:46:24 +00:00
Bruce Momjian
978c8c6d2f
please find attached patch to current CVS ( contrib/ltree )
...
Changes:
July 31, 2002
Now works on 64-bit platforms.
Added function lca - lowest common ancestor
Version for 7.2 is distributed as separate package -
http://www.sai.msu.su/~megera/postgres/gist/ltree/ltree-7.2.tar.gz
Oleg Bartunov
2002-08-04 05:02:50 +00:00
Bruce Momjian
1dedbf2da5
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
2002-07-30 16:40:34 +00:00