index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
parallel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
1
-0
/
+11
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
1
-2
/
+2
*
Add background worker type
Peter Eisentraut
2017-09-29
1
-0
/
+1
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
1
-3
/
+41
*
Clean up shm_mq cleanup.
Tom Lane
2017-08-31
1
-3
/
+3
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-4
/
+4
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-1
/
+1
*
Clean up latch related code.
Andres Freund
2017-06-06
1
-2
/
+2
*
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
1
-19
/
+12
*
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-16
1
-1
/
+1
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
1
-88
/
+105
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
1
-3
/
+3
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
1
-1
/
+2
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
1
-1
/
+3
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-8
/
+4
*
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
1
-0
/
+25
*
Fix logic for adding "parallel worker" context line to worker errors.
Tom Lane
2016-08-26
1
-27
/
+27
*
Block interrupts during HandleParallelMessages().
Tom Lane
2016-08-02
1
-5
/
+16
*
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-08-01
1
-13
/
+12
*
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
1
-1
/
+17
*
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-17
1
-2
/
+2
*
Fix fuzzy thinking in ReinitializeParallelDSM().
Tom Lane
2016-06-16
1
-11
/
+11
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
1
-0
/
+12
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-10
/
+10
*
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-05-06
1
-2
/
+4
*
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-03-04
1
-4
/
+4
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
1
-1
/
+3
*
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
1
-0
/
+16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Message improvements
Peter Eisentraut
2015-11-16
1
-3
/
+3
*
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
1
-17
/
+7
*
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-30
1
-83
/
+92
*
Fix typos in comments.
Robert Haas
2015-10-22
1
-1
/
+1
*
Allow a parallel context to relaunch workers.
Robert Haas
2015-10-16
1
-0
/
+49
*
Prohibit parallel query when the isolation level is serializable.
Robert Haas
2015-10-16
1
-0
/
+8
*
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
1
-0
/
+7
*
Invalidate caches after cranking up a parallel worker transaction.
Robert Haas
2015-10-16
1
-0
/
+7
*
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-16
1
-1
/
+1
*
Don't dump core when destroying an unused ParallelContext.
Robert Haas
2015-09-30
1
-7
/
+10
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-93
/
+95
*
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-05
1
-5
/
+6
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
1
-0
/
+1007