index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
expected
/
plpython_error.out
Age
Commit message (
Expand
)
Author
2018-02-14
Fix broken logic for reporting PL/Python function names in errcontext.
Tom Lane
2013-01-28
Handle SPIErrors raised directly in PL/Python code.
Heikki Linnakangas
2012-07-04
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-02-01
Code review for plpgsql fn_signature patch.
Tom Lane
2012-01-31
Adjust expected regression test outputs for PL/python.
Robert Haas
2011-11-24
Preserve SQLSTATE when an SPI error is propagated through PL/python
Heikki Linnakangas
2011-04-06
Add traceback information to PL/Python errors
Peter Eisentraut
2011-02-28
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-02
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-01
Add validator to PL/Python
Peter Eisentraut
2011-01-27
Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut
2011-01-22
Get rid of the global variable holding the error state
Peter Eisentraut
2010-01-22
PL/Python DO handler
Peter Eisentraut
2010-01-16
Improved printing of Python exceptions in PL/Python
Peter Eisentraut
2009-08-24
Make PL/Python tests more compatible with Python 3
Peter Eisentraut
2009-08-12
Split the plpython regression test into test cases arranged by topic, instead
Peter Eisentraut
2009-07-20
Use errcontext mechanism in PL/Python
Peter Eisentraut
2009-01-16
plpython_error.out is for Python 2.4, plpython_error_3.out is for Python 2.5,
Peter Eisentraut
2009-01-15
Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and
Peter Eisentraut
2005-07-10
This patch addresses the problem mentioned in the "process crash
Bruce Momjian
2005-06-20
Remove read_file/write_file tests. These were originally intended to
Tom Lane
2005-05-14
Convert the existing regression test scripts for the various optional
Tom Lane