summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm
Commit message (Expand)AuthorAgeFilesLines
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-101-2/+15
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-011-1/+1
* Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-04-143-42/+136
* Fix regexport.c to behave sanely with lookaround constraints.Tom Lane2017-04-132-0/+15
* Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-02-223-37/+91
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-152-2/+4
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-0/+1
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-1/+1
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-241-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-181-2/+1
* Fix volatility markings of some contrib I/O functions.Tom Lane2014-11-051-2/+2
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-041-3/+3
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* pgindent run for 9.4Bruce Momjian2014-05-063-25/+25
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-183-37/+0
* Suppress compiler warning in new contrib/pg_trgm code.Tom Lane2014-04-131-8/+8
* Improve contrib/pg_trgm's heuristics for regexp index searches.Tom Lane2014-04-051-28/+76
* Fix possible buffer overrun in contrib/pg_trgm.Tom Lane2014-01-131-3/+35
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-311-31/+31
* Fix typo in update scripts for some contrib modules.Fujii Masao2013-07-191-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Improve GiST index search performance for trigram regex queries.Tom Lane2013-04-151-7/+13
* Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane2013-04-109-33/+350
* Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane2013-04-0910-34/+2454
* Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.Tom Lane2013-04-071-7/+10
* Fix contrib/pg_trgm's similarity() function for trigram-free strings.Tom Lane2013-02-133-2/+14
* Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.Tom Lane2012-08-203-19/+39
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-26/+26
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-5/+4
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Cache the result of makesign() across calls of gtrgm_penalty().Tom Lane2011-09-301-44/+90
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-112-3/+3
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-013-12/+0
* Support "make check" in contribPeter Eisentraut2011-04-251-0/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-104-38/+46
* Fix contrib/pg_trgm to have smoother updates from 9.0.Tom Lane2011-02-173-15/+83
* Assorted fixups for "unpackaged" conversion scripts.Tom Lane2011-02-131-2/+14
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-19/+19
* Convert contrib modules to use the extension facility.Tom Lane2011-02-138-71/+39
* Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.Tom Lane2011-01-318-48/+624
* Update contrib/pg_trgm for new GIN extractQuery API.Tom Lane2011-01-091-28/+18
* Add KNNGIST support to contrib/pg_trgm.Tom Lane2010-12-048-41/+192
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-232-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
* Remove cvs keywords from all files.Magnus Hagander2010-09-207-7/+7