aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/rowsecurity.sql
Commit message (Expand)AuthorAge
* Fix RLS policy usage in MERGE.Dean Rasheed2023-08-07
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-08
* Remove incidental md5() function uses from main regression testsPeter Eisentraut2023-03-13
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* Remove logic for converting a table to a view.Tom Lane2022-12-02
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Add support for security invoker views.Dean Rasheed2022-03-22
* Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane2021-06-18
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane2019-09-12
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-24
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Revert MERGE patchSimon Riggs2018-04-12
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Suppress less info in regression tests using DROP CASCADE.Tom Lane2017-08-01
* Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed2017-06-14
* Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane2017-06-12
* Apply RLS policies to partitioned tables.Joe Conway2017-06-11
* Add explicit ORDER BY to a few tests that exercise hash-join code.Andres Freund2017-02-08
* Add support for restrictive RLS policiesStephen Frost2016-12-05
* Fix regression tests to work in Welsh locale.Tom Lane2016-07-22
* Make core regression tests safe for Danish locale.Tom Lane2016-07-21
* Prefix RLS regression test roles with 'regress_'Stephen Frost2016-04-11
* 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