summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql/plpython_spi.sql
Commit message (Expand)AuthorAgeFilesLines
* Improve support for composite types in PL/Python.Tom Lane2014-07-031-0/+12
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2013-08-111-1/+1
* PL/Python: Add result object str handlerPeter Eisentraut2013-02-031-0/+10
* PL/Python: Fix slicing support for result objects for Python 3Peter Eisentraut2012-05-101-15/+36
* PL/Python: Improve test coveragePeter Eisentraut2012-05-021-0/+15
* PL/Python: Improve documentation of nrows() methodPeter Eisentraut2012-04-161-0/+22
* PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut2012-04-151-3/+4
* PL/Python: Add result metadata functionsPeter Eisentraut2012-01-301-1/+4
* plpython: Add SPI cursor supportPeter Eisentraut2011-12-051-0/+116
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+1
* Use generic attribute management in PL/PythonPeter Eisentraut2009-08-251-0/+18
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-241-2/+2
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-131-1/+0
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-0/+90