postgresql/contrib/pg_trgm
Tom Lane e477642a1b Avoid some other O(N^2) hazards in list manipulation.
In the same spirit as 6301c3ada, fix some more places where we were
using list_delete_first() in a loop and thereby risking O(N^2)
behavior.  It's not clear that the lists manipulated in these spots
can get long enough to be really problematic ... but it's not clear
that they can't, either, and the fixes are simple enough.

As before, back-patch to v13.

Discussion: https://postgr.es/m/CD2F0E7F-9822-45EC-A411-AE56F14DEA9F@amazon.com
2021-11-01 16:24:40 -04:00
..
data
expected
sql
.gitignore
Makefile
pg_trgm--1.0--1.1.sql
pg_trgm--1.1--1.2.sql
pg_trgm--1.2--1.3.sql Make contrib modules' installation scripts more secure. 2020-08-10 10:44:42 -04:00
pg_trgm--1.3--1.4.sql
pg_trgm--1.3.sql
pg_trgm--1.4--1.5.sql Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql 2020-11-12 08:55:34 +03:00
pg_trgm.control
trgm_gin.c
trgm_gist.c pg_trgm: fix crash in 2-item picksplit 2020-11-12 14:59:06 +00:00
trgm_op.c
trgm_regexp.c Avoid some other O(N^2) hazards in list manipulation. 2021-11-01 16:24:40 -04:00
trgm.h Get rid of trailing semicolons in C macro definitions. 2020-05-01 17:28:00 -04:00