]> granicus.if.org Git - postgresql/history - src/test/regress/expected/rowsecurity.out
Disallow converting a table to a view if row security is present.
[postgresql] / src / test / regress / expected / rowsecurity.out
2015-07-28 Joe ConwayDisallow converting a table to a view if row security...
2015-07-28 Joe ConwayCreate a pg_shdepend entry for each role in TO clause...
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-27 Stephen FrostImprove RLS handling in copy.c
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-24 Joe ConwayMake RLS work with UPDATE ... WHERE CURRENT OF
2015-07-11 Joe ConwayAdd assign_expr_collations() to CreatePolicy() and...
2015-07-07 Joe ConwayMake RLS related error messages more consistent and...
2015-07-02 Joe ConwayWhitespace fix - replace tab with spaces in CREATE...
2015-06-04 Tom LaneSecond try at stabilizing query plans in rowsecurity...
2015-06-04 Tom LaneStabilize query plans in rowsecurity regression test.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-27 Stephen FrostImprove qual pushdown for RLS and SB views
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-04-22 Stephen FrostRLS fixes, new hooks, and new test module
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-02-26 Stephen FrostAdd locking clause for SB views for update/delete
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-08 Stephen FrostMove rowsecurity event trigger test
2014-12-11 Tom LaneMake rowsecurity test clean up after itself, too.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-25 Stephen FrostSuppress DROP CASCADE notices in regression tests
2014-09-26 Stephen FrostFix relcache for policies, and doc updates
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)