1. 02 Apr, 2007 15 commits
  2. 01 Apr, 2007 4 commits
  3. 30 Mar, 2007 4 commits
  4. 29 Mar, 2007 10 commits
  5. 28 Mar, 2007 6 commits
  6. 27 Mar, 2007 1 commit
    • Tom Lane's avatar
      Fix array coercion expressions to ensure that the correct volatility is · bf940763
      Tom Lane authored
      seen by code inspecting the expression.  The best way to do this seems
      to be to drop the original representation as a function invocation, and
      instead make a special expression node type that represents applying
      the element-type coercion function to each array element.  In this way
      the element function is exposed and will be checked for volatility.
      Per report from Guillaume Smet.
      bf940763