Re: Add semi-join pushdown to postgres_fdw

Alexander Pyhalov <a.pyhalov@postgrespro.ru>

From: Alexander Pyhalov <a.pyhalov@postgrespro.ru>
To: Ian Lawrence Barwick <barwick@gmail.com>
Cc: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2022-11-07T07:52:43Z
Lists: pgsql-hackers

Attachments

Ian Lawrence Barwick писал 2022-11-04 02:21:
> 
> This entry was marked as "Needs review" in the CommitFest app but cfbot
> reports the patch no longer applies.
> 
> We've marked it as "Waiting on Author". As CommitFest 2022-11 is
> currently underway, this would be an excellent time update the patch.
> 
> Once you think the patchset is ready for review again, you (or any
> interested party) can  move the patch entry forward by visiting
> 
>     https://commitfest.postgresql.org/40/3838/
> 
> and changing the status to "Needs review".
> 

Hi. I've rebased the patch.
-- 
Best regards,
Alexander Pyhalov,
Postgres Professional

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. postgres_fdw: Avoid pulling up restrict infos from subqueries

  2. Add support for deparsing semi-joins to contrib/postgres_fdw

  3. Move PartitioPruneInfo out of plan nodes into PlannedStmt