index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
sql
Commit message (
Expand
)
Author
Age
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
Fix broken logic for reporting PL/Python function names in errcontext.
Tom Lane
2018-02-14
*
PL/Python: Fix tests for older Python versions
Peter Eisentraut
2018-01-22
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
*
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-03-27
*
Drop support for Python 2.3
Peter Eisentraut
2017-02-21
*
Format PL/Python module contents test vertically
Peter Eisentraut
2016-10-27
*
Remove platform-dependent PL/python test case.
Heikki Linnakangas
2016-10-26
*
Avoid using platform-dependent floats in test case.
Heikki Linnakangas
2016-10-26
*
Give a hint, when [] is incorrectly used for a composite type in array.
Heikki Linnakangas
2016-10-26
*
Support multi-dimensional arrays in PL/python.
Heikki Linnakangas
2016-10-26
*
Fix further hash table order dependent tests.
Andres Freund
2016-10-12
*
PL/Python: Clean up extended error reporting docs and tests
Peter Eisentraut
2016-06-15
*
PL/Python: Rename new keyword arguments of plpy.error() etc.
Peter Eisentraut
2016-06-11
*
PL/Python: Move ereport wrapper test cases to separate file
Peter Eisentraut
2016-06-07
*
Fix PL/Python ereport() test to work on Python 2.3.
Tom Lane
2016-04-09
*
Enhanced custom error in PLPythonu
Teodor Sigaev
2016-04-08
*
Fix PL/Python for recursion and interleaved set-returning functions.
Tom Lane
2016-04-05
*
Make plpython cope with funny characters in function names.
Tom Lane
2016-02-16
*
Fix plpython crash when returning string representation of a RECORD result.
Tom Lane
2015-08-21
*
PL/Python: Make tests pass with Python 3.5
Peter Eisentraut
2015-08-13
*
PL/Python: Avoid lossiness in float conversion
Peter Eisentraut
2015-03-11
*
Improve support for composite types in PL/Python.
Tom Lane
2014-07-03
*
Make plpython_unicode regression test work in more database encodings.
Tom Lane
2014-06-03
*
PL/Python: Adjust the regression tests for Python 3.4
Peter Eisentraut
2014-04-29
*
Add a regression test case for plpython function returning setof RECORD.
Tom Lane
2013-12-11
*
Handle domains over arrays like plain arrays in PL/python.
Heikki Linnakangas
2013-11-26
*
PL/Python: Adjust the regression tests for Python 3.3
Peter Eisentraut
2013-08-11
*
PL/Python: Make regression tests pass with older Python versions
Peter Eisentraut
2013-07-06
*
PL/Python: Convert numeric to Decimal
Peter Eisentraut
2013-07-05
*
PL/Python: Add result object str handler
Peter Eisentraut
2013-02-03
*
Handle SPIErrors raised directly in PL/Python code.
Heikki Linnakangas
2013-01-28
*
Fix plpython's handling of functions used as triggers on multiple tables.
Tom Lane
2013-01-25
*
PL/Python: Convert oid to long/int
Peter Eisentraut
2012-09-29
*
Adjust PL/Python regression tests some more for Python 3.3.
Tom Lane
2012-09-08
*
PL/Python: Adjust the regression tests for Python 3.3
Peter Eisentraut
2012-05-11
*
PL/Python: Fix slicing support for result objects for Python 3
Peter Eisentraut
2012-05-10
*
PL/Python: Improve test coverage
Peter Eisentraut
2012-05-02
*
PL/Python: Fix crash in functions returning SETOF and using SPI
Peter Eisentraut
2012-05-02
*
PL/Python: Accept strings in functions returning composite types
Peter Eisentraut
2012-04-26
*
PL/Python: Improve documentation of nrows() method
Peter Eisentraut
2012-04-16
*
PL/Python: Fix crash when colnames() etc. called without result set
Peter Eisentraut
2012-04-15
*
PL/Python: Add result metadata functions
Peter Eisentraut
2012-01-30
*
plpython: Add SPI cursor support
Peter Eisentraut
2011-12-05
*
Preserve SQLSTATE when an SPI error is propagated through PL/python
Heikki Linnakangas
2011-11-24
*
Fix two issues in plpython's handling of composite results.
Tom Lane
2011-08-17
[next]