aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/rowsecurity.sql
Commit message (Expand)AuthorAge
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Fix regression tests to work in Welsh locale.Tom Lane2016-07-22
* Make core regression tests safe for Danish locale.Tom Lane2016-07-21
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-28
* Adjust behavior of row_security GUC to match the docs.Tom Lane2016-01-04
* Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.Tom Lane2015-12-19
* Collect the global OR of hasRowSecurity flags for plancacheStephen Frost2015-12-14
* Handle policies during DROP OWNED BYStephen Frost2015-12-11
* Handle dependencies properly in ALTER POLICYStephen Frost2015-12-11
* Handle append_rel_list in expand_security_qualStephen Frost2015-10-09
* Add regression tests for INSERT/UPDATE+RETURNINGStephen Frost2015-10-05
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Make BYPASSRLS behave like superuser RLS bypass.Noah Misch2015-10-03
* Ensure a few policies remain for pg_upgradeStephen Frost2015-09-28
* Remove the row_security=force GUC value.Noah Misch2015-09-20
* Use appropriate command type when retrieving relation's policies.Joe Conway2015-07-30
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Prevent platform-dependent output row ordering in a new test query.Tom Lane2015-07-28
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-28
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-28
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Improve RLS handling in copy.cStephen Frost2015-07-27
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway2015-07-24
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-11
* Whitespace fix - replace tab with spaces in CREATE TABLE command.Joe Conway2015-07-02
* Second try at stabilizing query plans in rowsecurity regression test.Tom Lane2015-06-04
* Stabilize query plans in rowsecurity regression test.Tom Lane2015-06-04
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Improve qual pushdown for RLS and SB viewsStephen Frost2015-04-27
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* RLS fixes, new hooks, and new test moduleStephen Frost2015-04-22
* Move rowsecurity event trigger testStephen Frost2015-01-08
* Make rowsecurity test clean up after itself, too.Tom Lane2014-12-11
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Suppress DROP CASCADE notices in regression testsStephen Frost2014-11-25
* Fix relcache for policies, and doc updatesStephen Frost2014-09-26
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19