Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-01-05 | Fix calculation of which GENERATED columns need to be updated. | Tom Lane | 13.10 |
| 2022-01-03 | Fix index-only scan plans, take 2. | Tom Lane | 13.6 |
| 2020-08-15 | Be more careful about the shape of hashable subplan clauses. | Tom Lane | 13.0 |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane | 13.0 |
| 2020-04-11 | Make EXPLAIN report maximum hashtable usage across multiple rescans. | Tom Lane | 13.0 |
| 2020-01-17 | Repair more failures with SubPlans in multi-row VALUES lists. | Tom Lane | 13.0 |
| 2019-12-11 | Allow executor startup pruning to prune all child nodes. | Tom Lane | 13.0 |
| 2019-12-11 | Further adjust EXPLAIN's choices of table alias names. | Tom Lane | 13.0 |
| 2019-08-12 | Remove EState.es_range_table_array. | Tom Lane | 13.0 |