summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm
Commit message (Expand)AuthorAgeFilesLines
* Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane2009-06-111-11/+11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-114-63/+65
* Blank line Makefile cleanups.Bruce Momjian2009-04-281-2/+1
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-253-39/+26
* Support of multibyte encoding for pg_trgmTeodor Sigaev2008-11-123-88/+161
* Add caching of query to GIN/GiST consistent function.Teodor Sigaev2008-07-112-6/+48
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-174-0/+12
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-144-14/+26
* Fix completely-bogus volatility markings on pg_trgm functions.Tom Lane2007-12-091-4/+4
* Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian2007-11-161-9/+9
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-162-29/+26
* pgindent run for 8.3.Bruce Momjian2007-11-151-18/+18
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-132-3/+12
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-133-2/+6
* Adjust pg_trgm expected output for new *.sql file.Bruce Momjian2007-11-111-2/+2
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-30/+24
* 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-144/+0
* Support functions for index opclasses should be immutable.Tom Lane2007-09-301-17/+17
* Simplify overly-cute array coding to avoid an apparent gcc bug, whichTom Lane2007-07-121-10/+5
* 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-2/+20
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-148-5/+1256
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-283-15/+17
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-1/+1
* Remove useless CPPFLAGS.Peter Eisentraut2007-02-091-3/+1
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-091-4/+1
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-261-1/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+4
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+0
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-1/+1
* ChangesTeodor Sigaev2006-06-281-2/+2
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-0/+2
* Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway2006-03-131-6/+2
* This patch makes the error message strings throughout the backendNeil Conway2006-03-012-3/+3
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-14/+14
* contrib uninstall scriptsPeter Eisentraut2006-02-272-0/+40
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-202-20/+24
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-5/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-1/+1
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-9/+0
* This adds mention of my latest tweak to the tsearch2/pg_trgmTom Lane2004-11-271-5/+9
* Pgindent run for 8.0.Bruce Momjian2004-08-293-262/+348
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+12
* trgm - Trigram matching for PostgreSQLTeodor Sigaev2004-05-319-0/+4529