Commits

DateSubjectAuthorReleases
2024-01-02 Fix typos in comments and in one isolation test. Robert Haas 17.0
2018-04-06 Allow insert and update tuple routing and COPY for foreign tables. Robert Haas 11.0
2018-02-08 Avoid listing the same ResultRelInfo in more than one EState list. Robert Haas 11.0
2018-01-05 Factor error generation out of ExecPartitionCheck. Robert Haas 11.0
2017-11-15 Centralize executor-related partitioning code. Robert Haas 11.0
2017-11-13 Track in the plan the types associated with PARAM_EXEC parameters. Robert Haas 11.0
2017-10-27 Fix mistaken failure to allow parallelism in corner case. Robert Haas 9.6.6
2017-10-27 Fix mistaken failure to allow parallelism in corner case. Robert Haas 10.1
2017-10-27 Fix mistaken failure to allow parallelism in corner case. Robert Haas 11.0
2017-10-12 Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing. Robert Haas 11.0
2017-10-05 Allow DML commands that create tables to use parallel query. Robert Haas 11.0
2017-09-07 Even if some partitions are foreign, allow tuple routing. Robert Haas 10.0
2017-09-07 Even if some partitions are foreign, allow tuple routing. Robert Haas 11.0
2017-08-18 Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. Robert Haas 10.0
2017-08-18 Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. Robert Haas 11.0
2017-08-17 Don't lock tables in RelationGetPartitionDispatchInfo. Robert Haas 10.0
2017-08-17 Don't lock tables in RelationGetPartitionDispatchInfo. Robert Haas 11.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