1. 14 Feb, 1999 1 commit
  2. 13 Feb, 1999 1 commit
  3. 12 Feb, 1999 3 commits
  4. 10 Feb, 1999 2 commits
  5. 03 Feb, 1999 1 commit
  6. 02 Feb, 1999 1 commit
  7. 01 Sep, 1998 2 commits
  8. 10 Aug, 1998 2 commits
  9. 07 Aug, 1998 1 commit
  10. 04 Aug, 1998 1 commit
  11. 18 Jul, 1998 1 commit
  12. 15 Jun, 1998 1 commit
  13. 26 Feb, 1998 1 commit
  14. 21 Dec, 1997 1 commit
  15. 08 Sep, 1997 2 commits
  16. 07 Sep, 1997 1 commit
  17. 10 Jun, 1997 1 commit
  18. 05 Jun, 1997 1 commit
    • Vadim B. Mikheev's avatar
      allpaths.c:find_join_paths(): compute_rel_size() shouldn't be called · 11073bee
      Vadim B. Mikheev authored
      for join-relations. Sizes already computed by
      prune_rel_paths():compute_joinrel_size().
      
      joinrels.c:
      <                   if ( _use_right_sided_plans_ )
      ---
      >                   if ( _use_right_sided_plans_ &&
      >                               length (outer_rel->relids) > 1 )
      
       - r_plans are useful when outer_rel is join-relation... It
      decreases the size of search space...
      11073bee
  19. 02 Jun, 1997 1 commit
  20. 01 Jun, 1997 1 commit
  21. 29 Apr, 1997 1 commit
    • Vadim B. Mikheev's avatar
      #ifdef GEQO · a4792bd3
      Vadim B. Mikheev authored
      bool _use_geqo_ = true;
      #else
      bool _use_geqo_ = false;
      #endif
      
      _use_geqo_ is settable via SET var TO ...
      a4792bd3
  22. 19 Feb, 1997 1 commit
  23. 10 Nov, 1996 1 commit
  24. 08 Nov, 1996 1 commit
  25. 06 Nov, 1996 1 commit
  26. 09 Jul, 1996 1 commit