[COMMITTERS] pgsql: Add security checks to selectivity estimation functions

2017-05-11 Thread Peter Eisentraut
Add security checks to selectivity estimation functions Some selectivity estimation functions run user-supplied operators over data obtained from pg_statistic without security checks, which allows those operators to leak pg_statistic data without having privileges on the underlying tables. Fix by

[COMMITTERS] pgsql: Add security checks to selectivity estimation functions

2017-05-11 Thread Peter Eisentraut
Add security checks to selectivity estimation functions Some selectivity estimation functions run user-supplied operators over data obtained from pg_statistic without security checks, which allows those operators to leak pg_statistic data without having privileges on the underlying tables. Fix by

[COMMITTERS] pgsql: Add security checks to selectivity estimation functions

2017-05-11 Thread Peter Eisentraut
Add security checks to selectivity estimation functions Some selectivity estimation functions run user-supplied operators over data obtained from pg_statistic without security checks, which allows those operators to leak pg_statistic data without having privileges on the underlying tables. Fix by

[COMMITTERS] pgsql: Add security checks to selectivity estimation functions

2017-05-11 Thread Peter Eisentraut
Add security checks to selectivity estimation functions Some selectivity estimation functions run user-supplied operators over data obtained from pg_statistic without security checks, which allows those operators to leak pg_statistic data without having privileges on the underlying tables. Fix by

[COMMITTERS] pgsql: Add security checks to selectivity estimation functions

2017-05-11 Thread Peter Eisentraut
Add security checks to selectivity estimation functions Some selectivity estimation functions run user-supplied operators over data obtained from pg_statistic without security checks, which allows those operators to leak pg_statistic data without having privileges on the underlying tables. Fix by

[COMMITTERS] pgsql: Add security checks to selectivity estimation functions

2017-05-11 Thread Peter Eisentraut
Add security checks to selectivity estimation functions Some selectivity estimation functions run user-supplied operators over data obtained from pg_statistic without security checks, which allows those operators to leak pg_statistic data without having privileges on the underlying tables. Fix by