1. 30 Apr, 1999 2 commits
  2. 29 Apr, 1999 4 commits
  3. 28 Apr, 1999 1 commit
  4. 27 Apr, 1999 2 commits
  5. 26 Apr, 1999 6 commits
  6. 25 Apr, 1999 12 commits
  7. 23 Apr, 1999 4 commits
  8. 22 Apr, 1999 1 commit
  9. 20 Apr, 1999 3 commits
  10. 19 Apr, 1999 4 commits
  11. 18 Apr, 1999 1 commit
    • Tom Lane's avatar
      After transforming a CASE expr with a default argument, · 2deef968
      Tom Lane authored
      delete the default argument from the node.  This prevents the executor
      from spitting up on the untransformed argument expression.  Typical
      failure was:
      select (case f1 when 'val' then 'subst' else f1 end) from t1;
      ERROR:  copyObject: don't know how to copy 704
      2deef968