index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
rowsecurity.out
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add explicit ORDER BY to a few tests that exercise hash-join code.
Andres Freund
2017-02-08
1
-7
/
+7
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
1
-523
/
+354
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
1
-53
/
+231
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
1
-8
/
+8
*
Fix regression tests to work in Welsh locale.
Tom Lane
2016-07-22
1
-44
/
+44
*
Make core regression tests safe for Danish locale.
Tom Lane
2016-07-21
1
-17
/
+17
*
Prefix RLS regression test roles with 'regress_'
Stephen Frost
2016-04-11
1
-414
/
+414
*
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
1
-0
/
+14
*
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
1
-40
/
+21
*
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Tom Lane
2015-12-19
1
-92
/
+92
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
1
-1
/
+153
*
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
1
-0
/
+14
*
Handle dependencies properly in ALTER POLICY
Stephen Frost
2015-12-11
1
-0
/
+43
*
Message style fix
Peter Eisentraut
2015-11-17
1
-1
/
+1
*
Message improvements
Peter Eisentraut
2015-11-16
1
-5
/
+5
*
Message style improvements
Peter Eisentraut
2015-10-28
1
-20
/
+20
*
Handle append_rel_list in expand_security_qual
Stephen Frost
2015-10-09
1
-0
/
+20
*
Add regression tests for INSERT/UPDATE+RETURNING
Stephen Frost
2015-10-05
1
-0
/
+69
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
1
-0
/
+156
*
Make BYPASSRLS behave like superuser RLS bypass.
Noah Misch
2015-10-03
1
-6
/
+8
*
Include policies based on ACLs needed
Stephen Frost
2015-09-30
1
-33
/
+27
*
Ensure a few policies remain for pg_upgrade
Stephen Frost
2015-09-28
1
-0
/
+9
*
Remove the row_security=force GUC value.
Noah Misch
2015-09-20
1
-109
/
+2
*
Enforce ALL/SELECT policies in RETURNING for RLS
Stephen Frost
2015-09-15
1
-23
/
+27
*
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
1
-0
/
+83
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
1
-0
/
+9
*
Prevent platform-dependent output row ordering in a new test query.
Tom Lane
2015-07-28
1
-9
/
+13
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
1
-0
/
+23
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
1
-0
/
+55
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
1
-2
/
+36
*
Improve RLS handling in copy.c
Stephen Frost
2015-07-27
1
-1
/
+49
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
1
-11
/
+13
*
Make RLS work with UPDATE ... WHERE CURRENT OF
Joe Conway
2015-07-24
1
-0
/
+107
*
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-11
1
-0
/
+21
*
Make RLS related error messages more consistent and compliant.
Joe Conway
2015-07-06
1
-1
/
+1
*
Whitespace fix - replace tab with spaces in CREATE TABLE command.
Joe Conway
2015-07-02
1
-1
/
+1
*
Second try at stabilizing query plans in rowsecurity regression test.
Tom Lane
2015-06-04
1
-21
/
+20
*
Stabilize query plans in rowsecurity regression test.
Tom Lane
2015-06-04
1
-20
/
+21
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-0
/
+26
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-0
/
+132
*
Improve qual pushdown for RLS and SB views
Stephen Frost
2015-04-27
1
-0
/
+106
*
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
1
-4
/
+9
*
RLS fixes, new hooks, and new test module
Stephen Frost
2015-04-22
1
-8
/
+301
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
1
-2
/
+8
*
Add locking clause for SB views for update/delete
Stephen Frost
2015-02-25
1
-28
/
+36
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
1
-3
/
+0
*
Move rowsecurity event trigger test
Stephen Frost
2015-01-08
1
-45
/
+0
*
Make rowsecurity test clean up after itself, too.
Tom Lane
2014-12-11
1
-0
/
+3
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
1
-27
/
+27
*
Suppress DROP CASCADE notices in regression tests
Stephen Frost
2014-11-25
1
-31
/
+9
[next]