Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-03-14 | Make INSERT-from-multiple-VALUES-rows handle domain target columns. | Tom Lane | 12.19 |
| 2023-09-15 | Track nesting depth correctly when drilling down into RECORD Vars. | Tom Lane | 12.17 |
| 2021-10-19 | Remove bogus assertion in transformExpressionList(). | Tom Lane | 12.9 |
| 2019-07-01 | Fix many typos and inconsistencies | Michael Paquier | 12.0 |
| 2019-06-14 | Fix typos and inconsistencies in code comments | Michael Paquier | 12.0 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-02-01 | Renaming for new subscripting mechanism | Alvaro Herrera | 12.0 |
| 2019-01-28 | In the planner, replace an empty FROM clause with a dummy RTE. | Tom Lane | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 12.0 |
| 2018-10-30 | Fix interaction of CASE and ArrayCoerceExpr. | Tom Lane | 12.0 |