Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-10 | Fix plpgsql's handling of -- comments following expressions. | Tom Lane | 16.3 |
| 2023-04-24 | Fix memory leakage in plpgsql DO blocks that use cast expressions. | Tom Lane | 16.0 |
| 2023-04-04 | Add a way to get the current function's OID in pl/pgsql. | Tom Lane | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-07-20 | Add PGDLLEXPORTS to some plpgsql function declarations | Alvaro Herrera | 16.0 |
| 2022-07-18 | Remove now superfluous declarations of dlsym()ed symbols. | Andres Freund | 16.0 |