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-09-20 Fix whitespace Peter Eisentraut 11.10
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
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
2018-08-26 Fix typos. Thomas Munro 11.0
2018-08-09 Remove bogus Assert in make_partitionedrel_pruneinfo(). Tom Lane 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 Verify range bounds to bms_add_range when necessary Alvaro Herrera 11.0
2018-07-16 Fix partition pruning with IS [NOT] NULL clauses Alvaro Herrera 11.0
2018-06-20 Consistently use the term 'partitioned rel' in partprune comments Alvaro Herrera 11.0
2018-06-13 Code review for match_clause_to_partition_key(). Tom Lane 11.0
2018-06-13 Fix some ill-chosen names for globally-visible partition support functions. Tom Lane 11.0
2018-06-13 Fix up run-time partition pruning's use of relcache's partition data. Tom Lane 11.0
2018-06-11 Improve commentary about run-time partition pruning data structures. Tom Lane 11.0
2018-06-11 Fix run-time partition pruning code to handle NULL values properly. Tom Lane 11.0
2018-06-10 Assorted cosmetic cleanup of run-time-partition-pruning code. Tom Lane 11.0