Commits

DateSubjectAuthorReleases
2019-04-11 Move plpgsql error-trapping tests to a new module-specific test file. Tom Lane 12.0
2019-01-04 Support plpgsql variable names that conflict with unreserved SQL keywords. Tom Lane 12.0
2018-03-15 Clean up duplicate table and function names in regression tests. Tom Lane 11.0
2018-02-27 Use the correct tuplestore read pointer in a NamedTuplestoreScan. Tom Lane 11.0
2018-02-27 Use the correct tuplestore read pointer in a NamedTuplestoreScan. Tom Lane 10.4
2018-02-14 Support CONSTANT/NOT NULL/initial value for plpgsql composite variables. 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-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-09-05 Rearrange the handling of error context reports. Tom Lane 9.6.0