Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-01-03 | Fix index-only scan plans, take 2. | Tom Lane | 13.6 |
| 2022-01-01 | Fix index-only scan plans when not all index columns can be returned. | Tom Lane | 13.6 |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane | 13.0 |
| 2020-04-07 | Support FETCH FIRST WITH TIES | Alvaro Herrera | 13.0 |
| 2020-04-06 | Implement Incremental Sort | Tomas Vondra | 13.0 |
| 2020-02-28 | Fix commit c11cb17d. | Jeff Davis | 13.0 |
| 2020-02-27 | Save calculated transitionSpace in Agg node. | Jeff Davis | 13.0 |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian | 13.0 |
| 2019-12-11 | Further adjust EXPLAIN's choices of table alias names. | Tom Lane | 13.0 |
| 2019-08-02 | Fix representation of hash keys in Hash/HashJoin nodes. | Andres Freund | 13.0 |