postgresql/contrib/ltree
Noah Misch 28dea9485e 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:34 -04:00
..
data
expected
sql
_ltree_gist.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
_ltree_op.c
.gitignore
crc32.c
crc32.h
lquery_op.c
ltree_gist.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
ltree_io.c Predict integer overflow to avoid buffer overruns. 2014-02-17 09:33:32 -05:00
ltree_op.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
ltree--1.0.sql Fix volatility markings of some contrib I/O functions. 2014-11-05 11:34:19 -05:00
ltree--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:46 +02:00
ltree.control
ltree.h Predict integer overflow to avoid buffer overruns. 2014-02-17 09:33:32 -05:00
ltreetest.sql
ltxtquery_io.c Prevent stack overflow in query-type functions. 2015-10-05 10:06:34 -04:00
ltxtquery_op.c Prevent stack overflow in query-type functions. 2015-10-05 10:06:34 -04:00
Makefile