You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/ltree
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
..
data Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. 23 years ago
expected Convert contrib modules to use the extension facility. 15 years ago
sql Convert contrib modules to use the extension facility. 15 years ago
.gitignore Convert contrib modules to use the extension facility. 15 years ago
Makefile Convert contrib modules to use the extension facility. 15 years ago
_ltree_gist.c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. 15 years ago
_ltree_op.c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. 15 years ago
crc32.c Remove cvs keywords from all files. 15 years ago
crc32.h Remove cvs keywords from all files. 15 years ago
lquery_op.c Per-column collation support 15 years ago
ltree--1.0.sql Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
ltree--unpackaged--1.0.sql Convert contrib modules to use the extension facility. 15 years ago
ltree.control Convert contrib modules to use the extension facility. 15 years ago
ltree.h Remove cvs keywords from all files. 15 years ago
ltree_gist.c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. 15 years ago
ltree_io.c Remove cvs keywords from all files. 15 years ago
ltree_op.c Use memcmp() rather than strncmp() when shorter string length is known. 15 years ago
ltreetest.sql Remove cvs keywords from all files. 15 years ago
ltxtquery_io.c Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
ltxtquery_op.c Remove cvs keywords from all files. 15 years ago