]> granicus.if.org Git - postgresql/history - src/include/optimizer/paths.h
pgindent run for 8.3.
[postgresql] / src / include / optimizer / paths.h
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-08 Tom LaneFix EquivalenceClass code to handle volatile sort expre...
2007-09-26 Tom LaneCreate a function variable "join_search_hook" to let...
2007-05-22 Tom LaneFix best_inner_indexscan to return both the cheapest...
2007-04-15 Tom LaneAvoid running build_index_pathkeys() in situations...
2007-02-16 Tom LaneRestructure code that is responsible for ensuring that...
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-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-29 Tom LaneFix code that checks to see if an index can be consider...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-27 Tom LaneChange the division of labor between grouping_planner...
2005-07-28 Tom LaneFix a bunch of bad interactions between partial indexes...
2005-06-10 Tom LaneSeparate predicate-testing code out of indxpath.c,...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-26 Tom LaneExpand the 'special index operator' machinery to handle...
2005-01-23 Tom LaneThe result of a FULL or RIGHT join can't be assumed...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-11 Tom LaneFix OR-index-scan planner to recognize that a partial...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-01-05 Tom LaneAdjust indexscan planning logic to keep RestrictInfo...
2004-01-05 Tom LaneAdd the ability to extract OR indexscan conditions...
2004-01-04 Tom LaneRewrite OR indexscan processing to be more flexible...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-02-15 Tom LaneTeach planner how to propagate pathkeys from sub-SELECT...
2003-01-25 Tom LaneAllow the planner to collapse explicit inner JOINs...
2003-01-24 Tom LaneModify planner's implied-equality-deduction code so...
2002-12-16 Tom LaneFix GEQO to work again in CVS tip, by being more carefu...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
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-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-06-05 Tom LaneImprove planning of OR indexscan plans: for quals like
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-24 Bruce MomjianAdd all possible config file options.
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
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-07-24 Tom LaneDeduce equality constraints that are implied by transit...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
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-02-05 Tom LaneFurther cleanup for OR-of-AND WHERE-clauses. orindxpat...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
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-27 Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
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-04-03 Tom LaneFix nasty bug in optimization of multiway joins: optimizer
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-21 Bruce Momjianpathkeys.c cleanup.
1999-02-19 Bruce Momjianoptimizer cleanup
1999-02-19 Bruce Momjianoptimizer cleanup
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 Momjianoptimizer rename
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
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-04 Bruce MomjianMore optimizer cleanups.
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-18 Bruce MomjianRename Rel to RelOptInfo.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-12-21 Bruce MomjianRemove some recursion in optimizer and clean up some...
1997-11-26 Bruce MomjianCleanup up include files.
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.
next