summaryrefslogtreecommitdiff
path: root/contrib/ltree/ltree_io.c
AgeCommit message (Expand)Author
2024-12-17Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-06Allow hyphens in ltree labelsAndrew Dunstan
2022-12-29Fix oversight in 7a05425d96Andrew Dunstan
2022-12-28Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan
2020-04-01Clean up parsing of ltree and lquery some more.Tom Lane
2020-04-01Add support for binary I/O of ltree, lquery, and ltxtquery types.Tom Lane
2020-03-31Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane
2020-03-31Improve error messages in ltree_in and lquery_in.Tom Lane
2020-03-29Cosmetic improvements in ltree code.Tom Lane
2020-03-28Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
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
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
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
2008-04-11Fix several datatype input functions that were allowing unused bytes in theirTom Lane
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
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
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2003-12-17Repair badly broken estimation of output buffer size in lquery_out().Tom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
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