Commits

DateSubjectAuthorReleases
2015-12-11 Handle policies during DROP OWNED BY Stephen Frost 9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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-30 Use appropriate command type when retrieving relation's policies. Joe Conway 9.5.0
2015-07-29 Create new ParseExprKind for use by policy expressions. Joe Conway 9.5.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.5.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.5.0
2015-07-28 Disallow converting a table to a view if row security is present. Joe Conway 9.6.0
2015-07-28 Create a pg_shdepend entry for each role in TO clause of policies. Joe Conway 9.5.0