]> granicus.if.org Git - postgresql/history - src/test/regress/expected/rowsecurity.out
Stabilize query plans in rowsecurity regression test.
[postgresql] / src / test / regress / expected / rowsecurity.out
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)