Re: Hash support for grouping sets
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Andres Freund <andres@anarazel.de>
Cc: Mark Dilger <hornschnorter@gmail.com>, pgsql-hackers@postgresql.org
Date: 2017-03-24T23:39:30Z
Lists: pgsql-hackers
Attachments
- gshash26.patch (text/x-patch) patch
>>>>> "Andres" == Andres Freund <andres@anarazel.de> writes: >> I could move most of the block comment for ExecInitAgg up into the >> file header; would that be better? Andres> Yes, I think so. Done that and some other clarifications. Attached is the latest patch; no substantive changes, only comments, formatting and a change to a variable name. The performance side of things I'm still working on; I think that would be best handled as a followup patch. -- Andrew (irc:RhodiumToad)
Commits
-
Support hashed aggregation with grouping sets.
- b5635948ab16 10.0 landed