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 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-09-20 Fix whitespace Peter Eisentraut 12.5
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
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-22 Phase 2 pgindent run for v12. Tom Lane 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-03-30 Speed up planning when partitions can be pruned at plan time. Tom Lane 12.0
2019-03-25 Fix use of wrong datatype with sizeof(). Robert Haas 12.0
2019-03-22 Rearrange make_partitionedrel_pruneinfo to avoid work when we can't prune. Tom Lane 12.0
2019-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-03-07 Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-29 Make some small planner API cleanups. Tom Lane 12.0
2019-01-10 Move inheritance expansion code into its own file Alvaro Herrera 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-08 Fix incorrect routine name reference in partprune.c Michael Paquier 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0