Commits

DateSubjectAuthorReleases
2026-06-21 plpython: Use funccache.c infrastructure for procedure caching. Tom Lane 19 (unreleased)
2026-01-15 plpython: Streamline initialization Peter Eisentraut 19 (unreleased)
2025-10-23 Avoid memory leak in validation of a PL/Python trigger function. Tom Lane 19 (unreleased)
2025-10-15 plpython: Remove support for major version conflict detection Peter Eisentraut 19 (unreleased)
2025-08-21 PL/Python: Add event trigger support Peter Eisentraut 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-26 Use PG_MODULE_MAGIC_EXT in our installable shared libraries. Tom Lane 18.0
2024-09-09 Don't bother checking the result of SPI_connect[_ext] anymore. Tom Lane 18.0
2023-04-19 Fix various typos and incorrect/outdated name references David Rowley 16.0
2022-07-18 Remove now superfluous declarations of dlsym()ed symbols. Andres Freund 16.0
2022-03-08 plpython: Code cleanup related to removal of Python 2 support. Andres Freund 15.0
2020-03-05 Remove the "opaque" pseudo-type and associated compatibility hacks. Tom Lane 13.0
2020-01-29 Invent "trusted" extensions, and remove the pg_pltemplate catalog. Tom Lane 13.0
2019-11-25 Make the order of the header file includes consistent. Amit Kapila 13.0
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2018-02-14 Fix broken logic for reporting PL/Python function names in errcontext. Tom Lane 11.0
2018-02-14 Fix broken logic for reporting PL/Python function names in errcontext. Tom Lane 9.5.12
2018-02-14 Fix broken logic for reporting PL/Python function names in errcontext. Tom Lane 9.4.17
2018-02-14 Fix broken logic for reporting PL/Python function names in errcontext. Tom Lane 9.3.22
2018-02-14 Fix broken logic for reporting PL/Python function names in errcontext. Tom Lane 10.3
2018-02-14 Fix broken logic for reporting PL/Python function names in errcontext. Tom Lane 9.6.8
2018-01-22 Transaction control in PL procedures Peter Eisentraut 11.0
2017-11-30 SQL procedures Peter Eisentraut 11.0
2017-11-18 Consistently catch errors from Python _New() functions Peter Eisentraut 11.0