Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-27 | Allow indexscans on partial hash indexes with implied quals. | Tom Lane | 16.12 |
| 2023-05-17 | Fix some issues with improper placement of outer join clauses. | Tom Lane | 16.0 |
| 2023-03-02 | Remove local optimizations of empty Bitmapsets into null pointers. | Tom Lane | 16.0 |
| 2023-02-23 | Fix mis-handling of outer join quals generated by EquivalenceClasses. | Tom Lane | 16.0 |
| 2023-01-30 | Make Vars be outer-join-aware. | Tom Lane | 16.0 |
| 2022-11-13 | Make Bitmapsets be valid Nodes. | Tom Lane | 16.0 |
| 2022-09-02 | Fix planner to consider matches to boolean columns in extension indexes. | Tom Lane | 16.0 |