summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm
Commit message (Expand)AuthorAgeFilesLines
* 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