Commits

DateSubjectAuthorReleases
2012-03-05 Redesign PlanForeignScan API to allow multiple paths for a foreign table. Tom Lane 9.2.0
2011-11-03 Fix handling of PlaceHolderVars in nestloop parameter management. Tom Lane 9.1.2
2011-11-03 Fix handling of PlaceHolderVars in nestloop parameter management. Tom Lane 9.2.0
2011-10-11 Rearrange the implementation of index-only scans. 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-03 Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. Tom Lane 9.2.0
2011-08-16 Revise sinval code to remove no-longer-used tuple TID from inval messages. Tom Lane 9.2.0
2011-03-26 More collations cleanup, from trawling for missed collation assignments. Tom Lane 9.1.0
2011-02-25 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 9.1.0
2011-02-20 Implement an API to let foreign-data wrappers actually be functional. Tom Lane 9.1.0
2011-02-10 Fix improper matching of resjunk column names for FOR UPDATE in subselect. Tom Lane 9.1.0
2011-02-10 Fix improper matching of resjunk column names for FOR UPDATE in subselect. Tom Lane 9.0.4
2011-01-13 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. Tom Lane 9.0.3
2011-01-13 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-10-14 Support MergeAppend plans, to allow sorted output from append relations. 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-02-12 Extend the set of frame options supported for window functions. Tom Lane 9.0.0
2009-12-29 Add the ability to store inheritance-tree statistics in pg_statistic, Tom Lane 9.0.0
2009-10-26 Re-implement EvalPlanQual processing to improve its performance and eliminate Tom Lane 9.0.0
2009-10-12 Move the handling of SELECT FOR UPDATE locking and rechecking out of Tom Lane 9.0.0
2009-10-10 Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. Tom Lane 9.0.0
2009-03-21 Optimize multi-batch hash joins when the outer relation has a nonuniform Tom Lane 8.4.0
2008-12-31 Add some basic support for window frame clauses to the window-functions Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0