Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-10-09 | Avoid crash in estimate_array_length with null root pointer. | Tom Lane | 17.1 |
| 2024-01-04 | Teach estimate_array_length() to use statistics where available. | Tom Lane | 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 |