Commit Graph

26 Commits (75abb955dfef064f2fbc5c043f37fff8d0262ffe)

Author SHA1 Message Date
Robert Haas 76568d3786 Fix incorrect function name in comment. 9 years ago
Robert Haas 175ff6598e Fix possible crash reading pg_stat_activity. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ff33d1456e Spellcheck: s/descendent/descendant/g 9 years ago
Robert Haas e13029a5ce Provide a DSA area for all parallel queries. 9 years ago
Magnus Hagander 8afb811088 Fix typo in comment 9 years ago
Robert Haas 41fb35fabf Fix possible crash due to incorrect allocation context. 9 years ago
Tom Lane 45639a0525 Avoid invalidating all foreign-join cached plans when user mappings change. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas 06bd458cb8 Use mul_size when multiplying by the number of parallel workers. 9 years ago
Robert Haas 8826d85078 Tweak a few more things in preparation for upcoming pgindent run. 9 years ago
Robert Haas 8126eaee2f Clean up a few parallelism-related things that pgindent wants to mangle. 9 years ago
Noah Misch 4ad6f13500 Copyedit comments and documentation. 9 years ago
Robert Haas df4685fb0c Minor optimizations based on ParallelContext having nworkers_launched. 9 years ago
Robert Haas 69d34408e5 Allow parallel custom and foreign scans. 10 years ago
Robert Haas fbe5a3fb73 Only try to push down foreign joins if the user mapping OIDs match. 10 years ago
Robert Haas 45be99f8cd Support parallel joins, and make related improvements. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas b287df70e4 Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics. 10 years ago
Robert Haas 166b61a88e Avoid aggregating worker instrumentation multiple times. 10 years ago
Robert Haas f0661c4e8c Make sequential scans parallel-aware. 10 years ago
Robert Haas 3a1f8611f2 Update parallel executor support to reuse the same DSM. 10 years ago
Robert Haas 1a219fa15b Add header comments to execParallel.c and nodeGather.c. 10 years ago
Robert Haas bfc78d7196 Rewrite interaction of parallel mode with parallel executor support. 10 years ago
Robert Haas 3bd909b220 Add a Gather executor node. 10 years ago
Robert Haas d1b7c1ffe7 Parallel executor support. 10 years ago