summaryrefslogtreecommitdiff
path: root/src/backend/commands/policy.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-14Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-29Make more use of RoleSpec structPeter Eisentraut
2016-12-07Implement table partitioning.Robert Haas
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-05-06Remove various special checks around default rolesStephen Frost
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-03-17Remove useless double calls of make_parsestate().Tom Lane
2016-01-04Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-12-11Handle dependencies properly in ALTER POLICYStephen Frost
2015-12-11Improve some messagesPeter Eisentraut
2015-09-15RLS refactoringStephen Frost
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-07-29Create new ParseExprKind for use by policy expressions.Joe Conway
2015-07-29Add missing post create and alter hooks to policy objects.Joe Conway
2015-07-28Suppress "variable may be used uninitialized" warning.Tom Lane
2015-07-28Disallow converting a table to a view if row security is present.Joe Conway
2015-07-28Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway
2015-07-12Add now-required #include.Tom Lane
2015-07-11Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway
2015-07-07Make RLS related error messages more consistent and compliant.Joe Conway
2015-05-24pgindent run for 9.5Bruce Momjian
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-14Clean up includes from RLS patchStephen Frost
2014-10-07Fix typo in elog message.Robert Haas
2014-10-03Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost
2014-09-24Copy-editing of row securityStephen Frost
2014-09-24Code review for row security.Stephen Frost
2014-09-22Fix compiler warning.Robert Haas
2014-09-19Row-Level Security Policies (RLS)Stephen Frost