Commits

DateSubjectAuthorReleases
2020-03-17 Refactor our checks for valid function and aggregate signatures. Tom Lane 13.0
2020-03-17 Adjust handling of an ANYARRAY actual input for an ANYARRAY argument. Tom Lane 13.0
2020-03-17 Remove bogus assertion about polymorphic SQL function result. Tom Lane 13.0
2019-12-10 Add backend-only appendStringInfoStringQuoted Alvaro Herrera 13.0
2019-05-09 Fix grammar in error message Peter Eisentraut 12.0
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-12-06 Fix some errhint and errdetail strings missing a period Michael Paquier 12.0
2018-07-24 Add strict_multi_assignment and too_many_rows plpgsql checks Tomas Vondra 12.0
2018-07-22 Deduplicate "invalid input syntax" messages for various types. Andres Freund 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
2018-01-10 Add tests for PL/pgSQL returning unnamed portals as refcursor Peter Eisentraut 11.0
2017-12-31 Improve regression tests' code coverage for plpgsql control structures. Tom Lane 11.0
2017-12-13 Start a separate test suite for plpgsql Peter Eisentraut 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-11-30 SQL procedures Peter Eisentraut 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
2017-06-28 Fix transition tables for ON CONFLICT. Andrew Gierth 10.0