summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/rowsecurity.out
Commit message (Expand)AuthorAgeFilesLines
* Add explicit ORDER BY to a few tests that exercise hash-join code.Andres Freund2017-02-081-7/+7
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-181-523/+354
* Add support for restrictive RLS policiesStephen Frost2016-12-051-53/+231
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-161-8/+8
* Fix regression tests to work in Welsh locale.Tom Lane2016-07-221-44/+44
* Make core regression tests safe for Danish locale.Tom Lane2016-07-211-17/+17
* Prefix RLS regression test roles with 'regress_'Stephen Frost2016-04-111-414/+414
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-281-0/+14
* Adjust behavior of row_security GUC to match the docs.Tom Lane2016-01-041-40/+21
* Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.Tom Lane2015-12-191-92/+92
* Collect the global OR of hasRowSecurity flags for plancacheStephen Frost2015-12-141-1/+153
* Handle policies during DROP OWNED BYStephen Frost2015-12-111-0/+14
* Handle dependencies properly in ALTER POLICYStephen Frost2015-12-111-0/+43
* Message style fixPeter Eisentraut2015-11-171-1/+1
* Message improvementsPeter Eisentraut2015-11-161-5/+5
* Message style improvementsPeter Eisentraut2015-10-281-20/+20
* Handle append_rel_list in expand_security_qualStephen Frost2015-10-091-0/+20
* Add regression tests for INSERT/UPDATE+RETURNINGStephen Frost2015-10-051-0/+69
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-041-0/+156
* Make BYPASSRLS behave like superuser RLS bypass.Noah Misch2015-10-031-6/+8
* Include policies based on ACLs neededStephen Frost2015-09-301-33/+27
* Ensure a few policies remain for pg_upgradeStephen Frost2015-09-281-0/+9
* Remove the row_security=force GUC value.Noah Misch2015-09-201-109/+2
* Enforce ALL/SELECT policies in RETURNING for RLSStephen Frost2015-09-151-23/+27
* Use appropriate command type when retrieving relation's policies.Joe Conway2015-07-301-0/+83
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-291-0/+9
* Prevent platform-dependent output row ordering in a new test query.Tom Lane2015-07-281-9/+13
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-281-0/+23
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-281-0/+55
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-281-2/+36
* Improve RLS handling in copy.cStephen Frost2015-07-271-1/+49
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-11/+13
* Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway2015-07-241-0/+107
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-111-0/+21
* Make RLS related error messages more consistent and compliant.Joe Conway2015-07-061-1/+1
* Whitespace fix - replace tab with spaces in CREATE TABLE command.Joe Conway2015-07-021-1/+1
* Second try at stabilizing query plans in rowsecurity regression test.Tom Lane2015-06-041-21/+20
* Stabilize query plans in rowsecurity regression test.Tom Lane2015-06-041-20/+21
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+26
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+132
* Improve qual pushdown for RLS and SB viewsStephen Frost2015-04-271-0/+106
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-241-4/+9
* RLS fixes, new hooks, and new test moduleStephen Frost2015-04-221-8/+301
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-221-2/+8
* Add locking clause for SB views for update/deleteStephen Frost2015-02-251-28/+36
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-281-3/+0
* Move rowsecurity event trigger testStephen Frost2015-01-081-45/+0
* Make rowsecurity test clean up after itself, too.Tom Lane2014-12-111-0/+3
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-271-27/+27
* Suppress DROP CASCADE notices in regression testsStephen Frost2014-11-251-31/+9