Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Postgres

andyzweb edited this page May 22, 2017 · 5 revisions

Published Papers from Original Developers

Github Repositories

Documentation

Doxygen

Developer FAQ

Understanding Source Code - Good Starting Point

Function Name : File Name : Line # : Description

  • exec_simple_query: src/backend/tcop/postgres.c L883 Example of entire query execution

  • standard_ExecutorRun: src/backend/executor/execMain.c L303 DML/Executor hand-off

  • ProcessUtility: src/backend/tcop/utility.c L325 DDL/Utility hand-off

Useful Links

Clone this wiki locally