aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIndexonlyscan.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane2011-10-16
* Generate index-only scan tuple descriptor from the plan node's indextlist.Tom Lane2011-10-11
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11