Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-05-15 | Fix handling of polymorphic output arguments for procedures. | Tom Lane | 12.20 |
| 2022-04-20 | Fix breakage in AlterFunction(). | Tom Lane | 12.11 |
| 2021-09-21 | Fix misevaluation of STABLE parameters in CALL within plpgsql. | Tom Lane | 12.9 |
| 2021-05-21 | Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. | Tom Lane | 12.8 |
| 2019-02-09 | Create the infrastructure for planner support functions. | Tom Lane | 12.0 |
| 2019-01-29 | Refactor planner's header files. | Tom Lane | 12.0 |
| 2018-11-04 | Fix ExecuteCallStmt to not scribble on the passed-in parse tree. | Tom Lane | 12.0 |