Commits

Showing commits that first shipped in 9.6 (backpatches included). Clear

DateSubjectAuthorReleases
2021-06-18 Fix misbehavior of DROP OWNED BY with duplicate polroles entries. Tom Lane 9.6.23
2019-09-12 Fix usage of whole-row variables in WCO and RLS policy expressions. Tom Lane 9.6.16
2019-05-06 Fix security checks for selectivity estimation functions with RLS. Dean Rasheed 9.6.13
2019-04-02 Perform RLS subquery checks as the right user when going via a view. Dean Rasheed 9.6.13
2018-07-18 Fix misc typos, mostly in comments. Heikki Linnakangas 9.6.10
2017-11-06 Always require SELECT permission for ON CONFLICT DO UPDATE. Dean Rasheed 9.6.6
2016-07-22 Fix regression tests to work in Welsh locale. Tom Lane 9.6.0
2016-07-21 Make core regression tests safe for Danish locale. Tom Lane 9.6.0
2016-04-11 Prefix RLS regression test roles with 'regress_' Stephen Frost 9.6.0
2016-03-28 Reset plan->row_security_env and planUserId Stephen Frost 9.6.0
2016-01-04 Adjust behavior of row_security GUC to match the docs. Tom Lane 9.6.0
2015-12-19 Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql. Tom Lane 9.6.0
2015-12-15 Collect the global OR of hasRowSecurity flags for plancache Stephen Frost 9.6.0
2015-12-11 Handle policies during DROP OWNED BY Stephen Frost 9.6.0
2015-12-11 Handle dependencies properly in ALTER POLICY Stephen Frost 9.6.0
2015-10-09 Handle append_rel_list in expand_security_qual Stephen Frost 9.6.0
2015-10-05 Add regression tests for INSERT/UPDATE+RETURNING Stephen Frost 9.6.0
2015-10-05 ALTER TABLE .. FORCE ROW LEVEL SECURITY Stephen Frost 9.6.0
2015-10-04 Make BYPASSRLS behave like superuser RLS bypass. Noah Misch 9.6.0
2015-09-28 Ensure a few policies remain for pg_upgrade Stephen Frost 9.6.0
2015-09-21 Remove the row_security=force GUC value. Noah Misch 9.6.0
2015-07-30 Use appropriate command type when retrieving relation's policies. Joe Conway 9.6.0
2015-07-29 Create new ParseExprKind for use by policy expressions. Joe Conway 9.6.0
2015-07-29 Prevent platform-dependent output row ordering in a new test query. Tom Lane 9.6.0
2015-07-28 Disallow converting a table to a view if row security is present. Joe Conway 9.6.0