]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/pathkeys.c
Remove dashes in comments that don't need them, rewrap with pgindent.
[postgresql] / src / backend / optimizer / path / pathkeys.c
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
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-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-24 Tom LaneDeduce equality constraints that are implied by transit...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-18 Tom LanePlug some more memory leaks in the planner. It still...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-01-26 Bruce MomjianAdd:
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
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-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-13 Tom LaneUpdate comments about pathkeys.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-17 Tom LaneTighten coding in new_join_pathkey, which seems to...
1999-04-30 Tom LaneFix nasty little typo that prevented get_cheapest_path_...
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-21 Bruce Momjianpathkeys.c cleanup.
1999-02-20 Bruce Momjianpathkeys fixes
1999-02-20 Bruce MomjianUpdate pathkeys comparison function.
1999-02-20 Bruce Momjianupdate pathkey description.
1999-02-20 Bruce Momjianadd pathkeys description.
1999-02-20 Bruce Momjiananother rename of optimizer