Commits

DateSubjectAuthorReleases
2025-04-02 Change SQL-language functions to use the plan cache. Tom Lane 18.0
2025-02-11 Detect whether plpgsql assignment targets are "local" variables. Tom Lane 18.0
2025-02-11 Refactor pl_funcs.c to provide a usage-independent tree walker. Tom Lane 18.0
2023-04-04 Add a way to get the current function's OID in pl/pgsql. Tom Lane 16.0
2021-05-22 Remove plpgsql's special-case code paths for SET/RESET. Tom Lane 14.0
2021-01-04 Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql. Tom Lane 14.0
2018-02-14 Support CONSTANT/NOT NULL/initial value for plpgsql composite variables. Tom Lane 11.0
2018-02-14 Speed up plpgsql trigger startup by introducing "promises". Tom Lane 11.0
2018-02-13 Make plpgsql use its DTYPE_REC code paths for composite-type variables. Tom Lane 11.0
2017-12-08 In plpgsql, unify duplicate variables for record and row cases. Tom Lane 11.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-03-08 Bring plpgsql into line with header inclusion policy. Tom Lane 10.0
2015-08-22 Detect mismatched CONTINUE and EXIT statements at plpgsql compile time. Tom Lane 9.6.0
2015-08-18 Fix a few bogus statement type names in plpgsql error messages. Tom Lane 9.2.14
2015-08-18 Fix a few bogus statement type names in plpgsql error messages. Tom Lane 9.0.23
2015-08-18 Fix a few bogus statement type names in plpgsql error messages. Tom Lane 9.4.5
2015-08-18 Fix a few bogus statement type names in plpgsql error messages. Tom Lane 9.3.10
2015-08-18 Fix a few bogus statement type names in plpgsql error messages. Tom Lane 9.1.19
2015-08-18 Fix a few bogus statement type names in plpgsql error messages. Tom Lane 9.5.0
2015-08-18 Fix a few bogus statement type names in plpgsql error messages. Tom Lane 9.6.0
2015-03-25 Add an ASSERT statement in plpgsql. Tom Lane 9.5.0
2015-02-21 Some more FLEXIBLE_ARRAY_MEMBER fixes. Tom Lane 9.5.0
2012-02-01 Code review for plpgsql fn_signature patch. Tom Lane 9.2.0
2011-10-27 Avoid recursion while processing ELSIF lists in plpgsql. Tom Lane 9.2.0
2011-07-18 Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. Tom Lane 9.2.0