Commits

DateSubjectAuthorReleases
2026-04-23 Avoid casting void * function arguments Peter Eisentraut 19 (unreleased)
2026-04-21 Fix a set of typos and grammar issues across the tree Michael Paquier 19 (unreleased)
2026-04-07 Optimize sorting and deduplicating trigrams Heikki Linnakangas 19 (unreleased)
2026-02-20 Fix expanding 'bounds' in pg_trgm's calc_word_similarity() function Heikki Linnakangas 18.3
2026-02-20 Fix expanding 'bounds' in pg_trgm's calc_word_similarity() function Heikki Linnakangas 19 (unreleased)
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 19 (unreleased)
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 18.2
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 17.8
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 14.21
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 15.16
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 16.12
2026-02-08 Fix buffer overflows in pg_trgm due to lower-casing Heikki Linnakangas 18.2
2026-02-08 Remove 'charlen' argument from make_trigrams() Heikki Linnakangas 18.2
2026-02-08 Remove 'charlen' argument from make_trigrams() Heikki Linnakangas 19 (unreleased)
2026-02-08 Fix buffer overflows in pg_trgm due to lower-casing Heikki Linnakangas 19 (unreleased)
2025-12-11 Use palloc_object() and palloc_array(), the last change Michael Paquier 19 (unreleased)
2025-03-26 Use PG_MODULE_MAGIC_EXT in our installable shared libraries. Tom Lane 18.0
2025-02-21 Fix an issue with index scan using pg_trgm due to char signedness on different architectures. Masahiko Sawada 18.0
2024-12-17 Remove ts_locale.c's lowerstr() Peter Eisentraut 18.0
2024-02-16 Use new overflow-safe integer comparison functions. Nathan Bossart 17.0
2023-02-07 Remove useless casts to (void *) in arguments of some system functions Peter Eisentraut 16.0
2022-10-31 Clean up some inconsistencies with GUC declarations Michael Paquier 16.0
2022-09-13 Split up guc.c for better build speed and ease of maintenance. Tom Lane 16.0
2022-09-05 Update out of date comments in pg_trgm Daniel Gustafsson 16.0
2022-09-05 Check for interrupts in pg_trgm word similarity Daniel Gustafsson 16.0