postgresql/doc/src
Tom Lane 78114cd4d4 Further planner/optimizer cleanups. Move all set_tlist_references
and fix_opids processing to a single recursive pass over the plan tree
executed at the very tail end of planning, rather than haphazardly here
and there at different places.  Now that tlist Vars do not get modified
until the very end, it's possible to get rid of the klugy var_equal and
match_varid partial-matching routines, and just use plain equal()
throughout the optimizer.  This is a step towards allowing merge and
hash joins to be done on expressions instead of only Vars ...
1999-08-22 20:15:04 +00:00
..
graphics May as well keep an ApplixWare version of this file too. 1999-06-04 06:31:14 +00:00
sgml Further planner/optimizer cleanups. Move all set_tlist_references 1999-08-22 20:15:04 +00:00
Makefile Use sgml/Makefile to generate man sections, so just "make man" there. 1999-08-08 15:10:21 +00:00