Jon Nelson <jnelson+pgsql(at)jamponi(dot)net> writes:
> Is the sorting that is necessary for index creation unable to use a
> hash table? (This is a standard btree index).
Hash aggregation isn't sorting --- it's only useful for grouping.
regards, tom lane