1. 11 6月, 1997 3 次提交
    • M
      From: "Brian E. Gallew" <geek+@cmu.edu> · 4ea38446
      Marc G. Fournier 提交于
      Subject: Re: [PORTS] Re: [PATCHES] DG/UX 5.4R11 patches
      
      Comments in boot.sed break DG/UX port
      4ea38446
    • M
      From: Igor <igor@sba.miami.edu> · 735bf0b7
      Marc G. Fournier 提交于
      Subject: [PATCHES] sequences display in psql
      
      Well, I am away at Progress training (not Postgres!!) and desided to do
      this patch during a break. This will allow listing of sequences in
      addition to listing of tables and indicies:
      \d would should indicies, tables, and sequences
      \ds would show sequences only.
      735bf0b7
    • M
      From: "Eric H. Raskin" <ehr@listworks.com> · 65c4a526
      Marc G. Fournier 提交于
      Subject: [PATCHES] DG/UX 5.4R11 patches
      
      1) config.guess -- it doesn't understand that the new default
                         "TARGET_BINARY_INTERFACE" (m88kdgux) is now an ELF
                         format, not BCS.
      65c4a526
  2. 10 6月, 1997 4 次提交
  3. 08 6月, 1997 2 次提交
  4. 07 6月, 1997 7 次提交
  5. 06 6月, 1997 15 次提交
  6. 05 6月, 1997 1 次提交
    • V
      allpaths.c:find_join_paths(): compute_rel_size() shouldn't be called · 11073bee
      Vadim B. Mikheev 提交于
      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
  7. 04 6月, 1997 6 次提交
  8. 03 6月, 1997 2 次提交