summaryrefslogtreecommitdiff
path: root/contrib/ltree/ltree_io.c
Commit message (Expand)AuthorAgeFilesLines
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Allow hyphens in ltree labelsAndrew Dunstan2023-01-061-5/+5
* Fix oversight in 7a05425d96Andrew Dunstan2022-12-291-1/+1
* Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan2022-12-281-27/+45
* Clean up parsing of ltree and lquery some more.Tom Lane2020-04-011-278/+237
* Add support for binary I/O of ltree, lquery, and ltxtquery types.Tom Lane2020-04-011-26/+179
* Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane2020-03-311-6/+39
* Improve error messages in ltree_in and lquery_in.Tom Lane2020-03-311-47/+52
* Cosmetic improvements in ltree code.Tom Lane2020-03-291-5/+14
* Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane2020-03-281-18/+36
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-1/+1
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-4/+4
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-7/+0
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-171-0/+11
* 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-33/+33
* ltree support for multibyte encodings. Patch was made byTeodor Sigaev2008-06-301-49/+73
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+4
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-111-9/+6
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-281-4/+4
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-5/+5
* 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-16/+16
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-241-1/+1
* Repair badly broken estimation of output buffer size in lquery_out().Tom Lane2003-12-171-5/+4
* pgindent run.Bruce Momjian2003-08-041-12/+12
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-18/+67
* pgindent run.Bruce Momjian2002-09-041-253/+363
* 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-10/+10
* please find attached patch to current CVS ( contrib/ltree )Bruce Momjian2002-08-041-16/+17
* Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian2002-07-301-0/+433