master
Code coverage for most pg_mblen* calls.
Support "make check" in contrib
Fix typo in update scripts for some contrib modules.
Add word_similarity to pg_trgm contrib module.
Make contrib modules' installation scripts more secure.
Add strict_word_similarity to pg_trgm module
Remove support for upgrading extensions from "unpackaged" state.
Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql
Handle equality operator in contrib/pg_trgm
Replace pg_mblen() with bounds-checked versions.
Use fallthrough attribute instead of comment
Fix pg_trgm's picksplit function with all-true datums
Avoid casting void * function arguments
Fix local-variable shadowing in pg_trgm's printSourceNFA().