1. 18 Jan, 2005 1 commit
  2. 17 Jan, 2005 20 commits
  3. 15 Jan, 2005 10 commits
  4. 14 Jan, 2005 8 commits
  5. 13 Jan, 2005 1 commit
    • Tom Lane's avatar
      Change exec_eval_simple_expr's param list allocation call from · 2730eb9a
      Tom Lane authored
      MemoryContextAllocZero back to MemoryContextAlloc, same as it was in 7.4.
      The zeroing is unnecessary since all the meaningful fields are filled in
      just below.  I had made it do that out of neatnik-ism, but some testing
      with an example provided by Pavel Stehule showed that the zeroing was
      accounting for about 5% of the runtime in a compute-intensive plpgsql
      function.  That seems a bit high of a price for neatnik-ism...
      2730eb9a