1. 19 Jul, 1999 3 commits
    • Bruce Momjian's avatar
      Update TODO list. · 49e92cab
      Bruce Momjian authored
      49e92cab
    • Tom Lane's avatar
      Parser no longer considers · 0c4929ff
      Tom Lane authored
      SELECT a/2, a/2 FROM test_missing_target GROUP BY a/2;
      to be ambiguous ... which I think is correct behavior.
      0c4929ff
    • Tom Lane's avatar
      Rewrite parser's handling of INSERT ... SELECT so that processing · 7f76eab1
      Tom Lane authored
      of the SELECT part of the statement is just like a plain SELECT.  All
      INSERT-specific processing happens after the SELECT parsing is done.
      This eliminates many problems, e.g. INSERT ... SELECT ... GROUP BY using
      the wrong column labels.  Ensure that DEFAULT clauses are coerced to
      the target column type, whether or not stored clause produces the right
      type.  Substantial cleanup of parser's array support.
      7f76eab1
  2. 18 Jul, 1999 19 commits
  3. 17 Jul, 1999 11 commits
  4. 16 Jul, 1999 7 commits