Commits

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

DateSubjectAuthorReleases
2023-10-12 Fix incorrect step generation in HASH partition pruning David Rowley 11.22
2023-04-14 Fix incorrect partition pruning logic for boolean partitioned tables David Rowley 11.20
2021-01-28 Fix hash partition pruning with asymmetric partition sets. Tom Lane 11.11
2020-08-07 Fix yet another issue with step generation in partition pruning. Etsuro Fujita 11.9
2020-07-28 Fix some issues with step generation in partition pruning. Etsuro Fujita 11.9
2020-05-28 Fix typo in test comment. Heikki Linnakangas 11.9
2019-11-11 Further improve stability of partition_prune regression test. Tom Lane 11.6
2019-09-28 Improve stability of partition_prune regression test. Tom Lane 11.6
2019-08-09 Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array. Tom Lane 11.6
2019-08-04 Improve pruning of a default partition Alvaro Herrera 11.5
2019-07-12 Fix RANGE partition pruning with multiple boolean partition keys David Rowley 11.5
2019-05-17 Restructure creation of run-time pruning steps. Tom Lane 11.4
2019-05-16 Fix bogus logic for combining range-partitioned columns during pruning. Tom Lane 11.4
2019-05-16 Fix partition pruning to treat stable comparison operators properly. Tom Lane 11.4
2019-04-30 Clean up handling of constraint_exclusion and enable_partition_pruning. Tom Lane 11.3
2018-08-16 Fix executor prune failure when plan already pruned Alvaro Herrera 11.0
2018-08-08 Match RelOptInfos by relids not pointer equality. Tom Lane 11.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.0
2018-07-30 Change bms_add_range to be a no-op for empty ranges Alvaro Herrera 11.0
2018-07-16 Fix partition pruning with IS [NOT] NULL clauses Alvaro Herrera 11.0
2018-07-10 Better handle pseudotypes as partition keys Alvaro Herrera 11.0
2018-06-20 Clarify use of temporary tables within partition trees Michael Paquier 11.0
2018-06-11 Fix run-time partition pruning code to handle NULL values properly. Tom Lane 11.0
2018-06-10 Improve run-time partition pruning to handle any stable expression. Tom Lane 11.0
2018-05-09 Fix assorted partition pruning bugs Alvaro Herrera 11.0