Tom Lane
25c00833cb
Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd
...
be useful to actually do something with nulls, rather than reject them,
but I'll just close the hole for now.
2005-11-19 02:08:45 +00:00
Tom Lane
2a8d3d83ef
R-tree is dead ... long live GiST.
2005-11-07 17:36:47 +00:00
Bruce Momjian
1dc3498251
Standard pgindent run for 8.1.
2005-10-15 02:49:52 +00:00
Neil Conway
36ab600511
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
...
methods in a short-lived memory context, there is no need for GiST methods
to do their own manual (and error-prone) memory management.
2005-05-21 12:08:06 +00:00
Tom Lane
380bd04c16
Standardize on using the Min, Max, and Abs macros that are in our c.h file,
...
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-10-21 19:28:36 +00:00
Bruce Momjian
b6b71b85bc
Pgindent run for 8.0.
2004-08-29 05:07:03 +00:00
Teodor Sigaev
f2c064afcb
Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned
...
boxes. Change interface to user-defined GiST support methods union and
picksplit. Now instead of bytea struct it used special GistEntryVector
structure.
2004-03-30 15:45:33 +00:00
Tom Lane
8fd5b3ed67
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
2003-07-24 17:52:50 +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
e50f52a074
pgindent run.
2002-09-04 20:31:48 +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
1dedbf2da5
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
2002-07-30 16:40:34 +00:00