- 13 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 12 Jul, 1999 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 11 Jul, 1999 8 commits
-
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Bruce Momjian authored
-
Tom Lane authored
result relation ... wrong ...
-
Bruce Momjian authored
-
Tom Lane authored
a SubLink with the subplan's targetlist. This fixes a problem seen with, for example, a subselect that uses GROUP BY.
-
Bruce Momjian authored
-
Tom Lane authored
thereby guaranteeing wrong results from a rescanned Group node.
-
- 10 Jul, 1999 8 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
that contain null fields. Old code would produce erratic sort results because comparisons of tuples containing nulls could produce inconsistent answers.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
- 09 Jul, 1999 12 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 08 Jul, 1999 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
---------- exec sql begin declare section; short s ; unsigned short us; exec sql end declare section; exec sql create table test(s smallint, us smallint); exec sql commit; s = 1; us =32000; exec sql insert into test values( :s, :us ) ; <== error Error Message: "i4toi2: '-600309759' causes int2 underflow" Masaaki Sakaida
-