Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-02-19 | Fix incorrect pruning of NULL partition for boolean IS NOT clauses | David Rowley | 14.12 |
| 2023-10-12 | Fix runtime partition pruning for HASH partitioned tables | David Rowley | 14.10 |
| 2023-10-12 | Fix incorrect step generation in HASH partition pruning | David Rowley | 14.10 |
| 2023-04-14 | Fix incorrect partition pruning logic for boolean partitioned tables | David Rowley | 14.8 |
| 2021-07-14 | Change the name of the Result Cache node to Memoize | David Rowley | 14.0 |
| 2021-04-30 | Adjust EXPLAIN output for parallel Result Cache plans | David Rowley | 14.0 |
| 2021-04-02 | Add Result Cache executor node (take 2) | David Rowley | 14.0 |
| 2021-04-01 | Revert b6002a796 | David Rowley | 14.0 |
| 2021-03-31 | Add Result Cache executor node | David Rowley | 14.0 |
| 2020-11-02 | Fix unstable partition_prune regression tests | David Rowley | 14.0 |
| 2020-11-02 | Allow run-time pruning on nested Append/MergeAppend nodes | David Rowley | 14.0 |