summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/initsplan.c
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-051-8/+21
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-041-4/+6
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-041-47/+17
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-301-19/+23
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix for this problem:Tom Lane2003-11-051-9/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-78/+87
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-15/+24
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-291-12/+33
* Be smart about outer-join qualifications that mention only one side ofTom Lane2003-03-021-62/+89
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-132/+151
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-241-134/+94
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-4/+9
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-201/+92
* Revise cost_qual_eval() to compute both startup (one-time) and per-tupleTom Lane2003-01-121-2/+2
* To suppress memory leakage in long-lived Lists, lremove() should pfreeTom Lane2002-12-171-4/+7
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-15/+14
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-9/+6
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-191-1/+66
* pgindent run.Bruce Momjian2002-09-041-12/+16
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Change set_plan_references and join_references to take an rtable ListTom Lane2002-05-181-2/+2
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-171-4/+4
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-3/+4
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-281-11/+9
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-2/+3
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-77/+137
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-011-1/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-33/+36
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-181-17/+134
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-051-2/+3
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-201-12/+14
* Current implementation of FOR UPDATE has no hope of working correctlyTom Lane2001-05-141-2/+18
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-4/+5
* Avoid reversing user-given order of WHERE clauses while attaching clausesTom Lane2001-04-161-5/+5
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-60/+74
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-161-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-141-1/+5
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-121-1/+2
* Ensure that mergejoin plan will be considered for FULL OUTER JOIN evenTom Lane2000-11-231-3/+7
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-1/+4
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-117/+149
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-47/+270
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-131-6/+13
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-4/+2