Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-01-03 | Fix index-only scan plans, take 2. | Tom Lane | 10.20 |
| 2018-01-27 | Avoid crash during EvalPlanQual recheck of an inner indexscan. | Tom Lane | 10.2 |
| 2017-08-30 | Separate reinitialization of shared parallel-scan state from ExecReScan. | Tom Lane | 10.0 |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane | 10.0 |
| 2017-06-05 | Don't be so trusting that shm_toc_lookup() will always succeed. | Tom Lane | 10.0 |
| 2017-02-27 | Allow index AMs to return either HeapTuple or IndexTuple format during IOS. | Tom Lane | 10.0 |