Commits

DateSubjectAuthorReleases
2018-02-13 Make plpgsql use its DTYPE_REC code paths for composite-type variables. Tom Lane 11.0
2017-12-31 Improve regression tests' code coverage for plpgsql control structures. Tom Lane 11.0
2017-12-10 Stabilize output of new regression test case. Tom Lane 11.0
2017-12-09 Fix plpgsql to reinitialize record variables at block re-entry. Tom Lane 11.0
2017-10-16 Fix incorrect handling of CTEs and ENRs as DML target relations. Tom Lane 11.0
2017-10-16 Fix incorrect handling of CTEs and ENRs as DML target relations. Tom Lane 10.1
2017-09-11 Prefer argument name over "$n" for the refname of a plpgsql argument. Tom Lane 11.0
2016-12-22 Fix handling of expanded objects in CoerceToDomain and CASE execution. Tom Lane 9.5.6
2016-12-22 Fix handling of expanded objects in CoerceToDomain and CASE execution. Tom Lane 9.6.2
2016-12-22 Fix handling of expanded objects in CoerceToDomain and CASE execution. Tom Lane 10.0
2016-12-13 Improve handling of array elements as getdiag_targets and cursor_variables. Tom Lane 10.0
2016-11-06 Need to do SPI_push/SPI_pop around expression evaluation in plpgsql. Tom Lane 10.0
2016-11-06 Need to do SPI_push/SPI_pop around expression evaluation in plpgsql. Tom Lane 9.6.2
2016-11-06 Need to do SPI_push/SPI_pop around expression evaluation in plpgsql. Tom Lane 9.5.6
2016-06-03 Mark read/write expanded values as read-only in ValuesNext(), too. Tom Lane 9.6.0
2016-06-03 Mark read/write expanded values as read-only in ValuesNext(), too. Tom Lane 9.5.4
2016-06-03 Mark read/write expanded values as read-only in ExecProject(). Tom Lane 9.6.0
2016-06-03 Mark read/write expanded values as read-only in ExecProject(). Tom Lane 9.5.4
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-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
2015-07-17 Repair mishandling of cached cast-expression trees in plpgsql. Tom Lane 9.6.0
2015-06-12 Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return(). Tom Lane 9.5.0