summaryrefslogtreecommitdiff
path: root/contrib/intarray
Commit message (Expand)AuthorAgeFilesLines
* Prevent buffer overrun while parsing an integer in a "query_int" value.Tom Lane2011-01-271-10/+16
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-191-2/+2
* 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
* 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
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-311-1/+14
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-261-1/+1
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-232-7/+7
* pgindent run for 8.2.Bruce Momjian2006-10-046-134/+162
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-108-58/+103
* Allow /contrib include files to compile on their own.Bruce Momjian2006-07-101-0/+5
* ChangesTeodor Sigaev2006-06-282-6/+6
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-0/+2
* Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr>Teodor Sigaev2006-05-102-19/+17
* Make GIN opclass worked with intarray extensionsTeodor Sigaev2006-05-038-16/+258
* Change int->int32, for clarity.Bruce Momjian2006-04-121-1/+1
* Minor cleanupsTeodor Sigaev2006-04-032-4/+8
* Detoast query in g_intbig_consistent and copy query in g_int_consistentTeodor Sigaev2006-04-032-10/+15
* Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway2006-03-131-12/+4
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* This patch makes the error message strings throughout the backendNeil Conway2006-03-011-1/+1
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-272-45/+46
* contrib uninstall scriptsPeter Eisentraut2006-02-272-1/+125
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-202-20/+24
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-11/+13
* Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane2005-11-196-44/+131