Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-10-16 | Further refine _SPI_execute_plan's rule for atomic execution. | Tom Lane | 14.14 |
| 2024-06-07 | Fix behavior of stable functions called from a CALL's argument list. | Tom Lane | 14.13 |
| 2024-05-15 | Fix handling of polymorphic output arguments for procedures. | Tom Lane | 14.13 |
| 2023-09-25 | Collect dependency information for parsed CallStmts. | Tom Lane | 14.10 |
| 2023-08-24 | Avoid unnecessary plancache revalidation of utility statements. | Tom Lane | 14.10 |
| 2021-06-10 | Reconsider the handling of procedure OUT parameters. | Tom Lane | 14.0 |
| 2020-12-28 | Fix thinko in plpgsql memory leak fix. | Tom Lane | 14.0 |
| 2020-10-05 | Support for OUT parameters in procedures | Peter Eisentraut | 14.0 |