Commits

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

DateSubjectAuthorReleases
2020-09-26 Revise RelationBuildRowSecurity() to avoid memory leaks. Tom Lane 9.5.24
2016-03-17 Remove useless double calls of make_parsestate(). Tom Lane 9.5.2
2016-01-04 Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy. Tom Lane 9.5.0
2015-12-11 Handle policies during DROP OWNED BY Stephen Frost 9.5.0
2015-12-11 Handle dependencies properly in ALTER POLICY Stephen Frost 9.5.0
2015-12-11 Improve some messages Peter Eisentraut 9.5.0
2015-09-15 RLS refactoring Stephen Frost 9.5.0
2015-08-21 Rename 'cmd' to 'cmd_name' in CreatePolicyStmt Stephen Frost 9.5.0
2015-07-29 Create new ParseExprKind for use by policy expressions. Joe Conway 9.5.0
2015-07-29 Add missing post create and alter hooks to policy objects. Joe Conway 9.5.0
2015-07-28 Suppress "variable may be used uninitialized" warning. Tom Lane 9.5.0
2015-07-28 Disallow converting a table to a view if row security is present. Joe Conway 9.5.0
2015-07-28 Create a pg_shdepend entry for each role in TO clause of policies. Joe Conway 9.5.0
2015-07-12 Add now-required #include. Tom Lane 9.5.0
2015-07-11 Add assign_expr_collations() to CreatePolicy() and AlterPolicy(). Joe Conway 9.5.0
2015-07-07 Make RLS related error messages more consistent and compliant. Joe Conway 9.5.0
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-03-09 Allow CURRENT/SESSION_USER to be used in certain commands Alvaro Herrera 9.5.0
2015-03-03 Change many routines to return ObjectAddress rather than OID Alvaro Herrera 9.5.0
2015-01-24 Clean up some mess in row-security patches. Tom Lane 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-11-27 Rename pg_rowsecurity -> pg_policy and other fixes Stephen Frost 9.5.0
2014-11-14 Clean up includes from RLS patch Stephen Frost 9.5.0
2014-10-07 Fix typo in elog message. Robert Haas 9.5.0
2014-10-03 Fix CreatePolicy, pg_dump -v; psql and doc updates Stephen Frost 9.5.0