1. 15 Feb, 2010 2 commits
  2. 14 Feb, 2010 5 commits
  3. 13 Feb, 2010 8 commits
  4. 12 Feb, 2010 11 commits
  5. 11 Feb, 2010 3 commits
  6. 10 Feb, 2010 2 commits
  7. 09 Feb, 2010 8 commits
  8. 08 Feb, 2010 1 commit
    • Tom Lane's avatar
      Create an official API function for C functions to use to check if they are · d5768dce
      Tom Lane authored
      being called as aggregates, and to get the aggregate transition state memory
      context if needed.  Use it instead of poking directly into AggState and
      WindowAggState in places that shouldn't know so much.
      
      We should have done this in 8.4, probably, but better late than never.
      
      Revised version of a patch by Hitoshi Harada.
      d5768dce