Commit Graph

16 Commits (f84c8601d604811a530dadb53ddb52f08639e72b)

Author SHA1 Message Date
Tom Lane f84c8601d6 Add error check for lossy distance functions in index-only scans. 10 years ago
Tom Lane 1a8a4e5cde Code review for foreign/custom join pushdown patch. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Jeff Davis 35c0cd3b05 Improve comment for tricky aspect of index-only scans. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 5194024d72 Incidental cleanup of matviews code. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Kevin Grittner cdf91edba9 Fix serializable mode with index-only scans. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Robert Haas b50991eedb Fix more crash-safe visibility map bugs, and improve comments. 13 years ago
Robert Haas 9f9135d129 Instrument index-only scans to count heap fetches performed. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane 336c1d7a51 Avoid assuming that index-only scan data matches the index's rowtype. 14 years ago
Tom Lane cb6771fb32 Generate index-only scan tuple descriptor from the plan node's indextlist. 14 years ago
Tom Lane a0185461dd Rearrange the implementation of index-only scans. 14 years ago