Commits

Showing commits that first shipped in 12 (backpatches included). Clear

DateSubjectAuthorReleases
2024-02-19 Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 12.19
2023-10-12 Fix runtime partition pruning for HASH partitioned tables David Rowley 12.17
2023-10-12 Fix incorrect step generation in HASH partition pruning David Rowley 12.17
2023-04-14 Fix incorrect partition pruning logic for boolean partitioned tables David Rowley 12.15
2021-01-28 Fix hash partition pruning with asymmetric partition sets. Tom Lane 12.6
2020-08-07 Fix yet another issue with step generation in partition pruning. Etsuro Fujita 12.4
2020-07-28 Fix some issues with step generation in partition pruning. Etsuro Fujita 12.4
2020-05-28 Fix typo in test comment. Heikki Linnakangas 12.4
2019-11-11 Further improve stability of partition_prune regression test. Tom Lane 12.1
2019-09-28 Improve stability of partition_prune regression test. Tom Lane 12.0
2019-08-09 Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array. Tom Lane 12.0
2019-08-04 Improve pruning of a default partition Alvaro Herrera 12.0
2019-07-12 Fix RANGE partition pruning with multiple boolean partition keys David Rowley 12.0
2019-05-17 Restructure creation of run-time pruning steps. Tom Lane 12.0
2019-05-16 Fix bogus logic for combining range-partitioned columns during pruning. Tom Lane 12.0
2019-05-16 Fix partition pruning to treat stable comparison operators properly. Tom Lane 12.0
2019-04-30 Clean up handling of constraint_exclusion and enable_partition_pruning. Tom Lane 12.0
2019-04-05 Use Append rather than MergeAppend for scanning ordered partitions. Tom Lane 12.0
2019-03-30 Speed up planning when partitions can be pruned at plan time. Tom Lane 12.0
2019-03-24 Un-hide most cascaded-drop details in regression test results. Tom Lane 12.0
2018-11-15 Improve performance of partition pruning remapping a little. Tom Lane 12.0
2018-08-16 Fix executor prune failure when plan already pruned Alvaro Herrera 12.0
2018-08-08 Match RelOptInfos by relids not pointer equality. Tom Lane 12.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 12.0
2018-07-30 Change bms_add_range to be a no-op for empty ranges Alvaro Herrera 12.0