Commits

DateSubjectAuthorReleases
2015-07-17 Repair mishandling of cached cast-expression trees in plpgsql. Tom Lane 9.6.0
2015-07-05 Further reduce overhead for passing plpgsql variables to the executor. Tom Lane 9.6.0
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2015-03-26 Tweak __attribute__-wrapping macros for better pgindent results. Tom Lane 9.5.0
2015-03-25 Add an ASSERT statement in plpgsql. Tom Lane 9.5.0
2015-03-11 Allocate ParamListInfo once per plpgsql function, not once per expression. Tom Lane 9.5.0
2015-03-04 Use standard casting mechanism to convert types in plpgsql, when possible. Tom Lane 9.5.0
2015-02-28 Track typmods in plpgsql expression evaluation and assignment. Tom Lane 9.5.0
2015-02-21 Some more FLEXIBLE_ARRAY_MEMBER fixes. Tom Lane 9.5.0
2013-11-15 Prevent leakage of cached plans and execution trees in plpgsql DO blocks. Tom Lane 9.4.0
2012-12-07 Improve pl/pgsql to support composite-type expressions in RETURN. Tom Lane 9.3.0
2012-09-27 Make plpgsql's unreserved keywords more unreserved. Tom Lane 9.3.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-09-26 Speed up array element assignment in plpgsql by caching type information. Tom Lane 9.2.0
2011-07-18 Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. Tom Lane 9.2.0
2011-05-22 Make plpgsql provide the typmods for its variables to the main parser. Tom Lane 9.1.0
2011-03-27 Fix plpgsql to release SPI plans when a function or DO block is freed. Tom Lane 9.1.0
2011-03-25 Fix collation handling in plpgsql functions. Tom Lane 9.1.0
2011-02-16 Add FOREACH IN ARRAY looping to plpgsql. Tom Lane 9.1.0
2010-10-28 Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 8.3.13
2010-10-28 Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 8.4.6
2010-10-28 Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 9.0.2
2010-10-28 Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 9.1.0
2010-10-28 Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 8.1.23