summaryrefslogtreecommitdiff
path: root/contrib/ltree/ltree.h
AgeCommit message (Expand)Author
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-06-30ltree support for multibyte encodings. Patch was made byTeodor Sigaev
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2007-11-16Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-11Fix bug corrupting query in gist consistent function.Teodor Sigaev
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2006-01-20Replace bitwise looping with bytewise looping in hemdistsign andTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-01-19Correct type for isalnumTeodor Sigaev
2003-07-27elog mop-up.Tom Lane
2003-06-11Changes:Bruce Momjian
2003-02-19Please apply patches for contrib/ltree.Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-08-10Fixed very stupid but important bug: mixing calls of some founctions fromBruce Momjian
2002-08-10The patch solves this problem, I hope...Bruce Momjian
2002-08-04please find attached patch to current CVS ( contrib/ltree )Bruce Momjian
2002-07-30Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian