Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-05-15 | Fix handling of polymorphic output arguments for procedures. | Tom Lane | 14.13 |
| 2022-04-20 | Fix breakage in AlterFunction(). | Tom Lane | 14.3 |
| 2021-09-21 | Fix misevaluation of STABLE parameters in CALL within plpgsql. | Tom Lane | 14.0 |
| 2021-06-10 | Reconsider the handling of procedure OUT parameters. | Tom Lane | 14.0 |
| 2021-05-21 | Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. | Tom Lane | 14.0 |
| 2021-04-15 | Provide query source text when parsing a SQL-standard function body. | Tom Lane | 14.0 |
| 2021-04-15 | Undo decision to allow pg_proc.prosrc to be NULL. | Tom Lane | 14.0 |
| 2021-01-04 | Re-implement pl/pgsql's expression and assignment parsing. | Tom Lane | 14.0 |