1. 01 Sep, 2002 2 commits
    • Bruce Momjian's avatar
      Done: · ee8fcc57
      Bruce Momjian authored
      > 	o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
      ee8fcc57
    • Tom Lane's avatar
      Mark the float8 -> int8 cast as implicit. This resolves the problem · 3c49c4b1
      Tom Lane authored
      pointed out by Barry Lind: UPDATE bigintcol = 10000000000 fails because
      the constant is initially taken as float8.  We really need a better way,
      but it's not gonna happen for 7.3.
      
      Also, remove int4reltime() function, which is redundant with the
      existing binary-compatibility coercion path from int4 to reltime,
      and probably has been unreachable code for a long while.
      3c49c4b1
  2. 31 Aug, 2002 5 commits
  3. 30 Aug, 2002 22 commits
  4. 29 Aug, 2002 11 commits