Finish implementation of hashed aggregation. Add enable_hashagg GUC

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6c1d4662afc6344ea7d98b5d1b248214ea0c7635
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-11-21T00:42:20Z
Releases: 7.4.1
Finish implementation of hashed aggregation.  Add enable_hashagg GUC
parameter to allow it to be forced off for comparison purposes.
Add ORDER BY clauses to a bunch of regression test queries that will
otherwise produce randomly-ordered output in the new regime.

Files