Finish implementation of hashed aggregation. Add enable_hashagg GUC
Tom Lane <tgl@sss.pgh.pa.us>
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.