author | Bruce Momjian | |
Fri, 6 May 2005 19:07:17 +0000 (19:07 +0000) | ||
committer | Bruce Momjian | |
Fri, 6 May 2005 19:07:17 +0000 (19:07 +0000) |
src/tools/backend/backend_dirs.html | patch | blob | blame | history | |
src/tools/backend/index.html | patch | blob | blame | history |
Click on any of the section headings to see the source code
Because PostgreSQL requires access to system tables for almost
This checks the process name(argv[0]) and various flags, and
This creates shared memory, and then goes into a loop waiting
This handles communication to the client processes.
This contains the postgres backend main handler, as well
This converts SQL queries coming from libpq into
This uses the parser output to generate an optimal plan for the
This takes the parser query output, and generates all possible
optimizer/path evaluates all possible ways to join the
This takes the optimizer/path output, chooses the path
This does special plan processing.
This contains support routines used by other parts of the
This handles select, insert, update, and delete
These process SQL commands that do not require complex handling.
This contains functions that manipulate the system tables or
These allow uniform resource access by the backend.
These control the way data is accessed in heap, indexes, and
PostgreSQL stores information about SQL queries in structures
This contains all the PostgreSQL builtin data types.
PostgreSQL supports arbitrary data types, so no data types are
Reports backend errors to the front end.
This handles the calling of dynamically-loaded functions, and
These hash routines are used by the cache and memory-manager
When PostgreSQL allocates memory, it does so in an explicit
When statement output must be sorted as part of a backend
These routines do checking of tuple internal columns to
There are include directories for each subsystem.
This houses several generic routines.
This is used for regular expression handling in the backend,
The statement is then identified as complex (SELECT / INSERT /
The parser takes a complex query, and creates a