summaryrefslogtreecommitdiff
path: root/contrib/ltree/ltxtquery_io.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-3/+3
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Allow hyphens in ltree labelsAndrew Dunstan2023-01-061-2/+2
* Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan2022-12-281-23/+52
* Remove useless character-length checks in contrib/ltree.Tom Lane2022-10-061-8/+8
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Add support for binary I/O of ltree, lquery, and ltxtquery types.Tom Lane2020-04-011-4/+69
* Remove useless "return;" linesAlvaro Herrera2019-11-281-1/+0
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+1
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-1/+1
* Spelling fixesPeter Eisentraut2017-03-141-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* ltree: Zero padding bytes when allocating memory for externally visible data.Andres Freund2016-03-081-1/+1
* Prevent stack overflow in query-type functions.Noah Misch2015-10-051-0/+3
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-3/+0
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-171-1/+12
* Remove unreachable codePeter Eisentraut2012-07-161-1/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-37/+37
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-191-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-17/+17
* ltree support for multibyte encodings. Patch was made byTeodor Sigaev2008-06-301-16/+21
* 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-4/+4
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-281-2/+2
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-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-2/+2
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-4/+4
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-241-1/+1
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-5/+5
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-9/+31
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-1/+1
* pgindent run.Bruce Momjian2002-09-041-69/+81
* Fixed very stupid but important bug: mixing calls of some founctions fromBruce Momjian2002-08-101-1/+1
* The patch solves this problem, I hope...Bruce Momjian2002-08-101-1/+1
* Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian2002-07-301-0/+484