summaryrefslogtreecommitdiff
path: root/contrib/intarray
Commit message (Expand)AuthorAgeFilesLines
* Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane2016-08-171-1/+2
* Prevent stack overflow in query-type functions.Noah Misch2015-10-051-0/+3
* Replace insertion sort in contrib/intarray with qsort().Tom Lane2015-03-151-29/+23
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-064-6/+6
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-185-51/+0
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-172-0/+11
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-1/+1
* intarray: return empty zero-dimensional array for an empty arrayBruce Momjian2013-09-071-0/+7
* Remove unreachable codePeter Eisentraut2012-07-162-5/+0
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-042-55/+96
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-256-79/+79
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-281-1/+1
* Fix longstanding error in contrib/intarray's int[] & int[] operator.Tom Lane2012-02-163-6/+14
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-112-6/+6
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Support "make check" in contribPeter Eisentraut2011-04-251-0/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-103-8/+9
* One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs.Tom Lane2011-02-181-0/+18
* Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.Tom Lane2011-02-171-2/+18
* Add backwards-compatible declarations of some core GIN support functions.Tom Lane2011-02-161-2/+5
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-45/+45
* Convert contrib modules to use the extension facility.Tom Lane2011-02-138-151/+83
* Prevent buffer overrun while parsing an integer in a "query_int" value.Tom Lane2011-01-271-10/+16
* Fix assorted corner-case bugs in contrib/intarray.Tom Lane2011-01-098-451/+314
* Update GIN support function definitions for contrib/intarray.Tom Lane2011-01-071-5/+5
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-191-2/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-233-14/+14
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-221-0/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-2011-11/+11
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Fix ginint4_queryextract() to actually do what it was intended to do for anTom Lane2010-03-251-2/+2
* Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane2009-06-111-15/+15
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-117-33/+36
* Revert my patch of 2009-04-04 that removed contrib/intarray's definitions ofTom Lane2009-06-072-24/+28
* Remove contrib/intarray's definitions of the <@ and @> operators, so that theyTom Lane2009-04-052-28/+24
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-253-11/+13
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-177-0/+21
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-127-13/+28
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-145-31/+67
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-8/+3
* Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian2007-11-161-1/+1
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-162-43/+41
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-152-6/+6
* pgindent run for 8.3.Bruce Momjian2007-11-152-8/+10
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-53/+49
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1