Commits

DateSubjectAuthorReleases
2026-03-15 Add all required calls to TupleDescFinalize() David Rowley 19 (unreleased)
2026-02-23 Fix additional fallthrough warnings from clang Peter Eisentraut 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in more areas of the tree Michael Paquier 19 (unreleased)
2025-08-03 Reduce leakage during PL/pgSQL function compilation. Tom Lane 19 (unreleased)
2025-06-30 Improve error report for PL/pgSQL reserved word used as a field name. Tom Lane 19 (unreleased)
2025-05-28 Fix memory leakage when function compilation fails. Tom Lane 18.0
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-02-11 Detect whether plpgsql assignment targets are "local" variables. 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-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-24 Remove pgrminclude annotations Peter Eisentraut 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-10-28 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 18.0
2024-02-28 Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE. Tom Lane 17.0
2024-01-05 Clean up some edge cases in plpgsql's %TYPE parsing. Tom Lane 17.0
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-03-25 Add SysCacheGetAttrNotNull for guaranteed not-null attrs Daniel Gustafsson 16.0
2023-02-06 Remove useless casts to (void *) in hash_search() calls Peter Eisentraut 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-09-16 Improve plpgsql's ability to handle arguments declared as RECORD. Tom Lane 13.9
2022-09-16 Improve plpgsql's ability to handle arguments declared as RECORD. Tom Lane 16.0