]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/joinrels.c
Refactor planner's pathkeys data structure to create a separate, explicit
[postgresql] / src / backend / optimizer / path / joinrels.c
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-12 Tom LaneFix planner to do the right thing when a degenerate...
2006-10-24 Tom LaneFix check for whether a clauseless join has to be force...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-28 Tom LaneMake use of new list primitives list_append_unique...
2005-06-09 Tom LaneSimplify the planner's join clause management by storin...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-03-08 Tom LaneTest for whether a previous IN join restricts the curre...
2004-01-24 Tom LaneRepair planner failure for cases involving Cartesian...
2003-12-17 Tom LaneRepair planner failure when there are multiple IN claus...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2002-12-16 Tom LaneFix GEQO to work again in CVS tip, by being more carefu...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-12 Tom LaneRestructure representation of join alias variables...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneExtend code that deduces implied equality clauses to...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneTake OUTER JOIN semantics into account when estimating...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-18 Tom LaneMake sure make_rels_by_clause_joins doesn't return...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-27 Tom LaneRepair problem noted by Elphick: make_rels_by_joins...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-07 Tom LaneRepair planning bugs caused by my misguided removal...
2000-02-06 Tom LaneRename same() to sameseti() to have a slightly less...
2000-01-26 Bruce MomjianAdd:
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-07-27 Tom LaneCorrect bug in best_innerjoin(): it should check all the
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-22 Bruce Momjianmore cleanup
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-18 Bruce MomjianEnable bushy and right-hand queries by default.
1999-02-18 Bruce MomjianEnable bushy plans by default.
1999-02-18 Bruce Momjianmore optimizer cleanups
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
1999-02-16 Bruce MomjianRe-enable bushy plans. Vadim want them.
1999-02-15 Bruce Momjianotherrels is now unjoined_rels
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-15 Tom LaneReplace non-idiomatic nconc(x, lcons(y, NIL)) with...
1999-02-14 Bruce MomjianOptimizer rename.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-12 Bruce MomjianFix optimizer and make faster.
1999-02-10 Bruce MomjianOptmizer cleanup
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-10 Bruce MomjianCleanup optimizer function names and clarify code.
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-07-18 Bruce MomjianRename Rel to RelOptInfo.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-06-05 Vadim B. Mikheevallpaths.c:find_join_paths(): compute_rel_size() should...
1997-05-20 Vadim B. MikheevConsider right-sided plans if _use_right_sided_plans_...
1997-02-20 Vadim B. MikheevFix for queries with 3 or more relations participating in
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01