1. 30 Oct, 1996 5 commits
    • Marc G. Fournier's avatar
      5879b80d
    • Marc G. Fournier's avatar
      Fixes: · 69c7f25b
      Marc G. Fournier authored
      I found another bug in btree index.  Looking at the code it seems that NULL
      keys are never used to build or scan a btree index (see the explain commands
      in the example).  However this is not the case when a null key is retrieved
      in an outer loop of a join select and used in an index scan of an inner loop.
      This bug causes at least three kinds of problems:
      
      1)  the backend crashes when it tries to compare a text string with a null.
      
      2)  it is not possible to find tuples with null keys in a join.
      
      3)  null is considered equal to 0 when the datum is passed by value, see
          the last query.
      
      Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
      69c7f25b
    • Marc G. Fournier's avatar
      Fix up INSTALL file · 6ada9dfd
      Marc G. Fournier authored
      From Andrew
      6ada9dfd
    • Bruce Momjian's avatar
      Parser Overhaul · f59a46a8
      Bruce Momjian authored
      f59a46a8
    • Bryan Henderson's avatar
      Fix small syntax error. · 1dfe4eae
      Bryan Henderson authored
      1dfe4eae
  2. 29 Oct, 1996 2 commits
  3. 28 Oct, 1996 5 commits
  4. 27 Oct, 1996 1 commit
  5. 26 Oct, 1996 2 commits
  6. 25 Oct, 1996 4 commits
  7. 24 Oct, 1996 5 commits
  8. 23 Oct, 1996 3 commits
  9. 21 Oct, 1996 12 commits
  10. 20 Oct, 1996 1 commit
    • Marc G. Fournier's avatar
      Other then: · d458a1c7
      Marc G. Fournier authored
      indextuple.c:159: warning: `bp' might be used uninitialized in this function
      
      this directory passes -Wall -Werror under FreeBSD
      d458a1c7