Commits

DateSubjectAuthorReleases
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 11.15
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 14.2
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 12.10
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 15.0
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 10.20
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 13.6
2019-07-01 pgindent run prior to branching v12. Tom Lane 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-04-04 Make queries' locking of indexes more consistent. Tom Lane 12.0
2019-03-03 Improve performance of index-only scans with many index columns. Tom Lane 12.0
2018-10-06 Restore sane locking behavior during parallel query. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-01-27 Avoid crash during EvalPlanQual recheck of an inner indexscan. Tom Lane 10.2
2018-01-27 Avoid crash during EvalPlanQual recheck of an inner indexscan. Tom Lane 11.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 10.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 11.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
2015-05-23 Add error check for lossy distance functions in index-only scans. Tom Lane 9.5.0
2015-05-10 Code review for foreign/custom join pushdown patch. Tom Lane 9.5.0
2013-04-27 Incidental cleanup of matviews code. Tom Lane 9.3.0
2011-10-16 Avoid assuming that index-only scan data matches the index's rowtype. Tom Lane 9.2.0
2011-10-11 Generate index-only scan tuple descriptor from the plan node's indextlist. Tom Lane 9.2.0