Commits

DateSubjectAuthorReleases
2015-05-21 More fixes for lossy-GiST-distance-functions patch. Tom Lane 9.5.0
2015-05-18 Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c. Tom Lane 9.5.0
2013-04-27 Incidental cleanup of matviews code. Tom Lane 9.3.0
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
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-03-26 Clean up cruft around collation initialization for tupdescs and scankeys. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2010-01-01 Support "x IS NOT NULL" clauses as indexscan conditions. This turns out Tom Lane 9.0.0
2009-10-26 Re-implement EvalPlanQual processing to improve its performance and eliminate Tom Lane 9.0.0
2009-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2009-08-23 Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison Tom Lane 8.4.1
2009-08-23 Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison Tom Lane 9.0.0
2009-07-18 Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid Tom Lane 8.4.1
2009-07-18 Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid Tom Lane 9.0.0
2008-08-25 Get rid of the last remaining uses of var_is_rel(), to wit some debugging Tom Lane 8.4.0
2008-04-13 Since createplan.c no longer cares whether index operators are lossy, it has Tom Lane 8.4.0
2008-04-13 Phase 2 of project to make index operator lossiness be determined at runtime Tom Lane 8.4.0
2008-03-18 Advance multiple array keys rightmost-first instead of leftmost-first Tom Lane 8.4.0