aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/pathnode.h
Commit message (Expand)AuthorAge
* Update copyright to 2004.Bruce Momjian2004-08-29
* Make use of statistics on index expressions. There are still someTom Lane2004-02-17
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Teach planner how to propagate pathkeys from sub-SELECTs in FROM up toTom Lane2003-02-15
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* 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
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* 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
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Take OUTER JOIN semantics into account when estimating the size of joinTom 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
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* 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
* 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
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Revise generation of hashjoin paths: generate one path perTom Lane1999-08-06
* Further cleanups of indexqual processing: simplify controlTom Lane1999-07-30
* 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
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-12
* Optmizer cleanupBruce Momjian1999-02-10
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-10
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-04
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-18
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24