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
*
Fix RLS policy usage in MERGE.
Dean Rasheed
2023-08-07
*
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-05-08
*
Remove incidental md5() function uses from main regression tests
Peter Eisentraut
2023-03-13
*
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-10
*
Remove logic for converting a table to a view.
Tom Lane
2022-12-02
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Add support for security invoker views.
Dean Rasheed
2022-03-22
*
Fix misbehavior of DROP OWNED BY with duplicate polroles entries.
Tom Lane
2021-06-18
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
*
Fix usage of whole-row variables in WCO and RLS policy expressions.
Tom Lane
2019-09-12
*
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-05-06
*
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-04-02
*
Un-hide most cascaded-drop details in regression test results.
Tom Lane
2019-03-24
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Suppress less info in regression tests using DROP CASCADE.
Tom Lane
2017-08-01
*
Teach RemoveRoleFromObjectPolicy() about partitioned tables.
Dean Rasheed
2017-06-14
*
Fix confusion about number of subplans in partitioned INSERT setup.
Tom Lane
2017-06-12
*
Apply RLS policies to partitioned tables.
Joe Conway
2017-06-11
*
Add explicit ORDER BY to a few tests that exercise hash-join code.
Andres Freund
2017-02-08
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
*
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
*
Prefix RLS regression test roles with 'regress_'
Stephen Frost
2016-04-11
*
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
[next]