Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-24 | Fix incorrect logic for hashed IN / NOT IN with non-strict operators | David Rowley | 15.18 |
| 2023-01-03 | Fix typos in comments, code and documentation | Michael Paquier | 15.2 |
| 2022-02-08 | Rearrange core regression tests to reduce cross-script dependencies. | Tom Lane | 15.0 |
| 2022-01-29 | Fix failure to validate the result of select_common_type(). | Tom Lane | 15.0 |
| 2021-12-16 | Ensure casting to typmod -1 generates a RelabelType. | Tom Lane | 15.0 |
| 2021-08-06 | Don't elide casting to typmod -1. | Tom Lane | 15.0 |
| 2021-07-07 | Use a hash table to speed up NOT IN(values) | David Rowley | 15.0 |