Version 1.4.3
- Disabled dangerous optimizations for UPDATE & DELETE on PostgreSQL 9.5 (issue #110);
- Fixed
DELETE FROM single_table USING partitioned_table
(issue #111); - Fixed
EXPLAIN (VERBOSE) INSERT INTO partitioned_table
(issue #112);
DELETE FROM single_table USING partitioned_table
(issue #111);EXPLAIN (VERBOSE) INSERT INTO partitioned_table
(issue #112);