index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
parallel.c
Age
Commit message (
Expand
)
Author
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-03-15
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-10-09
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-06
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-09-20
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-08-10
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-10
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-04-05
Allow background workers to bypass datallowconn
Magnus Hagander
2018-02-02
Be more wary about shm_toc_lookup failure.
Tom Lane
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-02-02
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-01-23
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-19
Transfer state pertaining to pending REINDEX operations to workers.
Robert Haas
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-28
Fix ReinitializeParallelDSM to tolerate finding no error queues.
Robert Haas
2017-10-29
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-11
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-09-29
Add background worker type
Peter Eisentraut
2017-09-14
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-08-31
Clean up shm_mq cleanup.
Tom Lane
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-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-04-16
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-14
Avoid passing function pointers across process boundaries.
Tom Lane
2017-03-31
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-09
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
[next]