aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIndexonlyscan.c
Commit message (Expand)AuthorAge
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add error check for lossy distance functions in index-only scans.Tom Lane2015-05-23
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve comment for tricky aspect of index-only scans.Jeff Davis2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix serializable mode with index-only scans.Kevin Grittner2012-09-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix more crash-safe visibility map bugs, and improve comments.Robert Haas2012-06-07
* Instrument index-only scans to count heap fetches performed.Robert Haas2012-01-25
* 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