Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-10 | Fix plpgsql's handling of -- comments following expressions. | Tom Lane | 14.12 |
| 2023-04-24 | Fix memory leakage in plpgsql DO blocks that use cast expressions. | Tom Lane | 14.8 |
| 2021-07-20 | Fix corner-case uninitialized-variable issues in plpgsql. | Tom Lane | 14.0 |
| 2021-05-22 | Remove plpgsql's special-case code paths for SET/RESET. | Tom Lane | 14.0 |
| 2021-01-26 | Improve performance of repeated CALLs within plpgsql procedures. | Tom Lane | 14.0 |
| 2021-01-04 | Rethink the "read/write parameter" mechanism in pl/pgsql. | Tom Lane | 14.0 |
| 2021-01-04 | Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql. | Tom Lane | 14.0 |
| 2021-01-04 | Re-implement pl/pgsql's expression and assignment parsing. | Tom Lane | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-06-09 | Spelling adjustments | Peter Eisentraut | 14.0 |