summaryrefslogtreecommitdiff
path: root/contrib/ltree/ltree.h
AgeCommit message (Expand)Author
2023-01-06Allow hyphens in ltree labelsAndrew Dunstan
2022-10-06Remove useless character-length checks in contrib/ltree.Tom Lane
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-03-16Fix default signature length for gist_ltree_opsAlexander Korotkov
2021-07-29Adjust MSVC build scripts to parse Makefiles for definesDavid Rowley
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-31Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-29Cosmetic improvements in ltree code.Tom Lane
2020-03-28Fix lquery's behavior for consecutive '*' items.Tom Lane
2020-03-28Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2016-11-07Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane
2016-11-04Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
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