summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_function.out
AgeCommit message (Expand)Author
2009-08-12Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut
2009-07-20Use errcontext mechanism in PL/PythonPeter 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-10-16Remove use of whrandom module, which was removed in Python 2.5.Peter Eisentraut
2006-09-02Allow PL/python to return composite types and result setsBruce Momjian
2006-05-27Looks like the new plpython regression test fails on older pythons. See if th...Andrew Dunstan
2006-05-26Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan
2006-03-08Adjust plpython for escape_string_warning.Bruce Momjian
2006-03-08Adjust PL regression tests for escape_string_warning.Bruce Momjian
2006-02-28Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway
2005-07-10This patch addresses the problem mentioned in the "process crashBruce Momjian
2005-06-20Remove read_file/write_file tests. These were originally intended toTom Lane
2005-05-14Convert the existing regression test scripts for the various optionalTom Lane