- Jul 19, 1999
-
-
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.
-
- Jul 18, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
- Jul 17, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 16, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 15, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 14, 1999
-
-
Bruce Momjian authored
-
- Jul 13, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 12, 1999
-
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
- Jul 11, 1999
-
-
Tom Lane authored
-
- Jul 10, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 09, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 07, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 04, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 03, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 01, 1999
-
-
Bruce Momjian authored
-
- Jun 21, 1999
-
-
Tom Lane authored
sure if they are all fixed, because rewriter is now the stumbling block, but at least some cases work that did not work before.
-
- Jun 19, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
will gradually replace all of the boilerplate tree-walk-recursion code that currently exists in O(N) slightly different forms in N subroutines. I've had it with adding missing cases to these subroutines...
-
- Jun 18, 1999
-
-
Tom Lane authored
used to overrun its fixed-size arrays before detecting error; not cool). Also, replace uses of magic constant '8' with 'MAXFARGS'.
-