summaryrefslogtreecommitdiff
path: root/contrib/ltree
AgeCommit message (Expand)Author
2017-03-14Spelling fixesPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-03-08ltree: Zero padding bytes when allocating memory for externally visible data.Andres Freund
2015-10-05Prevent stack overflow in query-type functions.Noah Misch
2014-11-05Fix volatility markings of some contrib I/O functions.Tom Lane
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
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
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-07-16Remove unreachable codePeter Eisentraut
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-02-28Add const qualifiers where they are accidentally cast awayPeter Eisentraut
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2011-04-25Support "make check" in contribPeter Eisentraut
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-09Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane
2010-12-22Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas
2010-12-19Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-02-24Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations.Tom Lane
2009-06-11Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane
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-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2008-04-11Fix several datatype input functions that were allowing unused bytes in theirTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-09Change patternsel() so that instead of switching from a pureTom Lane
2007-11-16Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian
2007-11-16Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2007-11-13Adjust expected file for new CVS version label.Bruce Momjian
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-09-30Support functions for index opclasses should be immutable.Tom Lane
2007-07-15Fix compile warning on Solaris, per buildfarm. (Why have we gotTom Lane