Commits

DateSubjectAuthorReleases
2026-06-21 plpython: Use funccache.c infrastructure for procedure caching. Tom Lane 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in more areas of the tree Michael Paquier 19 (unreleased)
2025-10-23 Avoid memory leak in validation of a PL/Python trigger function. Tom Lane 19 (unreleased)
2025-08-21 PL/Python: Refactor for event trigger support Peter Eisentraut 19 (unreleased)
2025-04-27 Remove circular #include's between plpython.h and plpy_util.h. Tom Lane 18.0
2025-03-12 Prepare for Python "Limited API" in PL/Python Peter Eisentraut 18.0
2025-02-26 Revert "Prepare for Python "Limited API" in PL/Python" Peter Eisentraut 18.0
2025-02-26 Prepare for Python "Limited API" in PL/Python Peter Eisentraut 18.0
2024-10-28 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 18.0
2024-05-07 Don't corrupt plpython's "TD" dictionary in a recursive trigger call. Tom Lane 17.0
2024-05-07 Don't corrupt plpython's "TD" dictionary in a recursive trigger call. Tom Lane 16.4
2024-05-07 Don't corrupt plpython's "TD" dictionary in a recursive trigger call. Tom Lane 13.16
2024-05-07 Don't corrupt plpython's "TD" dictionary in a recursive trigger call. Tom Lane 14.13
2024-05-07 Don't corrupt plpython's "TD" dictionary in a recursive trigger call. Tom Lane 12.20
2024-05-07 Don't corrupt plpython's "TD" dictionary in a recursive trigger call. Tom Lane 15.8
2024-03-13 Make the order of the header file includes consistent Peter Eisentraut 17.0
2023-03-25 Add SysCacheGetAttrNotNull for guaranteed not-null attrs Daniel Gustafsson 16.0
2021-06-10 Reconsider the handling of procedure OUT parameters. Tom Lane 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-10-29 Don't use custom OID symbols in pg_type.dat, either. Tom Lane 14.0
2020-10-05 Support for OUT parameters in procedures Peter Eisentraut 14.0
2019-11-25 Make the order of the header file includes consistent. Amit Kapila 13.0
2019-08-05 Fix inconsistencies and typos in the tree, take 9 Michael Paquier 13.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-03-27 Allow memory contexts to have both fixed and variable ident strings. Tom Lane 11.0