index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
rowsecurity.sql
Commit message (
Expand
)
Author
Age
*
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-04-02
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Fix regression tests to work in Welsh locale.
Tom Lane
2016-07-22
*
Make core regression tests safe for Danish locale.
Tom Lane
2016-07-21
*
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
*
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
*
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Tom Lane
2015-12-19
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
*
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
*
Handle dependencies properly in ALTER POLICY
Stephen Frost
2015-12-11
*
Handle append_rel_list in expand_security_qual
Stephen Frost
2015-10-09
*
Add regression tests for INSERT/UPDATE+RETURNING
Stephen Frost
2015-10-05
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Make BYPASSRLS behave like superuser RLS bypass.
Noah Misch
2015-10-03
*
Ensure a few policies remain for pg_upgrade
Stephen Frost
2015-09-28
*
Remove the row_security=force GUC value.
Noah Misch
2015-09-20
*
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
*
Prevent platform-dependent output row ordering in a new test query.
Tom Lane
2015-07-28
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Improve RLS handling in copy.c
Stephen Frost
2015-07-27
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Make RLS work with UPDATE ... WHERE CURRENT OF
Joe Conway
2015-07-24
*
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-11
*
Whitespace fix - replace tab with spaces in CREATE TABLE command.
Joe Conway
2015-07-02
*
Second try at stabilizing query plans in rowsecurity regression test.
Tom Lane
2015-06-04
*
Stabilize query plans in rowsecurity regression test.
Tom Lane
2015-06-04
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Improve qual pushdown for RLS and SB views
Stephen Frost
2015-04-27
*
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
*
RLS fixes, new hooks, and new test module
Stephen Frost
2015-04-22
*
Move rowsecurity event trigger test
Stephen Frost
2015-01-08
*
Make rowsecurity test clean up after itself, too.
Tom Lane
2014-12-11
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Suppress DROP CASCADE notices in regression tests
Stephen Frost
2014-11-25
*
Fix relcache for policies, and doc updates
Stephen Frost
2014-09-26
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19