summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql/plpython_test.sql
AgeCommit message (Expand)Author
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2016-10-27Format PL/Python module contents test verticallyPeter Eisentraut
2016-06-07PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut
2016-04-09Fix PL/Python ereport() test to work on Python 2.3.Tom Lane
2016-04-08Enhanced custom error in PLPythonuTeodor Sigaev
2016-02-17Make plpython cope with funny characters in function names.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-01-21Correctly add exceptions to the plpy module for Python 3Peter Eisentraut
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-11-03Improve PL/Python elog outputPeter 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
2009-04-03Defend against possible crash if a plpython function does not specify namesTom Lane
2008-05-03Fix plpython to not get totally confused by OUT arguments. (It still doesn'tTom Lane
2006-09-02Allow PL/python to return composite types and result setsBruce Momjian
2006-02-28Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway
2005-05-14Convert the existing regression test scripts for the various optionalTom Lane