summaryrefslogtreecommitdiff
path: root/contrib/intarray
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-185/+0
* Support functions for index opclasses should be immutable.Tom Lane2007-09-291-45/+45
* Remove ill-considered (not to mention undocumented) attempt to makeTom Lane2007-09-145-14/+6
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-0/+9
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-283-14/+14
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-272-4/+4
* Use memcpy() instead of strncpy() for copying into varlena structures.Peter Eisentraut2007-02-071-1/+1