Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-01-19 | Remove faulty support for MergeAppend plan with WHERE CURRENT OF. | Tom Lane | 12.6 |
| 2021-01-18 | Avoid crash with WHERE CURRENT OF and a custom scan plan. | Tom Lane | 12.6 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-03-11 | tableam: Add and use scan APIs. | Andres Freund | 12.0 |
| 2019-01-15 | Don't include genam.h from execnodes.h and relscan.h anymore. | Andres Freund | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-11-17 | Make TupleTableSlots extensible, finish split of existing slot type. | Andres Freund | 12.0 |
| 2018-10-08 | Avoid O(N^2) cost in ExecFindRowMark(). | Tom Lane | 12.0 |
| 2018-09-23 | Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. | Tom Lane | 12.0 |