You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/pg_trgm
Tom Lane 327b7324d0 Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
..
data
expected Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
sql Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
.gitignore
Makefile
meson.build
pg_trgm--1.0--1.1.sql
pg_trgm--1.1--1.2.sql
pg_trgm--1.2--1.3.sql
pg_trgm--1.3--1.4.sql
pg_trgm--1.3.sql
pg_trgm--1.4--1.5.sql
pg_trgm--1.5--1.6.sql
pg_trgm.control
trgm.h Fix an issue with index scan using pg_trgm due to char signedness on different architectures. 10 months ago
trgm_gin.c
trgm_gist.c
trgm_op.c Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 9 months ago
trgm_regexp.c