summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql/plpython_test.sql
Commit message (Expand)AuthorAgeFilesLines
* Format PL/Python module contents test verticallyPeter Eisentraut2016-10-271-2/+2
* PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut2016-06-071-138/+0
* Fix PL/Python ereport() test to work on Python 2.3.Tom Lane2016-04-091-2/+6
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-081-2/+135
* Make plpython cope with funny characters in function names.Tom Lane2016-02-161-3/+3
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-041-1/+1
* Correctly add exceptions to the plpy module for Python 3Peter Eisentraut2011-01-211-0/+11
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-0/+5
* Improve PL/Python elog outputPeter Eisentraut2009-11-031-0/+1
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-241-1/+1
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-131-0/+15
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-144/+14
* Defend against possible crash if a plpython function does not specify namesTom Lane2009-04-031-1/+2
* Fix plpython to not get totally confused by OUT arguments. (It still doesn'tTom Lane2008-05-031-0/+5
* Allow PL/python to return composite types and result setsBruce Momjian2006-09-021-0/+70
* Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway2006-02-281-0/+5
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-141-0/+70