summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql/plpython_trigger.sql
AgeCommit message (Expand)Author
2025-02-07Virtual generated columnsPeter Eisentraut
2024-05-07Don't corrupt plpython's "TD" dictionary in a recursive trigger call.Tom Lane
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2019-03-30Generated columnsPeter Eisentraut
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2013-01-25Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane
2012-09-08Adjust PL/Python regression tests some more for Python 3.3.Tom Lane
2012-05-11PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut
2012-04-26PL/Python: Accept strings in functions returning composite typesPeter Eisentraut
2011-02-26Table function support for PL/PythonPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-12Fix plpython so that it again honors typmod while assigning to tuple fields.Tom Lane
2010-10-10Support triggers on views.Tom Lane
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-09-12Add Unicode support in PL/PythonPeter Eisentraut
2009-08-24Make PL/Python tests more compatible with Python 3Peter Eisentraut
2009-08-13Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut
2009-08-12Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut