summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rowsecurity.c
AgeCommit message (Expand)Author
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