Commits

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

DateSubjectAuthorReleases
2024-02-19 Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 13.15
2023-10-12 Fix incorrect step generation in HASH partition pruning David Rowley 13.13
2023-04-14 Fix incorrect partition pruning logic for boolean partitioned tables David Rowley 13.11
2021-01-28 Fix hash partition pruning with asymmetric partition sets. Tom Lane 13.2
2020-08-07 Fix yet another issue with step generation in partition pruning. Etsuro Fujita 13.0
2020-07-28 Fix some issues with step generation in partition pruning. Etsuro Fujita 13.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-05-13 Dial back -Wimplicit-fallthrough to level 3 Alvaro Herrera 13.0
2020-05-12 Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS Alvaro Herrera 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-08-16 Don't include utils/array.h from acl.h. Andres Freund 13.0
2019-08-13 Don't constraint-exclude partitioned tables as much Alvaro Herrera 13.0
2019-08-13 Fix inconsistencies and typos in the tree, take 10 Michael Paquier 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-08-09 Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array. Tom Lane 13.0
2019-08-07 Apply constraint exclusion more generally in partitioning Alvaro Herrera 13.0
2019-08-04 Improve pruning of a default partition Alvaro Herrera 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-07-12 Fix RANGE partition pruning with multiple boolean partition keys David Rowley 13.0