Commits

DateSubjectAuthorReleases
2020-01-16 Fix problems with "read only query" checks, and refactor the code. Robert Haas 13.0
2019-03-07 Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas 12.0
2018-04-06 Allow insert and update tuple routing and COPY for foreign tables. Robert Haas 11.0
2018-04-06 Enforce child constraints during COPY TO a partitioned table. Robert Haas 10.4
2018-04-06 Enforce child constraints during COPY TO a partitioned table. Robert Haas 11.0
2018-02-22 Be lazier about partition tuple routing. Robert Haas 11.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2018-01-05 Factor error generation out of ExecPartitionCheck. Robert Haas 11.0
2018-01-04 Simplify and encapsulate tuple routing support code. Robert Haas 11.0
2017-12-01 Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables. Robert Haas 11.0
2017-11-29 Update typedefs.list and re-run pgindent Robert Haas 11.0
2017-11-15 Centralize executor-related partitioning code. Robert Haas 11.0
2017-10-12 Use ResultRelInfo ** rather than ResultRelInfo * for 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-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-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-01-24 Reindent table partitioning code. Robert Haas 10.0
2017-01-24 Fix interaction of partitioned tables with BulkInsertState. Robert Haas 10.0
2017-01-19 Fix failure to enforce partitioning contraint for internal partitions. 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