summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_trigger.out
Commit message (Expand)AuthorAgeFilesLines
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-251-0/+24
* 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/+37
* Table function support for PL/PythonPeter Eisentraut2011-02-261-0/+18
* 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/+26
* Support triggers on views.Tom Lane2010-10-101-4/+74
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-1/+1
* Improve PL/Python elog outputPeter Eisentraut2009-11-031-100/+100
* Add Unicode support in PL/PythonPeter Eisentraut2009-09-121-0/+27
* Enhanced error context support in PL/PythonPeter Eisentraut2009-08-251-4/+8
* 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-8/+279
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-0/+153