summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm
AgeCommit message (Expand)Author
2020-06-09Spelling adjustmentsPeter Eisentraut
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-04-01Improve selectivity estimation for assorted match-style operators.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-30Fix typos in the codeMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-10Fix operator naming in pg_trgm GUC option descriptionsAlexander Korotkov
2019-05-26Change Graphviz file extensionPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-26Preliminary work for pgindent run.Tom Lane
2018-03-21Add strict_word_similarity to pg_trgm moduleTeodor Sigaev
2018-03-21Rework word_similarity documentation, make it close to actual algorithm.Teodor Sigaev
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-12Make pg_trgm tests independ from standard_conforming_string. Tests usesTeodor Sigaev
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-14Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-04-13Fix regexport.c to behave sanely with lookaround constraints.Tom Lane
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-22Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-20pg_trgm's set_limit() function is parallel unsafe, not parallel restricted.Tom Lane
2016-06-20Fix comparison of similarity to threshold in GIST trigram searches.Tom Lane
2016-06-14Update extensions with GIN/GIST support for parallel query.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane
2016-03-18Various minor corrections of and improvements to comments.Robert Haas
2016-03-18pg_trgm's set_limit() now uses SetConfigOption()Teodor Sigaev
2016-03-16Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460Teodor Sigaev
2016-03-16Add word_similarity to pg_trgm contrib module.Teodor Sigaev