index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_trgm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-10
1
-2
/
+15
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
1
-1
/
+1
*
Further fix pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-04-14
3
-42
/
+136
*
Fix regexport.c to behave sanely with lookaround constraints.
Tom Lane
2017-04-13
2
-0
/
+15
*
Fix contrib/pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-02-22
3
-37
/
+91
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
2
-2
/
+4
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
1
-0
/
+1
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
1
-1
/
+1
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
1
-2
/
+1
*
Fix volatility markings of some contrib I/O functions.
Tom Lane
2014-11-05
1
-2
/
+2
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
1
-3
/
+3
*
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-08-25
1
-1
/
+1
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
1
-1
/
+2
*
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-07-10
1
-1
/
+0
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
3
-25
/
+25
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
3
-37
/
+0
*
Suppress compiler warning in new contrib/pg_trgm code.
Tom Lane
2014-04-13
1
-8
/
+8
*
Improve contrib/pg_trgm's heuristics for regexp index searches.
Tom Lane
2014-04-05
1
-28
/
+76
*
Fix possible buffer overrun in contrib/pg_trgm.
Tom Lane
2014-01-13
1
-3
/
+35
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
1
-31
/
+31
*
Fix typo in update scripts for some contrib modules.
Fujii Masao
2013-07-19
1
-1
/
+1
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-2
/
+2
*
Improve GiST index search performance for trigram regex queries.
Tom Lane
2013-04-15
1
-7
/
+13
*
Make contrib/pg_trgm also support regex searches with GiST indexes.
Tom Lane
2013-04-10
9
-33
/
+350
*
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-09
10
-34
/
+2454
*
Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.
Tom Lane
2013-04-07
1
-7
/
+10
*
Fix contrib/pg_trgm's similarity() function for trigram-free strings.
Tom Lane
2013-02-13
3
-2
/
+14
*
Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.
Tom Lane
2012-08-20
3
-19
/
+39
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
1
-26
/
+26
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-5
/
+4
*
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-12
2
-0
/
+6
*
Cache the result of makesign() across calls of gtrgm_penalty().
Tom Lane
2011-09-30
1
-44
/
+90
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
2
-3
/
+3
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
3
-12
/
+0
*
Support "make check" in contrib
Peter Eisentraut
2011-04-25
1
-0
/
+2
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
4
-38
/
+46
*
Fix contrib/pg_trgm to have smoother updates from 9.0.
Tom Lane
2011-02-17
3
-15
/
+83
*
Assorted fixups for "unpackaged" conversion scripts.
Tom Lane
2011-02-13
1
-2
/
+14
*
Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.
Tom Lane
2011-02-13
1
-19
/
+19
*
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-13
8
-71
/
+39
*
Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.
Tom Lane
2011-01-31
8
-48
/
+624
*
Update contrib/pg_trgm for new GIN extractQuery API.
Tom Lane
2011-01-09
1
-28
/
+18
*
Add KNNGIST support to contrib/pg_trgm.
Tom Lane
2010-12-04
8
-41
/
+192
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
2
-2
/
+2
*
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
1
-0
/
+2
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
1
-0
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
7
-7
/
+7
[next]