> > - "hash aggregation in memory": I know what's a hash, but what kind of
> > hash is being aggregated and how is it different from what was done
> > before?
No, the hash table is being used to evaluate an aggregate SQL function.
This is a lot faster than using the old linked list method.
Chris