index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_trgm
Age
Commit message (
Expand
)
Author
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-04-01
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-19
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-13
Mark some contrib modules as "trusted".
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-18
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-07
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-10-30
Fix typos in the code
Michael Paquier
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-10
Fix operator naming in pg_trgm GUC option descriptions
Alexander Korotkov
2019-05-26
Change Graphviz file extension
Peter Eisentraut
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-02-15
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
Preliminary work for pgindent run.
Tom Lane
2018-03-21
Add strict_word_similarity to pg_trgm module
Teodor Sigaev
2018-03-21
Rework word_similarity documentation, make it close to actual algorithm.
Teodor Sigaev
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-12
Make pg_trgm tests independ from standard_conforming_string. Tests uses
Teodor Sigaev
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-14
Further fix pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-04-13
Fix regexport.c to behave sanely with lookaround constraints.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-02-22
Fix contrib/pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-29
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-06-20
pg_trgm's set_limit() function is parallel unsafe, not parallel restricted.
Tom Lane
2016-06-20
Fix comparison of similarity to threshold in GIST trigram searches.
Tom Lane
2016-06-14
Update extensions with GIN/GIST support for parallel query.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Handle contrib's GIN/GIST support function signature changes honestly.
Tom Lane
2016-03-18
Various minor corrections of and improvements to comments.
Robert Haas
2016-03-18
pg_trgm's set_limit() now uses SetConfigOption()
Teodor Sigaev
2016-03-16
Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460
Teodor Sigaev
2016-03-16
Add word_similarity to pg_trgm contrib module.
Teodor Sigaev
2016-03-16
GUC variable pg_trgm.similarity_threshold insead of set_limit()
Teodor Sigaev
[prev]
[next]