]> granicus.if.org Git - postgresql/history - src/backend/optimizer
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / optimizer /
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-15 Tom LaneSeveral routines failed to cope with CASE expressions...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-07-07 Bruce MomjianFix for \do and ceil()/float.
1999-07-07 Bruce MomjianFix spelling of variable name.
1999-07-07 Bruce MomjianCleanup of min tuple size.
1999-07-07 Bruce MomjianFix misspelling.
1999-07-03 Bruce MomjianFix to prevent too large tuple from being created.
1999-06-21 Tom LaneClean up problems with sublinks + grouping in planner...
1999-06-21 Tom LaneOn second thought, expression_tree_walker should handle...
1999-06-19 Bruce MomjianChange form() to varargform() to prevent portability...
1999-06-19 Tom LaneCreate a generic expression-tree-walker subroutine...
1999-06-12 Tom LaneRemove query_planner's overhasty rejection of cases...
1999-06-12 Tom LanePlug hole in dike: planner would coredump if query_planner
1999-06-10 Tom LaneFix errors in SELECT ... GROUP BY ... UNION SELECT ...
1999-06-06 Tom LaneFix problems with grouping/aggregation in queries that use
1999-05-29 Tom Lanenew_relation_targetlist used to cause about 8 separate...
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 MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneUpdate commentary in sample GEQO config file.
1999-05-22 Tom LaneReduce default GEQO 'effort' setting to MEDIUM always.
1999-05-22 Tom LaneAllow GEQO effort to be specified numerically, as well as
1999-05-18 Tom LaneNow that hashjoin is reliable for large joins (knock...
1999-05-18 Tom LaneRemove no-longer-used fields in Hash and HashJoin nodes.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-17 Tom LaneTighten coding in new_join_pathkey, which seems to...
1999-05-17 Tom LaneChange GEQO optimizer to release memory after each...
1999-05-16 Tom LaneMinor code cleanup in optimizer.
1999-05-16 Tom LaneFix some typos in geqo optimizer --- it now generates
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-06 Tom LaneFix oversights in flatten_tlistentry and replace_clause...
1999-05-06 Tom Lanefix_indxqual_references didn't cope with ArrayRef nodes,
1999-05-04 Tom LaneMake sure targetlist generated for subplan does not...
1999-05-03 Tom LaneRevise union_planner and associated routines to clean...
1999-05-01 Tom LaneClean up cost_sort some more: most callers were double...
1999-04-30 Tom LaneFill in reasonable-looking cost estimates in inserted...
1999-04-30 Tom LaneClean up some bogosities in path cost estimation, like
1999-04-30 Tom LaneFix nasty little typo that prevented get_cheapest_path_...
1999-04-29 Tom LaneSeveral routines in setrefs.c would crash on array...
1999-04-26 Tom LaneInsert a test for missing targetlist entry in replace_a...
1999-04-19 Tom LaneRepair some problems in planner's handling of HAVING...
1999-04-05 Tom LaneFix potential overflow problems when relation size...
1999-04-03 Tom LaneFix nasty bug in optimization of multiway joins: optimizer
1999-03-19 Bruce MomjianI suggest the following portability patch, which does not
1999-03-18 Bruce Momjiancleanups
1999-03-08 Bruce MomjianFix OR index selectivity problem.
1999-03-08 Bruce MomjianFix for Alpha OR selectivity bug.
1999-03-03 Tom LanePartial fix for copied-plan bugs reported by Hiroshi...
1999-03-01 Tom LaneExecutor no longer cares about mergejoinop, mergerighto...
1999-02-22 Bruce Momjianmore cleanup
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
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
1999-02-19 Bruce Momjianoptimizer cleanup
1999-02-19 Bruce Momjianoptimizer cleanup
1999-02-18 Bruce Momjianrename optimizer file name
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 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 MomjianUpdate optimizer readme.
1999-02-15 Bruce Momjianrename
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce Momjianoptimizer rename
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-15 Tom LaneFix a number of places that made faulty assumptions...
1999-02-14 Tom LaneFix optimizer coredump with unary-operator WHERE clauses.
1999-02-14 Bruce Momjianoptimizer cleanup.
1999-02-14 Bruce Momjianoptimizer rename.
1999-02-14 Bruce MomjianOptimizer rename.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-12 Bruce MomjianOptimizer cleanup.
1999-02-12 Bruce MomjianJoinPath -> NestPath for nested loop.
1999-02-12 Bruce MomjianFix optimizer and make faster.
1999-02-12 Bruce Momjianoptimizer update
1999-02-11 Bruce MomjianOptimizer cleanups.
1999-02-11 Bruce MomjianOptimizer cleanup.
1999-02-11 Bruce Momjianoptimizer cleanup
1999-02-11 Bruce MomjianOptimizer cleanup.
1999-02-11 Bruce MomjianMore optimization.
1999-02-11 Bruce MomjianMore optimizer speedups.
next