Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-08-09 | Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. | Tom Lane | 16.5 |
| 2023-03-16 | Enable use of Memoize atop an Append that came from UNION ALL. | Tom Lane | 16.0 |
| 2023-02-20 | Remove gratuitous assumptions about what make_modifytable can see. | Tom Lane | 16.0 |
| 2023-01-30 | Invent "join domains" to replace the below_outer_join hack. | Tom Lane | 16.0 |
| 2023-01-30 | Make Vars be outer-join-aware. | Tom Lane | 16.0 |
| 2023-01-18 | Remove redundant grouping and DISTINCT columns. | Tom Lane | 16.0 |
| 2022-08-17 | Use an explicit state flag to control PlaceHolderInfo creation. | Tom Lane | 16.0 |
| 2022-08-17 | Avoid using list_length() to test for empty list. | Tom Lane | 16.0 |