Hooks to Modify Execution Flow and Query Planner - Mailing list pgsql-hackers

From Vincent Mirian
Subject Hooks to Modify Execution Flow and Query Planner
Date
Msg-id CAKys4QobNsD7mgOiqu0-K8d8-uR79NroL6gUgQidMG+6gJ4BYg@mail.gmail.com
Whole thread Raw
Responses Re: Hooks to Modify Execution Flow and Query Planner
List pgsql-hackers
Hi all,

I would like to create a library with UDFs written in C that implements different Query Planner tasks (e.g. scan, hash, join, etc...). I am looking for a document that provides an overview of execution flow within postgres and the query planner. I am also looking for a description of the software data structures and interfaces used.

Any references, suggestions or guidance would be appreciated.

Thank you in advance,
--
Vincent Mirian

pgsql-hackers by date:

Previous
From: Erik Rijkers
Date:
Subject: Re: row filtering for logical replication
Next
From: "Yotsunaga, Naoki"
Date:
Subject: RE: [Proposal] Add accumulated statistics for wait event