aboutsummaryrefslogtreecommitdiff
path: root/contrib/ltree/ltree_op.c
Commit message (Expand)AuthorAge
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane2018-07-13
* ltree: Zero padding bytes when allocating memory for externally visible data.Andres Freund2016-03-08
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-21
* 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
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Change patternsel() so that instead of switching from a pureTom Lane2008-03-09
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-28
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-20
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Fix ltreeparentsel so it actually works ...Tom Lane2006-04-27
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-26
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-21
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Fix subpath and subltree. Allow to return '' value.Teodor Sigaev2003-07-18
* Please, apply patch for contrib/ltree to current CVS and 7.3.2Bruce Momjian2003-03-31
* pgindent run.Bruce Momjian2002-09-04
* please find attached patch to current CVS ( contrib/ltree )Bruce Momjian2002-08-04
* Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian2002-07-30