aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/parallel.c
Commit message (Expand)AuthorAge
* Allow a parallel context to relaunch workers.Robert Haas2015-10-16
* Prohibit parallel query when the isolation level is serializable.Robert Haas2015-10-16
* Fix a problem with parallel workers being unable to restore role.Robert Haas2015-10-16
* Invalidate caches after cranking up a parallel worker transaction.Robert Haas2015-10-16
* Don't send protocol messages to a shm_mq that no longer exists.Robert Haas2015-10-16
* Don't dump core when destroying an unused ParallelContext.Robert Haas2015-09-30
* pgindent run for 9.5Bruce Momjian2015-05-23
* Avoid using a C++ keyword as a structure member name.Robert Haas2015-05-05
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30