Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2021-08-25 Fix broken snapshot handling in parallel workers. Robert Haas 10.19
2018-10-06 Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers. Tom Lane 10.6
2018-09-20 Defer restoration of libraries in parallel workers. Thomas Munro 10.6
2018-02-02 Be more wary about shm_toc_lookup failure. Tom Lane 10.2
2018-01-23 Report an ERROR if a parallel worker fails to start properly. Robert Haas 10.2
2017-11-28 Fix ReinitializeParallelDSM to tolerate finding no error queues. Robert Haas 10.2
2017-10-29 Fix problems with the "role" GUC and parallel query. Robert Haas 10.1
2017-08-31 Clean up shm_mq cleanup. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-06-06 Clean up latch related code. Andres Freund 10.0
2017-06-05 Don't be so trusting that shm_toc_lookup() will always succeed. Tom Lane 10.0
2017-04-17 Ensure BackgroundWorker struct contents are well-defined. Tom Lane 10.0
2017-04-15 Avoid passing function pointers across process boundaries. Tom Lane 10.0
2017-04-01 Don't use bgw_main even to specify in-core bgworker entrypoints. Robert Haas 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-12-02 Add max_parallel_workers GUC. Robert Haas 10.0
2016-10-04 Extend framework from commit 53be0b1ad to report latch waits. Robert Haas 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-26 Fix potential memory leakage from HandleParallelMessages(). Tom Lane 10.0
2016-08-26 Fix logic for adding "parallel worker" context line to worker errors. Tom Lane 10.0