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
Thomas Munro 6db75edb2e Update contrib/trgm_regexp's memory management. 2 years ago
..
data Add files forgotten in f576b17cd6 9 years ago
expected Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 2 years ago
sql Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 2 years ago
.gitignore Support "make check" in contrib 14 years ago
Makefile Handle equality operator in contrib/pg_trgm 5 years ago
meson.build Update copyright for 2023 3 years ago
pg_trgm--1.0--1.1.sql Fix typo in update scripts for some contrib modules. 12 years ago
pg_trgm--1.1--1.2.sql Add word_similarity to pg_trgm contrib module. 9 years ago
pg_trgm--1.2--1.3.sql Make contrib modules' installation scripts more secure. 5 years ago
pg_trgm--1.3--1.4.sql Add strict_word_similarity to pg_trgm module 7 years ago
pg_trgm--1.3.sql Remove support for upgrading extensions from "unpackaged" state. 5 years ago
pg_trgm--1.4--1.5.sql Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql 5 years ago
pg_trgm--1.5--1.6.sql Handle equality operator in contrib/pg_trgm 5 years ago
pg_trgm.control Handle equality operator in contrib/pg_trgm 5 years ago
trgm.h Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. 3 years ago
trgm_gin.c New header varatt.h split off from postgres.h 3 years ago
trgm_gist.c Remove useless casts to (void *) in arguments of some system functions 2 years ago
trgm_op.c Remove useless casts to (void *) in arguments of some system functions 2 years ago
trgm_regexp.c Update contrib/trgm_regexp's memory management. 2 years ago