Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-09-16 | Improve plpgsql's ability to handle arguments declared as RECORD. | Tom Lane | 12.13 |
| 2021-09-13 | Fix EXIT out of outermost block in plpgsql. | Tom Lane | 12.9 |
| 2020-02-19 | Fix confusion about event trigger vs. plain function in plpgsql. | Tom Lane | 12.3 |
| 2019-08-15 | Fix plpgsql to re-look-up composite type names at need. | Tom Lane | 12.0 |
| 2019-05-31 | Fix C++ incompatibilities in plpgsql's header files. | Tom Lane | 12.0 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-01-04 | Support plpgsql variable names that conflict with unreserved SQL keywords. | Tom Lane | 12.0 |
| 2018-12-19 | Make type "name" collation-aware. | Tom Lane | 12.0 |
| 2018-10-05 | Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields. | Tom Lane | 12.0 |