summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_procedure.h
AgeCommit message (Expand)Author
2024-05-07Don't corrupt plpython's "TD" dictionary in a recursive trigger call.Tom Lane
2017-11-30SQL proceduresPeter Eisentraut
2017-11-16Make PL/Python handle domain-type conversions correctly.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2016-04-05Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane
2015-11-05Fix memory leaks in PL/Python.Tom Lane
2015-04-26Add transforms featurePeter Eisentraut
2013-01-25Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-13Create a stack of pl/python "execution contexts".Tom Lane
2011-12-29PL/Python: Add argument names to function declarationsPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut