Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-04-02 | Perform RLS subquery checks as the right user when going via a view. | Dean Rasheed | 9.6.13 |
| 2017-11-06 | Always require SELECT permission for ON CONFLICT DO UPDATE. | Dean Rasheed | 9.6.6 |
| 2017-05-07 | RLS: Fix ALL vs. SELECT+UPDATE policy usage | Stephen Frost | 9.6.3 |
| 2016-06-09 | pgindent run for 9.6 | Robert Haas | 9.6.0 |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian | 9.6.0 |
| 2015-10-05 | Apply SELECT policies in INSERT/UPDATE+RETURNING | Stephen Frost | 9.6.0 |
| 2015-09-30 | Include policies based on ACLs needed | Stephen Frost | 9.6.0 |
| 2015-09-15 | Enforce ALL/SELECT policies in RETURNING for RLS | Stephen Frost | 9.6.0 |
| 2015-09-15 | RLS refactoring | Stephen Frost | 9.6.0 |
| 2015-08-03 | RLS: Keep deny policy when only restrictive exist | Stephen Frost | 9.6.0 |
| 2015-07-30 | Use appropriate command type when retrieving relation's policies. | Joe Conway | 9.6.0 |
| 2015-07-28 | Plug RLS related information leak in pg_stats view. | Joe Conway | 9.6.0 |