Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-01-06 | Invalidate cached plans on FDW option changes. | Tom Lane | 9.6.2 |
| 2017-01-02 | Silence compiler warnings | Joe Conway | 9.6.2 |
| 2016-08-27 | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane | 9.6.0 |
| 2016-07-15 | Avoid invalidating all foreign-join cached plans when user mappings change. | Tom Lane | 9.6.0 |
| 2016-06-09 | pgindent run for 9.6 | Robert Haas | 9.6.0 |
| 2016-03-28 | Reset plan->row_security_env and planUserId | Stephen Frost | 9.6.0 |
| 2016-01-28 | Only try to push down foreign joins if the user mapping OIDs match. | Robert Haas | 9.6.0 |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian | 9.6.0 |
| 2015-09-21 | Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. | Noah Misch | 9.6.0 |
| 2015-07-28 | Plug RLS related information leak in pg_stats view. | Joe Conway | 9.6.0 |