aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/initsplan.c
Commit message (Expand)AuthorAge
* Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane2007-08-31
* Repair planner bug introduced in 8.2 by ability to rearrange outer joins:Tom Lane2007-05-22
* Adjust the definition of is_pushed_down so that it's always true for INNERTom Lane2007-02-16
* Repair bug in 8.2's new logic for planning outer joins: we have to allow joinsTom Lane2007-02-13
* Tweak joinlist creation to avoid generating useless one-element subproblemsTom Lane2007-01-08
* Repair incorrect placement of WHERE clauses when there are multiple,Tom Lane2006-12-07
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-19
* Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARETom Lane2006-09-08
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-11
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-01
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-31
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-20
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-14
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane2005-09-28
* Teach planner about some cases where a restriction clause can beTom Lane2005-07-02
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-09
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane2004-06-01
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* process_implied_equality must copy the substructure of the clauses itTom Lane2004-02-27
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-05
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-04
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-04
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix for this problem:Tom Lane2003-11-05
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-29
* Be smart about outer-join qualifications that mention only one side ofTom Lane2003-03-02
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-24
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15
* Revise cost_qual_eval() to compute both startup (one-time) and per-tupleTom Lane2003-01-12