index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
expected
/
plpython_function.out
Age
Commit message (
Expand
)
Author
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-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-10-16
Remove use of whrandom module, which was removed in Python 2.5.
Peter Eisentraut
2006-09-02
Allow PL/python to return composite types and result sets
Bruce Momjian
2006-05-27
Looks like the new plpython regression test fails on older pythons. See if th...
Andrew Dunstan
2006-05-26
Add table_name and table_schema to plpython trigger data, plus docs and regre...
Andrew Dunstan
2006-03-08
Adjust plpython for escape_string_warning.
Bruce Momjian
2006-03-08
Adjust PL regression tests for escape_string_warning.
Bruce Momjian
2006-02-28
Allow PL/Python functions to return void, per gripe from James Robinson
Neil Conway
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