]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/planner.c
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
[postgresql] / src / backend / optimizer / plan / planner.c
2012-09-05 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-08-31 Tom LaneFix LATERAL references to join alias variables.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-12 Tom LaneMore fixes for planner's handling of LATERAL.
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-07-21 Tom LaneAccount for SRFs in targetlists in planner rowcount...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-26 Tom LaneFix planner's handling of RETURNING lists in writable...
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-03-27 Tom LaneAdd some infrastructure for contrib/pg_stat_statements.
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-01-29 Tom LaneFix handling of init_plans list in inheritance_planner().
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-09-24 Tom LaneRecognize self-contradictory restriction clauses for...
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-16 Tom LaneImprove make_subplanTargetList to avoid including Vars...
2011-07-14 Tom LaneUpdate some comments to clarify who does what in target...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-24 Tom LaneImprove cost estimation for aggregates and window funct...
2011-04-20 Tom LaneMake plan_cluster_use_sort cope with no IndexOptInfo...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-22 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-01-13 Tom LaneRevert incorrect memory-conservation hack in inheritanc...
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-05 Tom LaneReduce memory consumption inside inheritance_planner().
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-19 Tom LaneImprove relation width estimation for subqueries.
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-08 Tom LaneUse appendrel planning logic for top-level UNION ALL...
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-10-08 Tom LaneTeach CLUSTER to use seqscan-and-sort when it's faster...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-03-30 Tom LaneFix "constraint_exclusion = partition" logic so that...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-10 Tom LaneImprove planner's choices about when to use hashing...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-28 Tom LaneImprove pull_up_subqueries logic so that it doesn't...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-03-30 Tom LaneFix window function plan generation to cope with volati...
2009-03-24 Tom LaneFix stupid parenthesization mistake. Per bug #4728...
2009-01-09 Tom LaneArrange for function default arguments to be processed...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-10-22 Tom LaneDept of better ideas: refrain from creating the planner...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-08-17 Tom LaneImprove sublink pullup code to handle ANY/EXISTS sublin...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-07 Tom LaneTeach the system how to use hashing for UNION. (INTERS...
2008-08-05 Tom LaneDepartment of second thoughts: fix newly-added code...
2008-08-05 Tom LaneImprove SELECT DISTINCT to consider hash aggregation...
2008-08-03 Tom LaneMake GROUP BY work properly for datatypes that only...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-31 Tom LaneFix parser so that we don't modify the user-written...
2008-07-10 Tom LaneTighten up SS_finalize_plan's computation of valid_para...
2008-05-02 Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-04-17 Tom LaneFix a couple of oversights associated with the "physica...
2008-04-01 Tom LaneFix an oversight I made in a cleanup patch over a year...
2008-03-29 Tom LaneRevert my erroneous fix for Taiki Yamaguchi's DISTINCT...
2008-03-28 Tom LaneDepartment of second thoughts: the rule that ORDER...
2008-03-27 Tom LaneWhen we have successfully optimized a MIN or MAX aggreg...
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-11 Tom LaneFix the plan-invalidation mechanism to treat regclass...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-05-26 Tom LaneRepair two constraint-exclusion corner cases triggered...
2007-05-25 Tom LaneCreate hooks to let a loadable plugin monitor (or even...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-02-27 Tom LaneGet rid of the separate EState for subplans, and just...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
next