Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-09-25 | Collect dependency information for parsed CallStmts. | Tom Lane | 11.22 |
| 2023-08-24 | Avoid unnecessary plancache revalidation of utility statements. | Tom Lane | 11.22 |
| 2020-12-28 | Fix thinko in plpgsql memory leak fix. | Tom Lane | 11.11 |
| 2018-11-04 | Fix bugs in plpgsql's handling of CALL argument lists. | Tom Lane | 11.1 |
| 2018-08-23 | PL/pgSQL: Extend test case | Peter Eisentraut | 11.0 |
| 2018-04-14 | Support named and default arguments in CALL | Peter Eisentraut | 11.0 |
| 2018-04-05 | Fix plan cache issue in PL/pgSQL CALL | Peter Eisentraut | 11.0 |
| 2018-03-14 | Support INOUT arguments in procedures | Peter Eisentraut | 11.0 |
| 2018-03-04 | PL/pgSQL: Simplify RETURN checking for procedures | Peter Eisentraut | 11.0 |
| 2018-02-23 | Support parameters in CALL | Peter Eisentraut | 11.0 |
| 2017-12-13 | Start a separate test suite for plpgsql | Peter Eisentraut | 11.0 |