Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-10-05 | Fix two latent(?) bugs in equivclass.c. | Tom Lane | 9.5.24 |
| 2018-05-16 | Fix misprocessing of equivalence classes involving record_eq(). | Tom Lane | 9.5.14 |
| 2016-04-30 | Fix mishandling of equivalence-class tests in parameterized plans. | Tom Lane | 9.5.3 |
| 2015-08-07 | Fix eclass_useful_for_merging to give valid results for appendrel children. | Tom Lane | 9.5.0 |
| 2014-11-28 | Add bms_get_singleton_member(), and use it where appropriate. | Tom Lane | 9.5.0 |
| 2014-10-01 | Fix some more problems with nested append relations. | Tom Lane | 9.5.0 |