Re: [HACKERS] WIP: Aggregation push-down
Richard Guo <riguo@pivotal.io>
From: Richard Guo <riguo@pivotal.io>
To: Antonin Houska <ah@cybertec.at>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Michael Paquier <michael@paquier.xyz>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-07-03T06:26:49Z
Lists: pgsql-hackers
On Fri, Mar 1, 2019 at 12:01 AM Antonin Houska <ah@cybertec.at> wrote: > Tom Lane <tgl@sss.pgh.pa.us> wrote: > > > Antonin Houska <ah@cybertec.at> writes: > > > Michael Paquier <michael@paquier.xyz> wrote: > > >> Latest patch set fails to apply, so moved to next CF, waiting on > > >> author. > > > > > Rebased. > > > > This is in need of rebasing again :-(. I went ahead and pushed the 001 > > part, since that seemed fairly uncontroversial. > > ok, thanks. > Another rebase is needed for the patches. Thanks Richard
Commits
-
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
- 0c7d53793079 12.0 landed
-
Remove unnecessairly duplicated gram.y productions
- b9a3ef55b253 10.0 cited