summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm
AgeCommit message (Expand)Author
2023-03-11Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.Tom Lane
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-18Remove redundant grouping and DISTINCT columns.Tom Lane
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-10Standardize error reports in unimplemented I/O functions.Tom Lane
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-05Update out of date comments in pg_trgmDaniel Gustafsson
2022-09-05Check for interrupts in pg_trgm word similarityDaniel Gustafsson
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2021-11-01Avoid some other O(N^2) hazards in list manipulation.Tom Lane
2021-08-09Avoid determining regexp subexpression matches, when possible.Tom Lane
2021-02-22Fix invalid array access in trgm_regexp.c.Tom Lane
2021-02-20Invent "rainbow" arcs within the regex engine.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-15Handle equality operator in contrib/pg_trgmAlexander Korotkov
2020-11-12pg_trgm: fix crash in 2-item picksplitAndrew Gierth
2020-11-12Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sqlAlexander Korotkov
2020-11-12Fix name of the macro for getting signature length trgm_gist.cAlexander Korotkov
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
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