1. 30 Aug, 1998 19 commits
  2. 29 Aug, 1998 10 commits
  3. 28 Aug, 1998 5 commits
    • Marc G. Fournier's avatar
      · b9b00d5f
      Marc G. Fournier authored
      From: Michael Meskes <meskes@online-club.de>
      
      This one is against the current archive (so it contains the one I send the
      other day). It should fix the AIX problems. Andreas, could you please try
      it? Thanks.
      
      + Wed Aug 26 16:17:39 CEST 1998
      +
      +       - Sync preproc.y with gram.y
      +
      + Thu Aug 27 15:32:23 CEST 1998
      +
      +       - Fix some minor glitches that the AIX compiler complains about
      +       - Added patchlevel to library
      +
      + Fri Aug 28 15:36:58 CEST 1998
      +
      +       - Removed one line of code that AIX complains about since it was not
      +         needed anyway
      +       - Set library version to 2.6.1
      b9b00d5f
    • Bruce Momjian's avatar
      013184c8
    • Marc G. Fournier's avatar
      · b686927f
      Marc G. Fournier authored
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      
      I have this small patch which fixes a typo in my previous lock patches.
      Fortunately the bug affects only user locks.
      
      -
      b686927f
    • Bruce Momjian's avatar
      vacuum fix. · d8dbbc8c
      Bruce Momjian authored
      d8dbbc8c
    • Bruce Momjian's avatar
      Hi all, · a53ea467
      Bruce Momjian authored
          I  don't know if this is really related to the initdb problem
          discussion (haven't followed it enough). But seems so because
          it  fixes  a  damn  problem  during  index tuple insertion on
          CREATE TABLE into pg_attribute_relid_attnum_index.
      
          Anyway - this bug was really hard to find. During startup the
          relcache  reads  in  some  prepared  information  about index
          strategies from a file and then  reinitializes  the  function
          pointers  inside  the  scanKey data.  But for sake it assumed
          single attribute index tuples (hasn't that changed recently).
          Thus not all the strategies scanKey entries where initialized
          properly,  resulting  in  invalid  addresses  for  the  btree
          comparision functions.
      
          With  the  patch  at  the  end  the  regression  tests passed
          excellent except for the sanity_check that crashed at  vacuum
          and the misc test where the select unique1 from onek2 outputs
          the two rows in different order.
      
      Jan
      a53ea467
  4. 27 Aug, 1998 3 commits
  5. 26 Aug, 1998 3 commits