]> granicus.if.org Git - postgresql/history - src/test/regress/sql/rowsecurity.sql
Fix misc typos, mostly in comments.
[postgresql] / src / test / regress / sql / rowsecurity.sql
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2017-11-06 Dean RasheedAlways require SELECT permission for ON CONFLICT DO...
2017-08-01 Tom LaneSuppress less info in regression tests using DROP CASCADE.
2017-06-14 Dean RasheedTeach RemoveRoleFromObjectPolicy() about partitioned...
2017-06-13 Tom LaneFix confusion about number of subplans in partitioned...
2017-06-11 Joe ConwayApply RLS policies to partitioned tables.
2017-02-09 Andres FreundAdd explicit ORDER BY to a few tests that exercise...
2016-12-05 Stephen FrostAdd support for restrictive RLS policies
2016-07-22 Tom LaneFix regression tests to work in Welsh locale.
2016-07-21 Tom LaneMake core regression tests safe for Danish locale.
2016-04-11 Stephen FrostPrefix RLS regression test roles with 'regress_'
2016-03-28 Stephen FrostReset plan->row_security_env and planUserId
2016-01-04 Tom LaneAdjust behavior of row_security GUC to match the docs.
2015-12-19 Tom LaneAdd missing COSTS OFF to EXPLAIN commands in rowsecurit...
2015-12-15 Stephen FrostCollect the global OR of hasRowSecurity flags for plancache
2015-12-11 Stephen FrostHandle policies during DROP OWNED BY
2015-12-11 Stephen FrostHandle dependencies properly in ALTER POLICY
2015-10-09 Stephen FrostHandle append_rel_list in expand_security_qual
2015-10-05 Stephen FrostAdd regression tests for INSERT/UPDATE+RETURNING
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-10-04 Noah MischMake BYPASSRLS behave like superuser RLS bypass.
2015-09-28 Stephen FrostEnsure a few policies remain for pg_upgrade
2015-09-21 Noah MischRemove the row_security=force GUC value.
2015-07-30 Joe ConwayUse appropriate command type when retrieving relation...
2015-07-29 Joe ConwayCreate new ParseExprKind for use by policy expressions.
2015-07-29 Tom LanePrevent platform-dependent output row ordering in a...
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-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-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)