]> granicus.if.org Git - postgresql/history - src/include/optimizer/planmain.h
New cost model for planning, incorporating a penalty for random page
[postgresql] / src / include / optimizer / planmain.h
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-08-22 Tom LaneFurther sort-order twiddling in optimizer: be smart...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-09 Tom LaneClean up routines in setrefs.c by replacing individual...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-06 Tom LaneFix problems with grouping/aggregation in queries that use
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-05-03 Tom LaneRevise union_planner and associated routines to clean...
1999-04-19 Tom LaneRepair some problems in planner's handling of HAVING...
1999-02-14 Bruce MomjianOptimizer rename.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1999-02-02 Bruce MomjianFix create_rule is->as.
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-03 Bruce Momjian[Part #1: Type: text/plain, Encoding: 7bit, Size: 59]
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-10 Bruce MomjianCleanup optimizer function names and clarify code.
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-04-15 Bruce MomjianMove HAVING function to proper file.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1997-12-20 Bruce MomjianFix aggregates on inherited tables.
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-12-18 Bruce MomjianCost cleanup.
1997-11-26 Bruce MomjianCleanup up include files.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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.
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...