Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-07-22 | Doc: improve description of plpgsql's FETCH and MOVE commands. | Tom Lane | 16.4 |
| 2024-04-10 | Fix plpgsql's handling of -- comments following expressions. | Tom Lane | 16.3 |
| 2024-01-18 | Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. | Tom Lane | 16.2 |
| 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 |
| 2023-01-01 | In plpgsql, don't preassign portal names to bound cursor variables. | Tom Lane | 16.0 |
| 2022-12-27 | Convert the reg* input functions to report (most) errors softly. | Tom Lane | 16.0 |
| 2022-09-09 | Bump minimum version of Bison to 2.3 | John Naylor | 16.0 |