Commits

DateSubjectAuthorReleases
2026-03-10 Allow extensions to mark an individual index as disabled. Robert Haas 19 (unreleased)
2026-03-09 Consider startup cost as a figure of merit for partial paths. Robert Haas 19 (unreleased)
2026-02-19 Fix add_partial_path interaction with disabled_nodes Robert Haas 19 (unreleased)
2026-02-10 Store information about Append node consolidation in the final plan. 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)
2024-08-21 Treat number of disabled nodes in a path as a separate cost metric. Robert Haas 18.0
2018-04-25 Prevent generation of bogus subquery scan paths. Robert Haas 11.0
2018-03-20 Don't pass the grouping target around unnecessarily. 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-30 Make create_unique_path manage memory like mark_dummy_rel. Robert Haas 11.0
2017-11-29 Update typedefs.list and re-run pgindent Robert Haas 11.0
2017-11-13 Push target list evaluation through Gather Merge. Robert Haas 11.0
2017-10-06 Basic partition-wise join functionality. Robert Haas 11.0
2017-08-15 Assorted preparatory refactoring for partition-wise join. Robert Haas 11.0
2017-06-22 Document partitioned_rels in create_modifytable_path header comment. Robert Haas 10.0
2017-05-19 Copy partitioned_rels lists to avoid shared substructure. 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
2017-03-09 Add a Gather Merge executor node. Robert Haas 10.0
2017-03-08 Support parallel bitmap heap scans. Robert Haas 10.0
2017-02-15 Add optimizer and executor support for parallel index scans. Robert Haas 10.0
2016-07-01 Set consider_parallel correctly for upper planner rels. Robert Haas 9.6.0