Commits

DateSubjectAuthorReleases
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
2024-01-04 Update copyright for 2024 Bruce Momjian 17.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
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
2022-05-13 Indent C code in flex and bison files Peter Eisentraut 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-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 9.6.23
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 15.0
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 14.0
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 12.8
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 11.13
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 10.18
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 13.4
2021-05-22 Remove plpgsql's special-case code paths for SET/RESET. Tom Lane 14.0
2021-02-02 Remove extra increment of plpgsql's statement counter for FOR loops. Tom Lane 12.6