Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-07-13 | Small cleanup of create_list_bounds() | David Rowley | 15.0 |
| 2022-02-14 | Fix misuse of "const" qualifier. | Tom Lane | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-10-01 | Ensure interleaved_parts field is always initialized | David Rowley | 15.0 |
| 2021-08-03 | Allow ordered partition scans in more cases | David Rowley | 15.0 |
| 2021-07-27 | Avoid using ambiguous word "non-negative" in error messages. | Fujii Masao | 15.0 |
| 2021-07-19 | Use l*_node() family of functions where appropriate | Peter Eisentraut | 15.0 |
| 2021-07-14 | Remove unused function parameter in get_qual_from_partbound | John Naylor | 15.0 |
| 2021-07-07 | Use a hash table to speed up NOT IN(values) | David Rowley | 15.0 |
| 2021-07-06 | Reduce the number of pallocs when building partition bounds | David Rowley | 15.0 |
| 2021-06-29 | Fix bogus logic for reporting which hash partition conflicts. | Tom Lane | 15.0 |