Commits

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

DateSubjectAuthorReleases
2019-06-07 Fix inconsistency in comments atop ExecParallelEstimate. Amit Kapila 10.9
2018-09-25 Remove obsolete comment Alvaro Herrera 10.6
2018-08-03 Match the buffer usage tracking for leader and worker backends. Amit Kapila 10.5
2017-12-20 When passing query strings to workers, pass the terminating \0. Robert Haas 10.2
2017-12-19 Try again to fix accumulation of parallel worker instrumentation. Robert Haas 10.2
2017-12-18 Fix crashes on plans with multiple Gather (Merge) nodes. Robert Haas 10.2
2017-12-13 Revert "Fix accumulation of parallel worker instrumentation." Robert Haas 10.2
2017-12-05 Fix accumulation of parallel worker instrumentation. Robert Haas 10.2
2017-09-01 Improve division of labor between execParallel.c and nodeGather[Merge].c. Tom Lane 10.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-05 Don't be so trusting that shm_toc_lookup() will always succeed. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-04-15 Avoid passing function pointers across process boundaries. Tom Lane 10.0
2017-04-12 Avoid transferring parallel-unsafe subplans to parallel workers. Tom Lane 10.0
2017-04-01 Add infrastructure to support EphemeralNamedRelation references. Kevin Grittner 10.0
2017-03-23 Allow for parallel execution whenever ExecutorRun() is done only once. Robert Haas 10.0
2017-03-21 Don't scan partitioned tables. Robert Haas 10.0
2017-03-08 Support parallel bitmap heap scans. Robert Haas 10.0
2017-02-22 Pass the source text for a parallel query to the workers. Robert Haas 10.0
2017-02-19 Add optimizer and executor support for parallel index-only scans. Robert Haas 10.0
2017-02-15 Add optimizer and executor support for parallel index scans. Robert Haas 10.0
2017-02-14 Allow parallel workers to execute subplans. Robert Haas 10.0
2017-02-06 Fix typos in comments. Heikki Linnakangas 10.0
2017-01-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0