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
/
expected
/
plpython_test.out
Commit message (
Expand
)
Author
Age
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Format PL/Python module contents test vertically
Peter Eisentraut
2016-10-27
*
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
*
Make plpython cope with funny characters in function names.
Tom Lane
2016-02-16
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
*
plpython: Add SPI cursor support
Peter Eisentraut
2011-12-05
*
Add traceback information to PL/Python errors
Peter Eisentraut
2011-04-06
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
*
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-28
*
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
*
Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut
2011-01-27
*
Get rid of the global variable holding the error state
Peter Eisentraut
2011-01-22
*
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-21
*
Python 3 support in PL/Python
Peter Eisentraut
2009-12-15
*
Improve PL/Python elog output
Peter Eisentraut
2009-11-03
*
Make PL/Python tests more compatible with Python 3
Peter Eisentraut
2009-08-24
*
Augment test coverage in PL/Python, especially for error conditions.
Peter Eisentraut
2009-08-13
*
Split the plpython regression test into test cases arranged by topic, instead
Peter Eisentraut
2009-08-12
*
Use errcontext mechanism in PL/Python
Peter Eisentraut
2009-07-20
*
Defend against possible crash if a plpython function does not specify names
Tom Lane
2009-04-03
*
Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and
Peter Eisentraut
2009-01-15
*
Fix plpython to not get totally confused by OUT arguments. (It still doesn't
Tom Lane
2008-05-03
*
Allow PL/python to return composite types and result sets
Bruce Momjian
2006-09-02
*
Update the expected regression test results to account for the changes to
Neil Conway
2006-03-01
*
Tweak the error message emitted when a void-returning PL/Python function
Neil Conway
2006-02-28
*
Allow PL/Python functions to return void, per gripe from James Robinson
Neil Conway
2006-02-28
*
Convert the existing regression test scripts for the various optional
Tom Lane
2005-05-14