]> granicus.if.org Git - postgresql/history - src/backend/executor/execParallel.c
Change representation of statement lists, and add statement location info.
[postgresql] / src / backend / executor / execParallel.c
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-12 Robert HaasFix incorrect function name in comment.
2017-01-05 Robert HaasFix possible crash reading pg_stat_activity.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-23 Tom LaneSpellcheck: s/descendent/descendant/g
2016-12-19 Robert HaasProvide a DSA area for all parallel queries.
2016-11-25 Magnus HaganderFix typo in comment
2016-08-16 Robert HaasFix possible crash due to incorrect allocation context.
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-06 Robert HaasUse mul_size when multiplying by the number of parallel...
2016-05-03 Robert HaasTweak a few more things in preparation for upcoming...
2016-04-27 Robert HaasClean up a few parallelism-related things that pgindent...
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-04 Robert HaasMinor optimizations based on ParallelContext having...
2016-02-03 Robert HaasAllow parallel custom and foreign scans.
2016-01-28 Robert HaasOnly try to push down foreign joins if the user mapping...
2016-01-20 Robert HaasSupport parallel joins, and make related improvements.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-09 Robert HaasAllow EXPLAIN (ANALYZE, VERBOSE) to display per-worker...
2015-11-18 Robert HaasAvoid aggregating worker instrumentation multiple times.
2015-11-11 Robert HaasMake sequential scans parallel-aware.
2015-10-30 Robert HaasUpdate parallel executor support to reuse the same...
2015-10-22 Robert HaasAdd header comments to execParallel.c and nodeGather.c.
2015-10-16 Robert HaasRewrite interaction of parallel mode with parallel...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-29 Robert HaasParallel executor support.