index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
parallel.c
Commit message (
Expand
)
Author
Age
*
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
*
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-17
*
Fix fuzzy thinking in ReinitializeParallelDSM().
Tom Lane
2016-06-16
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-05-06
*
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-03-04
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
*
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message improvements
Peter Eisentraut
2015-11-16
*
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
*
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-30
*
Fix typos in comments.
Robert Haas
2015-10-22
*
Allow a parallel context to relaunch workers.
Robert Haas
2015-10-16
*
Prohibit parallel query when the isolation level is serializable.
Robert Haas
2015-10-16
*
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
*
Invalidate caches after cranking up a parallel worker transaction.
Robert Haas
2015-10-16
*
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-16
*
Don't dump core when destroying an unused ParallelContext.
Robert Haas
2015-09-30
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-05
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30