Commits

DateSubjectAuthorReleases
2026-02-10 Store information about Append node consolidation in the final plan. Robert Haas 19 (unreleased)
2026-02-10 Fix PGS_CONSIDER_NONPARTIAL interaction with Materialize nodes. Robert Haas 19 (unreleased)
2026-01-29 Fix mistakes in commit 4020b370f214315b8c10430301898ac21658143f Robert Haas 19 (unreleased)
2026-01-28 Allow for plugin control over path generation strategies. Robert Haas 19 (unreleased)
2025-09-23 Keep track of what RTIs a Result node is scanning. Robert Haas 19 (unreleased)
2024-08-21 Show number of disabled nodes in EXPLAIN ANALYZE output. Robert Haas 18.0
2024-08-21 Treat number of disabled nodes in a path as a separate cost metric. Robert Haas 18.0
2018-05-16 Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify. Robert Haas 11.0
2018-04-02 postgres_fdw: Push down partition-wise aggregation. Robert Haas 11.0
2018-03-29 Teach create_projection_plan to omit projection where possible. Robert Haas 11.0
2018-03-22 Implement partition-wise grouping/aggregation. Robert Haas 11.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2017-12-05 Support Parallel Append plan nodes. Robert Haas 11.0
2017-11-16 Pass InitPlan values to workers via Gather (Merge). Robert Haas 11.0
2017-10-13 Fix possible crash with Parallel Bitmap Heap Scan. Robert Haas 10.1
2017-10-13 Fix possible crash with Parallel Bitmap Heap Scan. Robert Haas 11.0
2017-10-06 Basic partition-wise join functionality. Robert Haas 11.0
2017-07-24 When WCOs are present, disable direct foreign table modification. Robert Haas 9.6.4
2017-07-24 When WCOs are present, disable direct foreign table modification. Robert Haas 10.0
2017-06-14 Teach predtest.c about CHECK clauses to fix partitioning bugs. Robert Haas 10.0
2017-05-01 Fire per-statement triggers on partitioned tables. Robert Haas 10.0
2017-04-04 Abstract logic to allow for multiple kinds of child rels. Robert Haas 10.0
2017-04-01 Fix parallel query so it doesn't spoil row estimates above Gather. Robert Haas 9.6.3
2017-04-01 Fix parallel query so it doesn't spoil row estimates above Gather. Robert Haas 10.0
2017-03-21 Don't scan partitioned tables. Robert Haas 10.0