git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 669c7d2) | patch
Create an infrastructure for parallel computation in PostgreSQL.
2015年4月30日 19:02:14 +0000 (15:02 -0400)
2015年4月30日 19:02:14 +0000 (15:02 -0400)
commit 924bcf4f16d54c55310b28f77686608684734f42
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.
37 files changed:
contrib/postgres_fdw/connection.c diff | blob | blame | history
src/backend/access/heap/heapam.c diff | blob | blame | history
src/backend/access/transam/Makefile diff | blob | blame | history
src/backend/access/transam/README.parallel [new file with mode: 0644] blob
src/backend/access/transam/parallel.c [new file with mode: 0644] blob
src/backend/access/transam/varsup.c diff | blob | blame | history
src/backend/access/transam/xact.c diff | blob | blame | history
src/backend/access/transam/xlog.c diff | blob | blame | history
src/backend/catalog/namespace.c diff | blob | blame | history
src/backend/commands/copy.c diff | blob | blame | history
src/backend/commands/sequence.c diff | blob | blame | history
src/backend/executor/execMain.c diff | blob | blame | history
src/backend/executor/functions.c diff | blob | blame | history
src/backend/executor/spi.c diff | blob | blame | history
src/backend/libpq/pqmq.c diff | blob | blame | history
src/backend/postmaster/bgworker.c diff | blob | blame | history
src/backend/storage/ipc/procarray.c diff | blob | blame | history
src/backend/storage/ipc/procsignal.c diff | blob | blame | history
src/backend/storage/lmgr/predicate.c diff | blob | blame | history
src/backend/tcop/postgres.c diff | blob | blame | history
src/backend/tcop/utility.c diff | blob | blame | history
src/backend/utils/adt/lockfuncs.c diff | blob | blame | history
src/backend/utils/fmgr/dfmgr.c diff | blob | blame | history
src/backend/utils/misc/guc.c diff | blob | blame | history
src/backend/utils/time/combocid.c diff | blob | blame | history
src/backend/utils/time/snapmgr.c diff | blob | blame | history
src/include/access/parallel.h [new file with mode: 0644] blob
src/include/access/xact.h diff | blob | blame | history
src/include/catalog/namespace.h diff | blob | blame | history
src/include/fmgr.h diff | blob | blame | history
src/include/libpq/pqmq.h diff | blob | blame | history
src/include/miscadmin.h diff | blob | blame | history
src/include/postmaster/bgworker.h diff | blob | blame | history
src/include/storage/procarray.h diff | blob | blame | history
src/include/storage/procsignal.h diff | blob | blame | history
src/include/utils/combocid.h diff | blob | blame | history
src/include/utils/snapmgr.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /