postgresql/src/include/libpq
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL.
This does four basic things.  First, it provides convenience routines
to coordinate the startup and shutdown of parallel workers.  Second,
it synchronizes various pieces of state (e.g. GUCs, combo CID
mappings, transaction snapshot) from the parallel group leader to the
worker processes.  Third, it prohibits various operations that would
result in unsafe changes to that state while parallelism is active.
Finally, it propagates events that would result in an ErrorResponse,
NoticeResponse, or NotifyResponse message being sent to the client
from the parallel workers back to the master, from which they can then
be sent on to the client.

Robert Haas, Amit Kapila, Noah Misch, Rushabh Lathia, Jeevan Chalke.
Suggestions and review from Andres Freund, Heikki Linnakangas, Noah
Misch, Simon Riggs, Euler Taveira, and Jim Nasby.
2015-04-30 15:02:14 -04:00
..
auth.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
be-fsstubs.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
crypt.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
hba.h Cleanups from the remove-native-krb5 patch 2014-03-16 15:22:45 +01:00
ip.h Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses. 2015-02-17 12:49:18 -05:00
libpq-be.h Add system view pg_stat_ssl 2015-04-12 19:07:46 +02:00
libpq-fs.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq.h Remove struct PQArgBlock from server-side header libpq/libpq.h. 2015-03-08 13:42:59 -04:00
md5.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pqcomm.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pqformat.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pqmq.h Create an infrastructure for parallel computation in PostgreSQL. 2015-04-30 15:02:14 -04:00
pqsignal.h Update copyright for 2015 2015-01-06 11:43:47 -05:00