summaryrefslogtreecommitdiff
path: root/src/include/access/parallel.h
AgeCommit message (Expand)Author
2019-06-03Mark a few parallelism-related variables with PGDLLIMPORT.Tom Lane
2018-01-23Report an ERROR if a parallel worker fails to start properly.Robert Haas
2017-03-31Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2016-08-01Minor cleanup for access/transam/parallel.c.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-30Update parallel executor support to reuse the same DSM.Robert Haas
2015-10-16Allow a parallel context to relaunch workers.Robert Haas
2015-10-16Fix a problem with parallel workers being unable to restore role.Robert Haas
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-05Avoid using a C++ keyword as a structure member name.Robert Haas
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas