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
/
initsplan.c
Commit message (
Expand
)
Author
Age
*
Improve error message wording
Alvaro Herrera
2013-02-06
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
*
Fix mark_placeholder_maybe_needed to handle LATERAL references.
Tom Lane
2012-09-01
*
Partially restore qual scope checks in distribute_qual_to_rels().
Tom Lane
2012-08-31
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Another round of planner fixes for LATERAL.
Tom Lane
2012-08-18
*
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-12
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-09
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
*
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-29
*
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
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Fix another semijoin-ordering bug. We already knew that we couldn't
Tom Lane
2009-07-21
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Ooops ... make_outerjoininfo wasn't actually enforcing the join order
Tom Lane
2009-05-07
*
Tweak distribute_qual_to_rels so that when we decide a pseudoconstant qual
Tom Lane
2009-05-06
*
Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from
Tom Lane
2009-04-19
*
Fix planner to restore its previous level of intelligence about pushing
Tom Lane
2009-04-16
*
Tighten up join ordering rules to account for recent more-careful analysis
Tom Lane
2009-02-27
*
Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of
Tom Lane
2009-02-25
*
Simplify overcomplicated (and overly restrictive) test to see whether an
Tom Lane
2009-02-20
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Switch the planner over to treating qualifications of a JOIN_SEMI join as
Tom Lane
2008-11-22
*
Be a little smarter about qual handling for semi-joins: a qual that mentions
Tom Lane
2008-10-25
*
Add a concept of "placeholder" variables to the planner. These are variables
Tom Lane
2008-10-21
*
Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top
Tom Lane
2008-08-17
*
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
*
Consider a clause to be outerjoin_delayed if it references the nullable side
Tom Lane
2008-06-27
*
Fix an oversight I made in a cleanup patch over a year ago:
Tom Lane
2008-04-01
*
Fix some planner issues found while investigating Kevin Grittner's report
Tom Lane
2008-01-09
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the code
Tom Lane
2007-10-24
*
Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".
Tom Lane
2007-10-04
*
Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand
Tom Lane
2007-08-31
[next]