summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql
Commit message (Expand)AuthorAgeFilesLines
* Tighten array dimensionality checks in Python -> SQL array conversion.Tom Lane2023-05-041-3/+47
* Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane2023-04-281-0/+7
* Fix a couple of typosMichael Paquier2023-03-221-1/+1
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-0721-251/+243
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-281-0/+30
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-101-1/+1
* Fix subtransaction test for Python 3.10Peter Eisentraut2021-06-051-2/+5
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-051-0/+19
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-087-13/+13
* Remove support for Python older than 2.6Peter Eisentraut2020-01-081-37/+0
* Generated columnsPeter Eisentraut2019-03-301-0/+37
* Tweak tests to support Python 3.7Peter Eisentraut2018-05-031-1/+1
* Allow committing inside cursor loopPeter Eisentraut2018-03-281-0/+36
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-141-0/+20
* Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane2018-02-141-0/+16
* PL/Python: Fix tests for older Python versionsPeter Eisentraut2018-01-221-2/+3
* Transaction control in PL proceduresPeter Eisentraut2018-01-221-0/+115
* SQL proceduresPeter Eisentraut2017-11-301-0/+41
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-161-0/+91
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-041-0/+24
* PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut2017-03-271-2/+16
* Drop support for Python 2.3Peter Eisentraut2017-02-211-6/+2
* Format PL/Python module contents test verticallyPeter Eisentraut2016-10-271-2/+2
* Remove platform-dependent PL/python test case.Heikki Linnakangas2016-10-261-7/+0
* Avoid using platform-dependent floats in test case.Heikki Linnakangas2016-10-261-9/+2
* Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas2016-10-261-0/+9
* Support multi-dimensional arrays in PL/python.Heikki Linnakangas2016-10-262-3/+95
* Fix further hash table order dependent tests.Andres Freund2016-10-121-2/+2
* PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut2016-06-151-58/+64
* PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut2016-06-111-31/+31
* PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut2016-06-072-138/+137
* Fix PL/Python ereport() test to work on Python 2.3.Tom Lane2016-04-091-2/+6
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-081-2/+135
* Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane2016-04-052-9/+22
* Make plpython cope with funny characters in function names.Tom Lane2016-02-161-3/+3
* Fix plpython crash when returning string representation of a RECORD result.Tom Lane2015-08-211-0/+41
* PL/Python: Make tests pass with Python 3.5Peter Eisentraut2015-08-131-2/+2
* PL/Python: Avoid lossiness in float conversionPeter Eisentraut2015-03-111-0/+1
* Improve support for composite types in PL/Python.Tom Lane2014-07-033-2/+14
* Make plpython_unicode regression test work in more database encodings.Tom Lane2014-06-031-3/+8
* PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut2014-04-291-1/+1
* Add a regression test case for plpython function returning setof RECORD.Tom Lane2013-12-111-3/+12
* Handle domains over arrays like plain arrays in PL/python.Heikki Linnakangas2013-11-261-0/+20
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2013-08-111-1/+1
* PL/Python: Make regression tests pass with older Python versionsPeter Eisentraut2013-07-061-1/+1
* PL/Python: Convert numeric to DecimalPeter Eisentraut2013-07-051-2/+7
* PL/Python: Add result object str handlerPeter Eisentraut2013-02-031-0/+10
* Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas2013-01-281-0/+30
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-251-0/+18
* PL/Python: Convert oid to long/intPeter Eisentraut2012-09-291-0/+10