summaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-12Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-02-22Pass the source text for a parallel query to the workers.Robert Haas
2017-02-19Add optimizer and executor support for parallel index-only scans.Robert Haas
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-14Allow parallel workers to execute subplans.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-12Fix incorrect function name in comment.Robert Haas
2017-01-05Fix possible crash reading pg_stat_activity.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-23Spellcheck: s/descendent/descendant/gTom Lane
2016-12-19Provide a DSA area for all parallel queries.Robert Haas
2016-11-25Fix typo in commentMagnus Hagander
2016-08-16Fix possible crash due to incorrect allocation context.Robert Haas
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-05-06Use mul_size when multiplying by the number of parallel workers.Robert Haas
2016-05-03Tweak a few more things in preparation for upcoming pgindent run.Robert Haas
2016-04-27Clean up a few parallelism-related things that pgindent wants to mangle.Robert Haas
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-04Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-20Support parallel joins, and make related improvements.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-09Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas
2015-11-18Avoid aggregating worker instrumentation multiple times.Robert Haas
2015-11-11Make sequential scans parallel-aware.Robert Haas
2015-10-30Update parallel executor support to reuse the same DSM.Robert Haas
2015-10-22Add header comments to execParallel.c and nodeGather.c.Robert Haas
2015-10-16Rewrite interaction of parallel mode with parallel executor support.Robert Haas
2015-09-30Add a Gather executor node.Robert Haas
2015-09-29Parallel executor support.Robert Haas