summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql/plpython_trigger.sql
Commit message (Expand)AuthorAgeFilesLines
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-251-0/+18
* Adjust PL/Python regression tests some more for Python 3.3.Tom Lane2012-09-081-2/+2
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2012-05-111-2/+8
* PL/Python: Accept strings in functions returning composite typesPeter Eisentraut2012-04-261-0/+36
* Table function support for PL/PythonPeter Eisentraut2011-02-261-0/+20
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Fix plpython so that it again honors typmod while assigning to tuple fields.Tom Lane2010-10-111-0/+23
* Support triggers on views.Tom Lane2010-10-101-0/+17
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-1/+1
* Add Unicode support in PL/PythonPeter Eisentraut2009-09-121-0/+33
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-241-2/+2
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-131-5/+165
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-0/+95