Bruce Momjian
f99a569a2e
pgindent run for 8.2.
2006-10-04 00:30:14 +00:00
Tom Lane
bfd1ffa948
Change patternsel (LIKE/regex selectivity estimation) so that if there
...
is a large enough histogram, it will use the number of matches in the
histogram to derive a selectivity estimate, rather than the admittedly
pretty bogus heuristics involving examining the pattern contents. I set
'large enough' at 100, but perhaps we should change that later. Also
apply the same technique in contrib/ltree's <@ and @> estimator. Per
discussion with Stefan Kaltenbrunner and Matteo Beccati.
2006-09-20 19:50:21 +00:00
Tom Lane
a0ffab351e
Magic blocks don't do us any good unless we use 'em ... so install one
...
in every shared library.
2006-05-30 22:12:16 +00:00
Tom Lane
4ade4fe422
Fix ltreeparentsel so it actually works ...
2006-04-27 18:24:35 +00:00
Bruce Momjian
59d61409cd
Move ltree parentsel() selectivity function into /contrib/ltree.
2006-04-26 22:33:36 +00:00
Bruce Momjian
f3d99d160d
Add CVS tag lines to files that were lacking them.
2006-03-11 04:38:42 +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
089003fb46
pgindent run.
2003-08-04 00:43:34 +00:00
Tom Lane
8fd5b3ed67
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
2003-07-24 17:52:50 +00:00
Teodor Sigaev
2c914937c1
Fix subpath and subltree. Allow to return '' value.
...
subpath(ltree,0,0) returns ''.
2003-07-18 13:27:43 +00:00
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
e50f52a074
pgindent run.
2002-09-04 20:31:48 +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