Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2017-10-27 Fix mistaken failure to allow parallelism in corner case. Robert Haas 10.1
2017-09-07 Even if some partitions are foreign, allow tuple routing. Robert Haas 10.0
2017-08-18 Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. Robert Haas 10.0
2017-08-17 Don't lock tables in RelationGetPartitionDispatchInfo. Robert Haas 10.0
2017-07-24 Fix partitioning crashes during error reporting. Robert Haas 10.0
2017-07-18 Reverse-convert row types in ExecWithCheckOptions. Robert Haas 10.0
2017-07-18 Use a real RT index when setting up partition tuple routing. Robert Haas 10.0
2017-06-07 Prevent BEFORE triggers from violating partitioning constraints. Robert Haas 10.0
2017-05-16 Fix relcache leak when row triggers on partitions are fired by COPY. Robert Haas 10.0
2017-05-10 Fix typos in comments. Robert Haas 10.0
2017-05-01 Fire per-statement triggers on partitioned tables. Robert Haas 10.0
2017-04-10 Fix reporting of violations in ExecConstraints, again. Robert Haas 10.0
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