1. 02 Apr, 2009 2 commits
    • Tom Lane's avatar
      Fix GUC's reports of assign_hook failure to always include the parameter value · 248891f0
      Tom Lane authored
      we failed to assign, even in "can't happen" cases.  Motivated by wondering
      what's going on in a recent trouble report where "failed to commit" did
      happen.
      248891f0
    • Tom Lane's avatar
      plpgsql's exec_simple_cast_value() mistakenly supposed that it could bypass · 24a814f4
      Tom Lane authored
      casting effort whenever the input value was NULL.  However this prevents
      application of not-null domain constraints in the cases that use this
      function, as illustrated in bug #4741.  Since this function isn't meant
      for use in performance-critical paths anyway, this certainly seems like
      another case of "premature optimization is the root of all evil".
      
      Back-patch as far as 8.2; older versions made no effort to enforce
      domain constraints here anyway.
      24a814f4
  2. 01 Apr, 2009 4 commits
  3. 31 Mar, 2009 9 commits
  4. 30 Mar, 2009 7 commits
  5. 29 Mar, 2009 3 commits
  6. 28 Mar, 2009 6 commits
  7. 27 Mar, 2009 9 commits