Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-05-09 | Fix recursive RECORD-returning plpython functions. | Tom Lane | 13.16 |
| 2024-05-07 | Don't corrupt plpython's "TD" dictionary in a recursive trigger call. | Tom Lane | 13.16 |
| 2024-04-01 | Avoid possible longjmp-induced logic error in PLy_trigger_build_args. | Tom Lane | 13.15 |
| 2023-05-04 | Move return statements out of PG_TRY blocks. | Nathan Bossart | 13.11 |
| 2019-11-25 | Make the order of the header file includes consistent. | Amit Kapila | 13.0 |
| 2019-11-04 | Fix some compiler warnings on older compilers | Peter Eisentraut | 13.0 |
| 2019-11-01 | PG_FINALLY | Peter Eisentraut | 13.0 |