summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_error.out
Commit message (Expand)AuthorAgeFilesLines
* Rearrange the handling of error context reports.Tom Lane2015-09-051-4/+0
* Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas2013-01-281-0/+26
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+0
* Code review for plpgsql fn_signature patch.Tom Lane2012-02-011-2/+2
* Adjust expected regression test outputs for PL/python.Robert Haas2012-01-311-2/+2
* Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas2011-11-241-0/+22
* Add traceback information to PL/Python errorsPeter Eisentraut2011-04-061-7/+186
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-281-3/+41
* Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut2011-02-021-10/+22
* Add validator to PL/PythonPeter Eisentraut2011-02-011-0/+24
* Do not prefix error messages with the string "PL/Python: "Peter Eisentraut2011-01-271-10/+10
* Get rid of the global variable holding the error statePeter Eisentraut2011-01-221-5/+10
* PL/Python DO handlerPeter Eisentraut2010-01-221-2/+1
* Improved printing of Python exceptions in PL/PythonPeter Eisentraut2010-01-161-6/+6
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-241-4/+4
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-24/+103
* Use errcontext mechanism in PL/PythonPeter Eisentraut2009-07-201-12/+19
* plpython_error.out is for Python 2.4, plpython_error_3.out is for Python 2.5,Peter Eisentraut2009-01-161-8/+8
* Cleanup pass over PL/Python NLS. Add translation support to PLy_elog andPeter Eisentraut2009-01-151-16/+16
* This patch addresses the problem mentioned in the "process crashBruce Momjian2005-07-101-0/+17
* Remove read_file/write_file tests. These were originally intended toTom Lane2005-06-201-13/+0
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-141-0/+34