Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-08-03 | Fix incorrect tests for SRFs in relation_can_be_sorted_early(). | Tom Lane | 14.5 |
| 2022-03-21 | Fix assorted missing logic for GroupingFunc nodes. | Tom Lane | 14.3 |
| 2021-03-31 | Rework planning and execution of UPDATE and DELETE. | Tom Lane | 14.0 |
| 2021-01-04 | Re-implement pl/pgsql's expression and assignment parsing. | Tom Lane | 14.0 |
| 2020-12-09 | Support subscripting of arbitrary types, not only arrays. | Tom Lane | 14.0 |
| 2020-09-29 | Add for_each_from, to simplify loops starting from non-first list cells. | Tom Lane | 14.0 |
| 2020-08-19 | Suppress unnecessary RelabelType nodes in yet more cases. | Tom Lane | 14.0 |