Commits

DateSubjectAuthorReleases
2026-06-21 plpython: Use funccache.c infrastructure for procedure caching. Tom Lane 19 (unreleased)
2025-10-23 Avoid memory leak in validation of a PL/Python trigger function. Tom Lane 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
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
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
2017-11-16 Make PL/Python handle domain-type conversions correctly. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2016-01-12 Remove no-longer-needed old-style check for incompatible plpythons. Tom Lane 9.6.0
2016-01-12 Avoid dump/reload problems when using both plpython2 and plpython3. Tom Lane 9.2.15
2016-01-12 Avoid dump/reload problems when using both plpython2 and plpython3. Tom Lane 9.4.6
2016-01-12 Avoid dump/reload problems when using both plpython2 and plpython3. Tom Lane 9.3.11
2016-01-12 Avoid dump/reload problems when using both plpython2 and plpython3. Tom Lane 9.5.1
2016-01-12 Avoid dump/reload problems when using both plpython2 and plpython3. Tom Lane 9.6.0
2015-11-05 Fix memory leaks in PL/Python. Tom Lane 9.6.0
2015-01-12 Fix some functions that were declared static then defined not-static. Tom Lane 9.2.10