Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2016-11-20 | Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. | Tom Lane | 9.5.6 |
| 2015-05-16 | Support GROUPING SETS, CUBE and ROLLUP. | Andres Freund | 9.5.0 |
| 2015-05-08 | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 9.5.0 |
| 2015-03-11 | Make operator precedence follow the SQL standard more closely. | Tom Lane | 9.5.0 |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian | 9.5.0 |
| 2014-06-18 | Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... | Tom Lane | 9.5.0 |