Commit Graph

31 Commits (eb62398f391eedee7953becb410bf3ae86b9872b)

Author SHA1 Message Date
Peter Eisentraut eb62398f39 Fix Unicode support in PL/Python 17 years ago
Peter Eisentraut 4ab6ebf3f4 Add Unicode support in PL/Python 17 years ago
Peter Eisentraut 3ab8b7fa6f Fix/improve bytea and boolean support in PL/Python 17 years ago
Peter Eisentraut 27c405d61a Enhanced error context support in PL/Python 17 years ago
Peter Eisentraut 983d10833e Use generic attribute management in PL/Python 17 years ago
Peter Eisentraut 5dff93638c Make PL/Python tests more compatible with Python 3 17 years ago
Peter Eisentraut efc1aeb85a Remove the test case that depends on the platform's float output format. 17 years ago
Peter Eisentraut 0c738084fb PL/Python regression tests for data type handling 17 years ago
Peter Eisentraut cfe380a6dd Augment test coverage in PL/Python, especially for error conditions. 17 years ago
Peter Eisentraut 9d9848668f Split the plpython regression test into test cases arranged by topic, instead 17 years ago
Peter Eisentraut 5106bdc450 Use errcontext mechanism in PL/Python 17 years ago
Tom Lane cd331e4b84 Defend against possible crash if a plpython function does not specify names 17 years ago
Peter Eisentraut 56ac25c115 Manual attempt to update this file. 17 years ago
Peter Eisentraut 1fb1049836 plpython_error.out is for Python 2.4, plpython_error_3.out is for Python 2.5, 17 years ago
Peter Eisentraut f8c8386a08 Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and 17 years ago
Tom Lane bdc7dd6799 Fix plpython to not get totally confused by OUT arguments. (It still doesn't 18 years ago
Tom Lane c714e5cba7 Fix plpython to work (or at least pass its regression tests) with 19 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 485541a3aa Update the expected regression test results to account for the changes to 20 years ago
Neil Conway 2b8afe6193 Tweak the error message emitted when a void-returning PL/Python function 20 years ago
Neil Conway 87daae1143 Allow PL/Python functions to return void, per gripe from James Robinson 20 years ago
Tom Lane 1e6201a22c Add an expected case to cover error message as spelled by python 2.2.3. 21 years ago
Tom Lane a8a3c3c4d6 Add variant expected file to cope with different spelling of a Python 21 years ago
Bruce Momjian 37f11c3081 This patch addresses the problem mentioned in the "process crash 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