summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_error_0.out
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+152