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
*
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-03-07
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Fix subtransaction test for Python 3.10
Peter Eisentraut
2021-06-05
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
*
Modernize Python exception syntax in tests
Peter Eisentraut
2020-01-08
*
Remove support for Python older than 2.6
Peter Eisentraut
2020-01-08
*
Generated columns
Peter Eisentraut
2019-03-30
*
Tweak tests to support Python 3.7
Peter Eisentraut
2018-05-03
*
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
[next]