index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
planmain.c
Commit message (
Expand
)
Author
Age
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-29
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-22
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-18
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
*
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-28
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-11-28
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
*
Dept of better ideas: refrain from creating the planner's placeholder_list
Tom Lane
2008-10-22
*
Add a concept of "placeholder" variables to the planner. These are variables
Tom Lane
2008-10-21
*
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
*
Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,
Tom Lane
2008-08-05
*
Make GROUP BY work properly for datatypes that only support hashing and not
Tom Lane
2008-08-03
*
Fix parser so that we don't modify the user-written ORDER BY list in order
Tom Lane
2008-07-31
*
Fix a conceptual error in my patch of 2007-10-26 that avoided considering
Tom Lane
2008-01-11
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".
Tom Lane
2007-10-04
*
Fix a couple of planner bugs introduced by the new ability to discard
Tom Lane
2007-07-07
*
Teach tuplesort.c about "top N" sorting, in which only the first N tuples
Tom Lane
2007-05-04
*
Some further performance tweaks for planning large inheritance trees that
Tom Lane
2007-04-21
*
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Improve usage of effective_cache_size parameter by assuming that all the
Tom Lane
2006-09-19
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Restructure planner's handling of inheritance. Rather than processing
Tom Lane
2006-01-31
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
[next]