Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-10-24 | Fix problems when a plain-inheritance parent table is excluded. | Tom Lane | 14.10 |
| 2022-01-03 | Fix index-only scan plans, take 2. | Tom Lane | 14.2 |
| 2022-01-01 | Fix index-only scan plans when not all index columns can be returned. | Tom Lane | 14.2 |
| 2021-06-02 | Update plannodes.h's comments about PlanRowMark. | Tom Lane | 14.0 |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane | 14.0 |
| 2021-05-10 | Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. | Tom Lane | 14.0 |
| 2021-03-31 | Rework planning and execution of UPDATE and DELETE. | Tom Lane | 14.0 |