aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_spi.out
Commit message (Expand)AuthorAge
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-07
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-08
* PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut2017-03-27
* Fix further hash table order dependent tests.Andres Freund2016-10-12
* Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane2016-04-05
* Rearrange the handling of error context reports.Tom Lane2015-09-05
* Improve support for composite types in PL/Python.Tom Lane2014-07-03
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2013-08-11
* PL/Python: Add result object str handlerPeter Eisentraut2013-02-03
* PL/Python: Fix slicing support for result objects for Python 3Peter Eisentraut2012-05-10
* PL/Python: Improve test coveragePeter Eisentraut2012-05-02
* PL/Python: Improve documentation of nrows() methodPeter Eisentraut2012-04-16
* PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut2012-04-15
* PL/Python: Add result metadata functionsPeter Eisentraut2012-01-30
* plpython: Add SPI cursor supportPeter Eisentraut2011-12-05
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Improve PL/Python elog outputPeter Eisentraut2009-11-03
* Use generic attribute management in PL/PythonPeter Eisentraut2009-08-25
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-24
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-12