aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql
Commit message (Expand)AuthorAge
* plpython: Add SPI cursor supportPeter Eisentraut2011-12-05
* Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas2011-11-24
* Fix two issues in plpython's handling of composite results.Tom Lane2011-08-17
* Set client encoding explicitly in plpython_unicode testPeter Eisentraut2011-04-16
* Add traceback information to PL/Python errorsPeter Eisentraut2011-04-06
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-28
* PL/Python explicit subtransactionsPeter Eisentraut2011-02-27
* Table function support for PL/PythonPeter Eisentraut2011-02-26
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-22
* Invalidate PL/Python functions with composite type argument when thePeter Eisentraut2011-02-19
* Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut2011-02-02
* Add validator to PL/PythonPeter Eisentraut2011-02-01
* Correctly add exceptions to the plpy module for Python 3Peter Eisentraut2011-01-21
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Fix aboriginal mistake in plpython's set-returning-function support.Tom Lane2010-11-15
* Fix plpython so that it again honors typmod while assigning to tuple fields.Tom Lane2010-10-11
* Support triggers on views.Tom Lane2010-10-10
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Add a regression test case for bug #5497Peter Eisentraut2010-06-12
* Use data-type specific conversion functions also in plpy.executePeter Eisentraut2010-03-18
* PL/Python DO handlerPeter Eisentraut2010-01-22
* Python 3 support in PL/PythonPeter Eisentraut2009-12-15
* PL/Python array supportPeter Eisentraut2009-12-10
* Improve PL/Python elog outputPeter Eisentraut2009-11-03
* Add Unicode support in PL/PythonPeter Eisentraut2009-09-12
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-09
* Use generic attribute management in PL/PythonPeter Eisentraut2009-08-25
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-24
* Remove the test case that depends on the platform's float output format.Peter Eisentraut2009-08-14
* PL/Python regression tests for data type handlingPeter Eisentraut2009-08-14
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-13
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-12
* Defend against possible crash if a plpython function does not specify namesTom Lane2009-04-03
* Fix plpython to not get totally confused by OUT arguments. (It still doesn'tTom Lane2008-05-03
* Remove use of whrandom module, which was removed in Python 2.5.Peter Eisentraut2006-10-16
* Allow PL/python to return composite types and result setsBruce Momjian2006-09-02
* Looks like the new plpython regression test fails on older pythons. See if th...Andrew Dunstan2006-05-27
* Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan2006-05-26
* Adjust plpython for escape_string_warning.Bruce Momjian2006-03-08
* Adjust PL regression tests for escape_string_warning.Bruce Momjian2006-03-08
* Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway2006-02-28
* This patch addresses the problem mentioned in the "process crashBruce Momjian2005-07-10
* Back out patch. This should be done like other server-side languages.Bruce Momjian2005-07-05
* This patch allows the PL/Python module to do (SRF) functions.Bruce Momjian2005-07-04
* Remove read_file/write_file tests. These were originally intended toTom Lane2005-06-20
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-14