Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-10-16 | Further refine _SPI_execute_plan's rule for atomic execution. | Tom Lane | 12.21 |
| 2024-06-07 | Fix behavior of stable functions called from a CALL's argument list. | Tom Lane | 12.20 |
| 2022-06-22 | Fix SPI's handling of errors during transaction commit. | Tom Lane | 12.12 |
| 2021-05-21 | Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. | Tom Lane | 12.8 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-04-19 | Fix problems with auto-held portals. | Tom Lane | 12.0 |
| 2018-10-08 | Advance transaction timestamp for intra-procedure transactions. | Tom Lane | 12.0 |
| 2018-09-08 | Save/restore SPI's global variables in SPI_connect() and SPI_finish(). | Tom Lane | 12.0 |