aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/initsplan.c
Commit message (Expand)AuthorAge
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change set_plan_references and join_references to take an rtable ListTom Lane2002-05-18
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-17
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-01
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-18
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* Current implementation of FOR UPDATE has no hope of working correctlyTom Lane2001-05-14
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Avoid reversing user-given order of WHERE clauses while attaching clausesTom Lane2001-04-16
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-16
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-14
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-12
* Ensure that mergejoin plan will be considered for FULL OUTER JOIN evenTom Lane2000-11-23
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-13
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Deduce equality constraints that are implied by transitivity ofTom Lane2000-07-24
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-07
* Add:Bruce Momjian2000-01-26
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* Clean up some mistakes in handling of uplevel Vars in planner.Tom Lane1999-08-26
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Minor cleanups and code beautification; eliminate someTom Lane1999-08-10
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-24
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Final optimizer cleanups.Bruce Momjian1999-02-22
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18
* otherrels is now unjoined_relsBruce Momjian1999-02-15
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Fix a number of places that made faulty assumptions aboutTom Lane1999-02-15