postgresql/contrib/ltree
Tom Lane 2743d9ae4a Cosmetic improvements in ltree code.
Add more comments in ltree.h, and correct a misstatement or two.

Use a symbol, rather than hardwired constants, for the maximum length
of an ltree label.  The max length is still hardwired in the associated
error messages, but I want to clean that up as part of a separate patch
to improve the error messages.
2020-03-29 19:14:15 -04:00
..
data Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. 2002-07-30 16:40:34 +00:00
expected Fix lquery's behavior for consecutive '*' items. 2020-03-28 18:31:05 -04:00
sql Fix lquery's behavior for consecutive '*' items. 2020-03-28 18:31:05 -04:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Remove support for upgrading extensions from "unpackaged" state. 2020-02-19 16:59:14 -05:00
_ltree_gist.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
_ltree_op.c Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 2017-09-18 15:21:23 -04:00
crc32.c Make the order of the header file includes consistent in contrib modules. 2019-10-24 08:05:34 +05:30
crc32.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lquery_op.c Fix lquery's behavior for consecutive '*' items. 2020-03-28 18:31:05 -04:00
ltree--1.0--1.1.sql Update extensions with GIN/GIST support for parallel query. 2016-06-14 13:34:37 -04:00
ltree--1.1.sql Update extensions with GIN/GIST support for parallel query. 2016-06-14 13:34:37 -04:00
ltree.control Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
ltree.h Cosmetic improvements in ltree code. 2020-03-29 19:14:15 -04:00
ltree_gist.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
ltree_io.c Cosmetic improvements in ltree code. 2020-03-29 19:14:15 -04:00
ltree_op.c Protect against overflow of ltree.numlevel and lquery.numlevel. 2020-03-28 17:09:51 -04:00
ltreetest.sql Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
ltxtquery_io.c Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
ltxtquery_op.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00