1. 14 3月, 2007 5 次提交
  2. 13 3月, 2007 8 次提交
  3. 11 3月, 2007 1 次提交
  4. 10 3月, 2007 1 次提交
  5. 09 3月, 2007 2 次提交
  6. 08 3月, 2007 1 次提交
  7. 07 3月, 2007 2 次提交
    • A
      Cleanup the bootstrap code a little, and rename "dummy procs" in the code · 626eb021
      Alvaro Herrera 提交于
      comments and variables to "auxiliary proc", per Heikki's request.
      626eb021
    • T
      Fix oversight in original coding of inline_function(): since · cc0cac4a
      Tom Lane 提交于
      check_sql_fn_retval allows binary-compatibility cases, the expression
      extracted from an inline-able SQL function might have a type that is only
      binary-compatible with the declared function result type.  To avoid possibly
      changing the semantics of the expression, we should insert a RelabelType node
      in such cases.  This has only been shown to have bad consequences in recent
      8.1 and up releases, but I suspect there may be failure cases in the older
      branches too, so patch it all the way back.  Per bug #3116 from Greg Mullane.
      
      Along the way, fix an omission in eval_const_expressions_mutator: it failed
      to copy the relabelformat field when processing a RelabelType.  No known
      observable failures from this, but it definitely isn't intended behavior.
      cc0cac4a
  8. 06 3月, 2007 6 次提交
  9. 05 3月, 2007 2 次提交
  10. 04 3月, 2007 12 次提交