This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2026-01-26 09:41:40 +03:00
Code
Activity
Files
a00a25b6ce4e75314e8ba399c69dd9c86e96a99d
postgres
/
contrib
/
pg_trgm
History
Bruce Momjian
451c43974f
Update copyright for 2026
...
Backpatch-through: 14
2026-01-01 13:24:10 -05:00
..
data
…
expected
Put "excludeOnly" GIN scan keys at the end of the scankey array.
2025-08-26 12:08:57 -04:00
sql
Put "excludeOnly" GIN scan keys at the end of the scankey array.
2025-08-26 12:08:57 -04:00
.gitignore
…
Makefile
…
meson.build
Update copyright for 2026
2026-01-01 13:24:10 -05:00
pg_trgm--1.0--1.1.sql
…
pg_trgm--1.1--1.2.sql
…
pg_trgm--1.2--1.3.sql
…
pg_trgm--1.3--1.4.sql
…
pg_trgm--1.3.sql
…
pg_trgm--1.4--1.5.sql
…
pg_trgm--1.5--1.6.sql
…
pg_trgm.control
…
trgm_gin.c
Use more palloc_object() and palloc_array() in contrib/
2025-12-05 16:40:26 +09:00
trgm_gist.c
Use more palloc_object() and palloc_array() in contrib/
2025-12-05 16:40:26 +09:00
trgm_op.c
Use palloc_object() and palloc_array(), the last change
2025-12-11 14:29:12 +09:00
trgm_regexp.c
Update copyright for 2026
2026-01-01 13:24:10 -05:00
trgm.h
Fix an issue with index scan using pg_trgm due to char signedness on different architectures.
2025-02-21 10:27:39 -08:00