postgres/contrib/ltree
Noah Misch 682a25d41c Prevent stack overflow in query-type functions.
The tsquery, ltxtquery and query_int data types have a common ancestor.
Having acquired check_stack_depth() calls independently, each was
missing at least one call.  Back-patch to 9.0 (all supported versions).
2015-10-05 10:06:36 -04:00
..
data
expected Fix a few contrib regression test scripts that hadn't gotten the word 2007-11-13 06:29:04 +00:00
sql Fix a few contrib regression test scripts that hadn't gotten the word 2007-11-13 06:29:04 +00:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:53 -04:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
_ltree_gist.c Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 2010-02-24 18:02:24 +00:00
_ltree_op.c Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 2010-02-24 18:02:24 +00:00
crc32.c Fix compile warning on Solaris, per buildfarm. (Why have we got 2007-07-15 22:40:28 +00:00
crc32.h
lquery_op.c Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 2010-02-24 18:02:24 +00:00
ltree.h Predict integer overflow to avoid buffer overruns. 2014-02-17 09:33:38 -05:00
ltree.sql.in Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 2009-06-11 18:30:03 +00:00
ltree_gist.c Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 2010-02-24 18:02:24 +00:00
ltree_io.c Predict integer overflow to avoid buffer overruns. 2014-02-17 09:33:38 -05:00
ltree_op.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
ltreetest.sql Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
ltxtquery_io.c Prevent stack overflow in query-type functions. 2015-10-05 10:06:36 -04:00
ltxtquery_op.c Prevent stack overflow in query-type functions. 2015-10-05 10:06:36 -04:00
uninstall_ltree.sql Push index operator lossiness determination down to GIST/GIN opclass 2008-04-14 17:05:34 +00:00