Commit Graph

15 Commits (501255114d0266a599c2b52fdf15fe8cac0a4650)

Author SHA1 Message Date
Peter Eisentraut 9d9848668f Split the plpython regression test into test cases arranged by topic, instead 17 years ago
Tom Lane cd331e4b84 Defend against possible crash if a plpython function does not specify names 17 years ago
Tom Lane bdc7dd6799 Fix plpython to not get totally confused by OUT arguments. (It still doesn't 18 years ago
Peter Eisentraut 3e584e071b Remove use of whrandom module, which was removed in Python 2.5. 19 years ago
Bruce Momjian 819f22a302 Allow PL/python to return composite types and result sets 20 years ago
Andrew Dunstan 51b40f03a4 Looks like the new plpython regression test fails on older pythons. See if this works. 20 years ago
Andrew Dunstan 0a269db9cf Add table_name and table_schema to plpython trigger data, plus docs and regression test. 20 years ago
Bruce Momjian c574106a66 Adjust plpython for escape_string_warning. 20 years ago
Bruce Momjian bc0be355c8 Adjust PL regression tests for escape_string_warning. 20 years ago
Neil Conway 87daae1143 Allow PL/Python functions to return void, per gripe from James Robinson 20 years ago
Bruce Momjian 37f11c3081 This patch addresses the problem mentioned in the "process crash 21 years ago
Bruce Momjian 2d6c375c5f Back out patch. This should be done like other server-side languages. 21 years ago
Bruce Momjian af8756713f This patch allows the PL/Python module to do (SRF) functions. 21 years ago
Tom Lane 59ee9448a8 Remove read_file/write_file tests. These were originally intended to 21 years ago
Tom Lane 0ff7a2c2ad Convert the existing regression test scripts for the various optional 21 years ago