index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_trgm
Age
Commit message (
Expand
)
Author
2016-03-18
Various minor corrections of and improvements to comments.
Robert Haas
2016-03-18
pg_trgm's set_limit() now uses SetConfigOption()
Teodor Sigaev
2016-03-16
Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460
Teodor Sigaev
2016-03-16
Add word_similarity to pg_trgm contrib module.
Teodor Sigaev
2016-03-16
GUC variable pg_trgm.similarity_threshold insead of set_limit()
Teodor Sigaev
2016-01-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-25
Improve the gin index scan performance in pg_trgm.
Teodor Sigaev
2015-07-20
This supports the triconsistent function for pg_trgm GIN opclass
Teodor Sigaev
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-11-05
Fix volatility markings of some contrib I/O functions.
Tom Lane
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-08-25
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-13
Suppress compiler warning in new contrib/pg_trgm code.
Tom Lane
2014-04-06
Improve contrib/pg_trgm's heuristics for regexp index searches.
Tom Lane
2014-01-13
Fix possible buffer overrun in contrib/pg_trgm.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-07-18
Fix typo in update scripts for some contrib modules.
Fujii Masao
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-15
Improve GiST index search performance for trigram regex queries.
Tom Lane
2013-04-10
Make contrib/pg_trgm also support regex searches with GiST indexes.
Tom Lane
2013-04-09
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-07
Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.
Tom Lane
2013-02-13
Fix contrib/pg_trgm's similarity() function for trigram-free strings.
Tom Lane
2012-08-20
Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.
Tom Lane
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-01
Cache the result of makesign() across calls of gtrgm_penalty().
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-04-25
Support "make check" in contrib
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-17
Fix contrib/pg_trgm to have smoother updates from 9.0.
Tom Lane
2011-02-14
Assorted fixups for "unpackaged" conversion scripts.
Tom Lane
2011-02-14
Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-01
Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.
Tom Lane
2011-01-09
Update contrib/pg_trgm for new GIN extractQuery API.
Tom Lane
2010-12-04
Add KNNGIST support to contrib/pg_trgm.
Tom Lane
[next]