Commits
Showing commits that first shipped in 9.2 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2011-10-16 | Teach btree to handle ScalarArrayOpExpr quals natively. | Tom Lane | 9.2.0 |
| 2011-10-11 | Rearrange the implementation of index-only scans. | Tom Lane | 9.2.0 |
| 2011-10-09 | Improve index-only scans to avoid repeated access to the index page. | Tom Lane | 9.2.0 |
| 2011-10-08 | Support index-only scans using the visibility map to avoid heap fetches. | Tom Lane | 9.2.0 |
| 2011-09-22 | Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. | Tom Lane | 9.2.0 |
| 2011-09-04 | Clean up the #include mess a little. | Tom Lane | 9.2.0 |