Commits

DateSubjectAuthorReleases
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-09-12 Allow redeclaration of typedef yyscan_t Peter Eisentraut 19 (unreleased)
2025-04-02 Change SQL-language functions to use the plan cache. Tom Lane 18.0
2025-03-22 plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'. Tom Lane 18.0
2025-03-13 pg_noreturn to replace pg_attribute_noreturn() Peter Eisentraut 18.0
2025-02-11 Implement new optimization rule for updates of expanded variables. 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
2025-01-24 Return yyparse() result not via global variable Peter Eisentraut 18.0
2025-01-08 plpgsql: pure parser and reentrant scanner Peter Eisentraut 18.0
2025-01-08 Remove useless function declaration Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-30 Update obsolete reference to plpgsql's gram.y file. 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-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-10-26 Add trailing commas to enum definitions Peter Eisentraut 17.0
2023-04-24 Fix memory leakage in plpgsql DO blocks that use cast expressions. Tom Lane 12.15
2023-04-24 Fix memory leakage in plpgsql DO blocks that use cast expressions. Tom Lane 15.3
2023-04-24 Fix memory leakage in plpgsql DO blocks that use cast expressions. Tom Lane 13.11