Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-09-03 | Fix planner error when estimating SubPlan cost | Richard Guo | 17.7 |
| 2024-10-09 | Avoid crash in estimate_array_length with null root pointer. | Tom Lane | 17.1 |
| 2024-03-25 | Do not translate dummy SpecialJoinInfos for child joins | Amit Langote | 17.0 |
| 2024-03-21 | Add SQL/JSON query functions | Amit Langote | 17.0 |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut | 17.0 |
| 2024-01-04 | Teach estimate_array_length() to use statistics where available. | Tom Lane | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-12-19 | Prevent integer overflow when forming tuple width estimates. | Tom Lane | 17.0 |
| 2023-12-18 | compute_bitmap_pages' loop_count parameter should be double not int. | Tom Lane | 17.0 |
| 2023-08-03 | Minor adjustments to WindowAgg startup cost code | David Rowley | 17.0 |
| 2023-08-03 | Account for startup rows when costing WindowAggs | David Rowley | 17.0 |