Skip to content
Snippets Groups Projects
  1. Jul 19, 1999
    • 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. Jul 18, 1999
  3. Jul 17, 1999
  4. Jul 16, 1999
  5. Jul 15, 1999
  6. Jul 14, 1999
  7. Jul 13, 1999
  8. Jul 12, 1999
  9. Jul 11, 1999
  10. Jul 10, 1999
  11. Jul 09, 1999
  12. Jul 07, 1999
  13. Jul 04, 1999
  14. Jul 03, 1999
  15. Jul 01, 1999
  16. Jun 21, 1999
  17. Jun 19, 1999
  18. Jun 18, 1999
Loading