aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinpath.c
Commit message (Expand)AuthorAge
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-05
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-27
* 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
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-30
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-30
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* pgindent run.Bruce Momjian2002-09-04
* 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
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* sort_inner_and_outer needs a check to ensure that it's consumed all theTom Lane2001-11-11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Prevent generation of invalid plans for RIGHT or FULL joins with multipleTom Lane2001-04-15
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* 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
* Ensure that mergejoin plan will be considered for FULL OUTER JOIN evenTom Lane2000-11-23
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* 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
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane2000-02-18
* 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
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-06
* 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
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane1999-08-09
* Revise generation of hashjoin paths: generate one path perTom Lane1999-08-06
* Correct bug in best_innerjoin(): it should check all theTom Lane1999-07-27
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Now that hashjoin is reliable for large joins (knock on wood),Tom Lane1999-05-18