Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-10 | Fix plpgsql's handling of -- comments following expressions. | Tom Lane | 15.7 |
| 2023-04-24 | Fix memory leakage in plpgsql DO blocks that use cast expressions. | Tom Lane | 15.3 |
| 2022-05-11 | Remove non-functional code for unloading loadable modules. | Robert Haas | 15.0 |
| 2022-03-31 | Keep plpgsql.h C++-clean. | Tom Lane | 15.0 |
| 2022-03-31 | Expose a few more PL/pgSQL functions to debugger plugins. | Tom Lane | 15.0 |
| 2022-03-28 | Add support for MERGE SQL command | Alvaro Herrera | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-10-31 | plpgsql: report proper line number for errors in variable initialization. | Tom Lane | 15.0 |
| 2021-07-20 | Fix corner-case uninitialized-variable issues in plpgsql. | Tom Lane | 15.0 |