Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-05-17 | Restructure creation of run-time pruning steps. | Tom Lane | 11.4 |
| 2018-08-01 | Fix run-time partition pruning for appends with multiple source rels. | Tom Lane | 11.0 |
| 2018-06-20 | Consistently use the term 'partitioned rel' in partprune comments | Alvaro Herrera | 11.0 |
| 2018-06-13 | Fix up run-time partition pruning's use of relcache's partition data. | Tom Lane | 11.0 |
| 2018-06-10 | Improve run-time partition pruning to handle any stable expression. | Tom Lane | 11.0 |
| 2018-05-09 | Make gen_partprune_steps static | Alvaro Herrera | 11.0 |
| 2018-04-24 | Initialize ExprStates once in run-time partition pruning | Alvaro Herrera | 11.0 |
| 2018-04-15 | Reorganize partitioning code | Alvaro Herrera | 11.0 |
| 2018-04-09 | Minor comment updates | Alvaro Herrera | 11.0 |
| 2018-04-07 | Support partition pruning at execution time | Alvaro Herrera | 11.0 |
| 2018-04-06 | Faster partition pruning | Alvaro Herrera | 11.0 |