Commits

DateSubjectAuthorReleases
2019-05-31 Fix C++ incompatibilities in plpgsql's header files. Tom Lane 10.9
2019-05-31 Fix C++ incompatibilities in plpgsql's header files. Tom Lane 12.0
2019-05-31 Fix C++ incompatibilities in plpgsql's header files. Tom Lane 11.4
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-01-04 Support plpgsql variable names that conflict with unreserved SQL keywords. Tom Lane 12.0
2018-10-05 Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields. Tom Lane 11.0
2018-10-05 Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields. Tom Lane 12.0
2018-02-15 Fix plpgsql to enforce domain checks when returning a NULL domain value. Tom Lane 11.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-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-21 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. Tom Lane 11.0
2017-12-09 Fix plpgsql to reinitialize record variables at block re-entry. Tom Lane 11.0
2017-12-08 In plpgsql, unify duplicate variables for record and row cases. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.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
2016-08-17 Improve plpgsql's memory management to fix some function-lifespan leaks. Tom Lane 10.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2015-08-22 Detect mismatched CONTINUE and EXIT statements at plpgsql compile time. Tom Lane 9.6.0
2015-08-15 Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks. Tom Lane 9.5.0
2015-08-15 Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks. Tom Lane 9.6.0
2015-07-17 Repair mishandling of cached cast-expression trees in plpgsql. Tom Lane 9.5.0