Commits

DateSubjectAuthorReleases
2025-08-03 Reduce leakage during PL/pgSQL function compilation. Tom Lane 19 (unreleased)
2025-06-30 De-reserve keywords EXECUTE and STRICT in PL/pgSQL. Tom Lane 19 (unreleased)
2025-03-03 Allow => syntax for named cursor arguments in plpgsql. Tom Lane 18.0
2025-02-11 Detect whether plpgsql assignment targets are "local" variables. Tom Lane 18.0
2025-02-11 Preliminary refactoring of plpgsql expression construction. Tom Lane 18.0
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 12.20
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 13.16
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 14.13
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 15.8
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 16.4
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 17.0
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 18.0
2024-04-10 Fix plpgsql's handling of -- comments following expressions. Tom Lane 13.15
2024-04-10 Fix plpgsql's handling of -- comments following expressions. Tom Lane 14.12
2024-04-10 Fix plpgsql's handling of -- comments following expressions. Tom Lane 15.7
2024-04-10 Fix plpgsql's handling of -- comments following expressions. Tom Lane 12.19
2024-04-10 Fix plpgsql's handling of -- comments following expressions. Tom Lane 17.0
2024-04-10 Fix plpgsql's handling of -- comments following expressions. Tom Lane 16.3
2024-02-28 Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE. Tom Lane 17.0
2024-01-18 Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. Tom Lane 17.0
2024-01-18 Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. Tom Lane 15.6
2024-01-18 Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. Tom Lane 14.11
2024-01-18 Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. Tom Lane 16.2
2024-01-04 In plpgsql, allow %TYPE and %ROWTYPE to be followed by array decoration. Tom Lane 17.0
2023-04-04 Add a way to get the current function's OID in pl/pgsql. Tom Lane 16.0