summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rowsecurity.c
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-05Apply SELECT policies in INSERT/UPDATE+RETURNINGStephen Frost
2015-09-30Include policies based on ACLs neededStephen Frost
2015-09-15Enforce ALL/SELECT policies in RETURNING for RLSStephen Frost
2015-09-15RLS refactoringStephen Frost
2015-08-03RLS: Keep deny policy when only restrictive existStephen Frost
2015-07-30Use appropriate command type when retrieving relation's policies.Joe Conway
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-05-24Manual cleanup of pgindent results.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-24Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-04-24Copy the relation name for error reporting in WCOsStephen Frost
2015-04-22RLS fixes, new hooks, and new test moduleStephen Frost
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-14Clean up includes from RLS patchStephen Frost
2014-09-24Code review for row security.Stephen Frost
2014-09-19Row-Level Security Policies (RLS)Stephen Frost