index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
parallel.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-06
Clean up latch related code.
Andres Freund
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-01
Add missing include (pgxcnode.h) into parallel.c
Tomas Vondra
2017-05-18
Ensure that multi-node executor is initialised correctly.
Pavan Deolasee
2017-04-17
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-15
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-02
Add max_parallel_workers GUC.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-26
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
Fix logic for adding "parallel worker" context line to worker errors.
Tom Lane
2016-08-02
Block interrupts during HandleParallelMessages().
Tom Lane
2016-08-01
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-06-30
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-17
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-16
Fix fuzzy thinking in ReinitializeParallelDSM().
Tom Lane
2016-06-10
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-06
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-03-04
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-02-07
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-01-02
Update copyright for 2016
Bruce Momjian
2015-11-17
Message improvements
Peter Eisentraut
2015-11-05
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-10-30
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-22
Fix typos in comments.
Robert Haas
2015-10-16
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-09-30
Don't dump core when destroying an unused ParallelContext.
Robert Haas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-06
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas