summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_test.out
Commit message (Expand)AuthorAgeFilesLines
* plpython: Add SPI cursor supportPeter Eisentraut2011-12-051-3/+3
* Add traceback information to PL/Python errorsPeter Eisentraut2011-04-061-1/+4
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-041-1/+1
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-281-3/+3
* PL/Python explicit subtransactionsPeter Eisentraut2011-02-271-3/+3
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-221-3/+3
* Do not prefix error messages with the string "PL/Python: "Peter Eisentraut2011-01-271-1/+1
* Get rid of the global variable holding the error statePeter Eisentraut2011-01-221-1/+1
* Correctly add exceptions to the plpy module for Python 3Peter Eisentraut2011-01-211-0/+13
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-0/+9
* Improve PL/Python elog outputPeter Eisentraut2009-11-031-5/+8
* 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/+24
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-547/+12
* Use errcontext mechanism in PL/PythonPeter Eisentraut2009-07-201-0/+2
* Defend against possible crash if a plpython function does not specify namesTom Lane2009-04-031-1/+7
* Cleanup pass over PL/Python NLS. Add translation support to PLy_elog andPeter Eisentraut2009-01-151-3/+2
* Fix plpython to not get totally confused by OUT arguments. (It still doesn'tTom Lane2008-05-031-0/+15
* Allow PL/python to return composite types and result setsBruce Momjian2006-09-021-0/+341
* Update the expected regression test results to account for the changes toNeil Conway2006-03-011-1/+1
* Tweak the error message emitted when a void-returning PL/Python functionNeil Conway2006-02-281-2/+2
* Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway2006-02-281-0/+16
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-141-0/+184