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
/
sql
/
plpython_test.sql
Age
Commit message (
Expand
)
Author
2011-03-04
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-01-21
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2009-12-15
Python 3 support in PL/Python
Peter Eisentraut
2009-11-03
Improve PL/Python elog output
Peter Eisentraut
2009-08-24
Make PL/Python tests more compatible with Python 3
Peter Eisentraut
2009-08-13
Augment test coverage in PL/Python, especially for error conditions.
Peter Eisentraut
2009-08-12
Split the plpython regression test into test cases arranged by topic, instead
Peter Eisentraut
2009-04-03
Defend against possible crash if a plpython function does not specify names
Tom Lane
2008-05-03
Fix plpython to not get totally confused by OUT arguments. (It still doesn't
Tom Lane
2006-09-02
Allow PL/python to return composite types and result sets
Bruce Momjian
2006-02-28
Allow PL/Python functions to return void, per gripe from James Robinson
Neil Conway
2005-05-14
Convert the existing regression test scripts for the various optional
Tom Lane