summaryrefslogtreecommitdiff
path: root/contrib/ltree/ltxtquery_op.c
Commit message (Expand)AuthorAgeFilesLines
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-2/+2
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-051-1/+1
* Prevent stack overflow in query-type functions.Noah Misch2015-10-051-0/+4
* Remove unreachable codePeter Eisentraut2012-07-161-1/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* ltree support for multibyte encodings. Patch was made byTeodor Sigaev2008-06-301-2/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+4
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+1
* This patch makes the error message strings throughout the backendNeil Conway2006-03-011-1/+1
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-1/+1
* pgindent run.Bruce Momjian2002-09-041-43/+54
* Fixed very stupid but important bug: mixing calls of some founctions fromBruce Momjian2002-08-101-7/+7
* Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian2002-07-301-0/+99