Jeśli używasz Postgresa 12 lub nowszego, możesz użyć wyrażenia ścieżki SQL/JSON:
select *
from change_log
where change @@ '$.** like_regex "change" flag "i"'
or previous @@ '$.** like_regex "change" flag "i"'
or specific_changes @@ '$.** like_regex "change" flag "i"'