aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql
Commit message (Expand)AuthorAge
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-07
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-28
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Fix subtransaction test for Python 3.10Peter Eisentraut2021-06-05
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-05
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-08
* Remove support for Python older than 2.6Peter Eisentraut2020-01-08
* Generated columnsPeter Eisentraut2019-03-30
* Tweak tests to support Python 3.7Peter Eisentraut2018-05-03
* Allow committing inside cursor loopPeter Eisentraut2018-03-28
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane2018-02-14
* PL/Python: Fix tests for older Python versionsPeter Eisentraut2018-01-22
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* SQL proceduresPeter Eisentraut2017-11-30
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-16
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut2017-03-27
* Drop support for Python 2.3Peter Eisentraut2017-02-21
* Format PL/Python module contents test verticallyPeter Eisentraut2016-10-27
* Remove platform-dependent PL/python test case.Heikki Linnakangas2016-10-26
* Avoid using platform-dependent floats in test case.Heikki Linnakangas2016-10-26
* Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas2016-10-26
* Support multi-dimensional arrays in PL/python.Heikki Linnakangas2016-10-26
* Fix further hash table order dependent tests.Andres Freund2016-10-12
* PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut2016-06-15
* PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut2016-06-11
* PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut2016-06-07
* Fix PL/Python ereport() test to work on Python 2.3.Tom Lane2016-04-09
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-08
* Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane2016-04-05
* Make plpython cope with funny characters in function names.Tom Lane2016-02-16
* Fix plpython crash when returning string representation of a RECORD result.Tom Lane2015-08-21
* PL/Python: Make tests pass with Python 3.5Peter Eisentraut2015-08-13
* PL/Python: Avoid lossiness in float conversionPeter Eisentraut2015-03-11
* Improve support for composite types in PL/Python.Tom Lane2014-07-03
* Make plpython_unicode regression test work in more database encodings.Tom Lane2014-06-03
* PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut2014-04-29
* Add a regression test case for plpython function returning setof RECORD.Tom Lane2013-12-11
* Handle domains over arrays like plain arrays in PL/python.Heikki Linnakangas2013-11-26
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2013-08-11
* PL/Python: Make regression tests pass with older Python versionsPeter Eisentraut2013-07-06
* PL/Python: Convert numeric to DecimalPeter Eisentraut2013-07-05
* PL/Python: Add result object str handlerPeter Eisentraut2013-02-03
* Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas2013-01-28
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-25
* PL/Python: Convert oid to long/intPeter Eisentraut2012-09-29
* Adjust PL/Python regression tests some more for Python 3.3.Tom Lane2012-09-08
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2012-05-11
* PL/Python: Fix slicing support for result objects for Python 3Peter Eisentraut2012-05-10