Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-05-10 | Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. | Tom Lane | 12.7 |
| 2020-11-08 | In INSERT/UPDATE, use the table's real tuple descriptor as target. | Tom Lane | 12.5 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 12.0 |
| 2019-01-29 | Rename nodes/relation.h to nodes/pathnodes.h. | Tom Lane | 12.0 |
| 2018-10-06 | Remove more redundant relation locking during executor startup. | Tom Lane | 12.0 |
| 2018-10-04 | In the executor, use an array of pointers to access the rangetable. | Tom Lane | 12.0 |
| 2018-10-04 | Centralize executor's opening/closing of Relations for rangetable entries. | Tom Lane | 12.0 |