Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-06-10 | Improve run-time partition pruning to handle any stable expression. | Tom Lane | 11.0 |
| 2018-05-09 | Fix assorted partition pruning bugs | Alvaro Herrera | 11.0 |
| 2018-05-09 | Make gen_partprune_steps static | Alvaro Herrera | 11.0 |
| 2018-05-09 | Remove useless 'default' clause | Alvaro Herrera | 11.0 |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-04-24 | Initialize ExprStates once in run-time partition pruning | Alvaro Herrera | 11.0 |
| 2018-04-23 | Remove useless default clause in switch | Alvaro Herrera | 11.0 |
| 2018-04-19 | Rework code to determine partition pruning procedure | Alvaro Herrera | 11.0 |
| 2018-04-09 | Add missed bms_copy() in perform_pruning_combine_step | Alvaro Herrera | 11.0 |
| 2018-04-07 | Support partition pruning at execution time | Alvaro Herrera | 11.0 |
| 2018-04-07 | Document partprune.c a little better | Alvaro Herrera | 11.0 |
| 2018-04-06 | Faster partition pruning | Alvaro Herrera | 11.0 |