1. 15 Apr, 2005 1 commit
  2. 14 Apr, 2005 9 commits
  3. 13 Apr, 2005 4 commits
  4. 12 Apr, 2005 6 commits
  5. 11 Apr, 2005 3 commits
  6. 10 Apr, 2005 4 commits
  7. 09 Apr, 2005 2 commits
  8. 08 Apr, 2005 4 commits
  9. 07 Apr, 2005 6 commits
  10. 06 Apr, 2005 1 commit
    • Neil Conway's avatar
      Apply the "nodeAgg" optimization to more of the builtin transition · be2f825d
      Neil Conway authored
      functions. This patch optimizes int2_sum(), int4_sum(), float4_accum()
      and float8_accum() to avoid needing to copy the transition function's
      state for each input tuple of the aggregate. In an extreme case
      (e.g. SELECT sum(int2_col) FROM table where table has a single column),
      it improves performance by about 20%. For more complex queries or tables
      with wider rows, the relative performance improvement will not be as
      significant.
      be2f825d