Commits

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

DateSubjectAuthorReleases
2021-06-25 Remove unnecessary failure cases in RemoveRoleFromObjectPolicy(). Tom Lane 9.6.23
2021-06-18 Fix misbehavior of DROP OWNED BY with duplicate polroles entries. Tom Lane 9.6.23
2020-09-26 Revise RelationBuildRowSecurity() to avoid memory leaks. Tom Lane 9.6.20
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-05-06 Remove various special checks around default roles Stephen Frost 9.6.0
2016-04-08 Reserve the "pg_" namespace for roles Stephen Frost 9.6.0
2016-03-17 Remove useless double calls of make_parsestate(). Tom Lane 9.6.0
2016-01-04 Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy. Tom Lane 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 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-12-11 Improve some messages Peter Eisentraut 9.6.0
2015-09-15 RLS refactoring Stephen Frost 9.6.0
2015-08-21 Rename 'cmd' to 'cmd_name' in CreatePolicyStmt Stephen Frost 9.6.0
2015-07-29 Create new ParseExprKind for use by policy expressions. Joe Conway 9.6.0
2015-07-29 Add missing post create and alter hooks to policy objects. Joe Conway 9.6.0
2015-07-28 Suppress "variable may be used uninitialized" warning. 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
2015-07-28 Create a pg_shdepend entry for each role in TO clause of policies. Joe Conway 9.6.0
2015-07-12 Add now-required #include. Tom Lane 9.6.0
2015-07-11 Add assign_expr_collations() to CreatePolicy() and AlterPolicy(). Joe Conway 9.6.0
2015-07-07 Make RLS related error messages more consistent and compliant. Joe Conway 9.6.0