Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-04-08 | Fix improper interaction of FULL JOINs with lateral references. | Tom Lane | 11.3 |
| 2019-03-30 | Avoid crash in partitionwise join planning under GEQO. | Tom Lane | 11.3 |
| 2019-03-14 | Ensure dummy paths have correct required_outer if rel is parameterized. | Tom Lane | 11.3 |
| 2019-03-07 | Fix handling of targetlist SRFs when scan/join relation is known empty. | Tom Lane | 11.3 |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-04-20 | Change more places to be less trusting of RestrictInfo.is_pushed_down. | Tom Lane | 11.0 |