summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm
Commit message (Expand)AuthorAgeFilesLines
* Update contrib/trgm_regexp's memory management.Thomas Munro2023-04-081-15/+2
* Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.Tom Lane2023-03-113-10/+25
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-072-7/+7
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-181-3/+3
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-103-0/+3
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Standardize error reports in unimplemented I/O functions.Tom Lane2022-12-101-4/+10
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-3/+3
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-061-1/+1
* meson: Add windows resource filesAndres Freund2022-10-051-6/+14
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+35
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-0/+1
* Update out of date comments in pg_trgmDaniel Gustafsson2022-09-051-2/+3
* Check for interrupts in pg_trgm word similarityDaniel Gustafsson2022-09-051-1/+6
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-6/+1
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-011-2/+2
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-1/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+1
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-211-0/+2
* Avoid some other O(N^2) hazards in list manipulation.Tom Lane2021-11-011-8/+17
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-091-2/+4
* Fix invalid array access in trgm_regexp.c.Tom Lane2021-02-211-2/+8
* Invent "rainbow" arcs within the regex engine.Tom Lane2021-02-201-9/+18
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Handle equality operator in contrib/pg_trgmAlexander Korotkov2020-11-158-7/+259
* pg_trgm: fix crash in 2-item picksplitAndrew Gierth2020-11-121-8/+4
* Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sqlAlexander Korotkov2020-11-121-1/+1
* Fix name of the macro for getting signature length trgm_gist.cAlexander Korotkov2020-11-121-8/+8
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-101-5/+20
* Spelling adjustmentsPeter Eisentraut2020-06-091-2/+2
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-011-1/+1
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-012-10/+20
* Implement operator class parametersAlexander Korotkov2020-03-307-111/+1320
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-1/+1
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-193-101/+3
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-302-10/+8
* Avoid full scan of GIN indexes when possibleAlexander Korotkov2020-01-182-0/+128
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-22/+3
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+6
* PG_FINALLYPeter Eisentraut2019-11-011-4/+1
* Fix typos in the codeMichael Paquier2019-10-301-2/+2
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-244-11/+4
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-14/+4