summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust PL/Python regression tests some more for Python 3.3.Tom Lane2012-09-081-2/+2
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2012-05-113-5/+17
* PL/Python: Fix slicing support for result objects for Python 3Peter Eisentraut2012-05-101-15/+36
* PL/Python: Improve test coveragePeter Eisentraut2012-05-022-0/+17
* PL/Python: Fix crash in functions returning SETOF and using SPIPeter Eisentraut2012-05-021-0/+12
* PL/Python: Accept strings in functions returning composite typesPeter Eisentraut2012-04-262-0/+46
* 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-052-0/+168
* Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas2011-11-241-0/+20
* Fix two issues in plpython's handling of composite results.Tom Lane2011-08-171-0/+15
* Set client encoding explicitly in plpython_unicode testPeter Eisentraut2011-04-161-0/+2
* Add traceback information to PL/Python errorsPeter Eisentraut2011-04-061-0/+105
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-042-2/+4
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-281-0/+21
* PL/Python explicit subtransactionsPeter Eisentraut2011-02-271-0/+244
* Table function support for PL/PythonPeter Eisentraut2011-02-263-3/+189
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-221-0/+33
* Invalidate PL/Python functions with composite type argument when thePeter Eisentraut2011-02-191-0/+43
* Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut2011-02-021-0/+22
* Add validator to PL/PythonPeter Eisentraut2011-02-011-0/+23
* Correctly add exceptions to the plpy module for Python 3Peter Eisentraut2011-01-211-0/+11
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-233-3/+3
* Fix aboriginal mistake in plpython's set-returning-function support.Tom Lane2010-11-151-0/+11
* Fix plpython so that it again honors typmod while assigning to tuple fields.Tom Lane2010-10-111-0/+23
* Support triggers on views.Tom Lane2010-10-101-0/+17
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-193-4/+2
* Add a regression test case for bug #5497Peter Eisentraut2010-06-121-0/+8
* Use data-type specific conversion functions also in plpy.executePeter Eisentraut2010-03-181-0/+50
* PL/Python DO handlerPeter Eisentraut2010-01-221-0/+3
* Python 3 support in PL/PythonPeter Eisentraut2009-12-152-1/+6
* PL/Python array supportPeter Eisentraut2009-12-101-0/+65
* Improve PL/Python elog outputPeter Eisentraut2009-11-031-0/+1
* Add Unicode support in PL/PythonPeter Eisentraut2009-09-122-11/+45
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-091-2/+52
* Use generic attribute management in PL/PythonPeter Eisentraut2009-08-251-0/+18
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-247-22/+28
* Remove the test case that depends on the platform's float output format.Peter Eisentraut2009-08-141-1/+0
* PL/Python regression tests for data type handlingPeter Eisentraut2009-08-141-0/+157
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-137-16/+224
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-1214-656/+663
* Defend against possible crash if a plpython function does not specify namesTom Lane2009-04-032-2/+7
* Fix plpython to not get totally confused by OUT arguments. (It still doesn'tTom Lane2008-05-032-0/+18
* Remove use of whrandom module, which was removed in Python 2.5.Peter Eisentraut2006-10-161-1/+0
* Allow PL/python to return composite types and result setsBruce Momjian2006-09-023-32/+204
* Looks like the new plpython regression test fails on older pythons. See if th...Andrew Dunstan2006-05-271-1/+3
* Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan2006-05-261-0/+31
* Adjust plpython for escape_string_warning.Bruce Momjian2006-03-081-4/+4
* Adjust PL regression tests for escape_string_warning.Bruce Momjian2006-03-081-3/+3