Summary:
Postgres refactored crypto hash functions implementation in version 14.
Among other changes those functions use current resource owner to store
crypto cashes and other related info. The DocDB does not initialize the
CurrentResourceOwner variable, and therefore attempt to dereference it
causes tserver to crash.
Hence we disable pushdown of md5, sha2 functions by adding an exception
for them.
Jira: DB-15195
Test Plan: ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressDml#schedule'
Reviewers: jason, mtakahara
Reviewed By: jason
Subscribers: smishra, yql
Tags: #jenkins-ready
Differential Revision: https://phorge.dev.yugabyte.com/D41736