Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Further fix pg_trgm's extraction of trigrams from regular expressions. | Tom Lane | 2017-04-14 |
* | Fix contrib/pg_trgm's extraction of trigrams from regular expressions. | Tom Lane | 2017-02-22 |
* | Replace a bunch more uses of strncpy() with safer coding. | Tom Lane | 2015-01-24 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Improve hash_create's API for selecting simple-binary-key hash functions. | Tom Lane | 2014-12-18 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Suppress compiler warning in new contrib/pg_trgm code. | Tom Lane | 2014-04-13 |
* | Improve contrib/pg_trgm's heuristics for regexp index searches. | Tom Lane | 2014-04-05 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Use appendStringInfoString instead of appendStringInfo where possible. | Robert Haas | 2013-10-31 |
* | Make contrib/pg_trgm also support regex searches with GiST indexes. | Tom Lane | 2013-04-10 |
* | Support indexing of regular-expression searches in contrib/pg_trgm. | Tom Lane | 2013-04-09 |