]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/planagg.c
Sort reference of include files, "A" - "F".
[postgresql] / src / backend / optimizer / plan / planagg.c
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-04-28 Tom LaneRemove the restriction originally coded into optimize_m...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-21 Tom Laneoptimize_minmax_aggregates() neglected to check for...
2005-08-18 Tom LaneFix up LIMIT/OFFSET planning so that we cope with non...
2005-07-28 Tom LaneFix a bunch of bad interactions between partial indexes...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-12 Tom LaneFix oversight in MIN/MAX optimization: must not return...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...