aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql/plpython_trigger.sql
Commit message (Expand)AuthorAge
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-25
* Adjust PL/Python regression tests some more for Python 3.3.Tom Lane2012-09-08
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2012-05-11
* PL/Python: Accept strings in functions returning composite typesPeter Eisentraut2012-04-26
* Table function support for PL/PythonPeter Eisentraut2011-02-26
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Fix plpython so that it again honors typmod while assigning to tuple fields.Tom Lane2010-10-11
* Support triggers on views.Tom Lane2010-10-10
* Python 3 support in PL/PythonPeter Eisentraut2009-12-15
* Add Unicode support in PL/PythonPeter Eisentraut2009-09-12
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-24
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-13
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-12