Commit Graph

67 Commits (595a0eab7f425e3484639fae1f7e221fe9c2651a)

Author SHA1 Message Date
Alvaro Herrera 5913b9bbf3 Remove obsolete comment 7 years ago
Andres Freund 33001fd7a7 Collect JIT instrumentation from workers. 7 years ago
Tom Lane 1f4a920b73 Fix failure with initplans used conditionally during EvalPlanQual rechecks. 7 years ago
Amit Kapila ccc84a956b Match the buffer usage tracking for leader and worker backends. 7 years ago
Andres Freund cc415a56d0 Basic planner and executor integration for JIT. 7 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andres Freund 1804284042 Add parallel-aware hash joins. 8 years ago
Robert Haas f94eec490b When passing query strings to workers, pass the terminating \0. 8 years ago
Robert Haas 8526bcb2df Try again to fix accumulation of parallel worker instrumentation. 8 years ago
Robert Haas fd7c0fa732 Fix crashes on plans with multiple Gather (Merge) nodes. 8 years ago
Robert Haas 1d6fb35ad6 Revert "Fix accumulation of parallel worker instrumentation." 8 years ago
Robert Haas ab72716778 Support Parallel Append plan nodes. 8 years ago
Robert Haas 2c09a5c12a Fix accumulation of parallel worker instrumentation. 8 years ago
Andres Freund 5bcf389ecf Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. 8 years ago
Robert Haas f455e1125e Pass eflags down to parallel workers. 8 years ago
Andres Freund 7082e614c0 Provide DSM segment to ExecXXXInitializeWorker functions. 8 years ago
Robert Haas e89a71fb44 Pass InitPlan values to workers via Gather (Merge). 8 years ago
Robert Haas e64861c79b Track in the plan the types associated with PARAM_EXEC parameters. 8 years ago
Robert Haas cff440d368 pg_stat_statements: Widen query IDs from 32 bits to 64 bits. 8 years ago
Andres Freund 6b65a7fe62 Remove TupleDesc remapping logic from tqueue.c. 8 years ago
Peter Eisentraut 1356f78ea9 Reduce excessive dereferencing of function pointers 8 years ago
Tom Lane 51daa7bdb3 Improve division of labor between execParallel.c and nodeGather[Merge].c. 8 years ago
Tom Lane 41b0dd987d Separate reinitialization of shared parallel-scan state from ExecReScan. 8 years ago
Robert Haas bf11e7ee2e Propagate sort instrumentation from workers back to leader. 8 years ago
Robert Haas 3452dc5240 Push tuple limits through Gather and Gather Merge. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane d466335064 Don't be so trusting that shm_toc_lookup() will always succeed. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane 32470825d3 Avoid passing function pointers across process boundaries. 8 years ago
Tom Lane 16ebab6886 Avoid transferring parallel-unsafe subplans to parallel workers. 8 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 8 years ago
Robert Haas 691b8d5928 Allow for parallel execution whenever ExecutorRun() is done only once. 8 years ago
Robert Haas d3cc37f1d8 Don't scan partitioned tables. 8 years ago
Robert Haas f35742ccb7 Support parallel bitmap heap scans. 8 years ago
Robert Haas 4c728f3829 Pass the source text for a parallel query to the workers. 8 years ago
Robert Haas 0414b26bac Add optimizer and executor support for parallel index-only scans. 8 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 8 years ago
Robert Haas 5e6d8d2bbb Allow parallel workers to execute subplans. 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane ab1f0c8225 Change representation of statement lists, and add statement location info. 9 years ago
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