aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/policy.c
Commit message (Expand)AuthorAge
* pgindent run for 9.6Robert Haas2016-06-09
* Remove various special checks around default rolesStephen Frost2016-05-06
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Remove useless double calls of make_parsestate().Tom Lane2016-03-17
* Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane2016-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Handle policies during DROP OWNED BYStephen Frost2015-12-11
* Handle dependencies properly in ALTER POLICYStephen Frost2015-12-11
* Improve some messagesPeter Eisentraut2015-12-10
* RLS refactoringStephen Frost2015-09-15
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-21
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Add missing post create and alter hooks to policy objects.Joe Conway2015-07-29
* Suppress "variable may be used uninitialized" warning.Tom Lane2015-07-28
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-28
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-28
* Add now-required #include.Tom Lane2015-07-11
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-11
* Make RLS related error messages more consistent and compliant.Joe Conway2015-07-06
* pgindent run for 9.5Bruce Momjian2015-05-23
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Clean up includes from RLS patchStephen Frost2014-11-14
* Fix typo in elog message.Robert Haas2014-10-07
* Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost2014-10-03
* Copy-editing of row securityStephen Frost2014-09-24
* Code review for row security.Stephen Frost2014-09-24
* Fix compiler warning.Robert Haas2014-09-22
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19