Commits

DateSubjectAuthorReleases
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-03 Improve error reporting for tuple-routing failures. Robert Haas 10.0
2017-02-22 Pass the source text for a parallel query to the workers. Robert Haas 10.0
2017-02-04 Remove redundant comment. Robert Haas 10.0
2017-01-24 Set ecxt_scantuple correctly for tuple routing. Robert Haas 10.0
2017-01-24 Reindent table partitioning code. Robert Haas 10.0
2017-01-19 Fix RETURNING to work correctly with partition tuple routing. Robert Haas 10.0
2017-01-19 Fix failure to enforce partitioning contraint for internal partitions. Robert Haas 10.0
2017-01-04 Remove unnecessary arguments from partitioning functions. Robert Haas 10.0
2017-01-04 Fix reporting of constraint violations for table partitioning. Robert Haas 10.0
2017-01-04 Move partition_tuple_slot out of EState. Robert Haas 10.0
2016-12-21 Refactor partition tuple routing code to reduce duplication. Robert Haas 10.0
2016-12-08 Fix bogus comment. Robert Haas 9.6.2
2016-12-08 Fix bogus comment. Robert Haas 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-12-06 Fix interaction of parallel query with prepared statements. Robert Haas 9.6.2
2016-12-06 Fix interaction of parallel query with prepared statements. Robert Haas 10.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-06-06 Stop the executor if no more tuples can be sent from worker to leader. Robert Haas 9.6.0
2016-03-18 Directly modify foreign tables. Robert Haas 9.6.0
2015-10-16 Rewrite interaction of parallel mode with parallel executor support. Robert Haas 9.6.0
2015-09-30 Add a Gather executor node. Robert Haas 9.6.0
2015-09-16 Determine whether it's safe to attempt a parallel plan for a query. Robert Haas 9.6.0
2015-04-30 Create an infrastructure for parallel computation in PostgreSQL. Robert Haas 9.5.0