aboutsummaryrefslogtreecommitdiff
path: root/contrib/ltree/ltxtquery_io.c
Commit message (Expand)AuthorAge
* Spelling fixesPeter Eisentraut2017-03-14
* Fix typos in comments.Heikki Linnakangas2017-02-06
* ltree: Zero padding bytes when allocating memory for externally visible data.Andres Freund2016-03-08
* Prevent stack overflow in query-type functions.Noah Misch2015-10-05
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Remove unreachable codePeter Eisentraut2012-07-16
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-19
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* ltree support for multibyte encodings. Patch was made byTeodor Sigaev2008-06-30
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-28
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-24
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* pgindent run.Bruce Momjian2002-09-04
* Fixed very stupid but important bug: mixing calls of some founctions fromBruce Momjian2002-08-10
* The patch solves this problem, I hope...Bruce Momjian2002-08-10
* Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian2002-07-30