Commits

DateSubjectAuthorReleases
2018-02-14 Speed up plpgsql trigger startup by introducing "promises". Tom Lane 11.0
2018-02-14 Speed up plpgsql function startup by doing fewer pallocs. 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-03-08 Bring plpgsql into line with header inclusion policy. Tom Lane 10.0
2016-12-13 Improve handling of array elements as getdiag_targets and cursor_variables. Tom Lane 10.0
2016-07-12 Allow IMPORT FOREIGN SCHEMA within pl/pgsql. Tom Lane 9.6.0
2016-07-12 Allow IMPORT FOREIGN SCHEMA within pl/pgsql. Tom Lane 9.5.4
2015-08-25 Further tweak wording of error messages about bad CONTINUE/EXIT statements. Tom Lane 9.6.0
2015-08-23 Tweak wording of syntax error messages about bad CONTINUE/EXIT statements. Tom Lane 9.6.0
2015-08-22 Detect mismatched CONTINUE and EXIT statements at plpgsql compile time. Tom Lane 9.6.0
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2015-03-25 Add an ASSERT statement in plpgsql. Tom Lane 9.5.0
2015-03-11 Make operator precedence follow the SQL standard more closely. Tom Lane 9.5.0
2015-03-10 Clean up the mess from => patch. Tom Lane 9.5.0
2015-02-16 Use fast path in plpgsql's RETURN/RETURN NEXT in more cases. Tom Lane 9.5.0
2014-11-25 De-reserve most statement-introducing keywords in plpgsql. Tom Lane 9.5.0
2014-11-23 Get rid of redundant production in plpgsql grammar. Tom Lane 9.5.0
2014-05-28 Revert "Fix bogus %name-prefix option syntax in all our Bison files." Tom Lane 9.3.5
2014-05-28 Revert "Fix bogus %name-prefix option syntax in all our Bison files." Tom Lane 9.4.0
2014-05-28 Fix bogus %name-prefix option syntax in all our Bison files. Tom Lane 9.3.5
2014-05-28 Fix bogus %name-prefix option syntax in all our Bison files. Tom Lane 9.4.0
2012-12-07 Improve pl/pgsql to support composite-type expressions in RETURN. Tom Lane 9.3.0