summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected
Commit message (Expand)AuthorAgeFilesLines
...
* Quick hack to un-break plpython regression tests.Tom Lane2011-01-221-2/+1
* Get rid of the global variable holding the error statePeter Eisentraut2011-01-222-6/+11
* Correctly add exceptions to the plpy module for Python 3Peter Eisentraut2011-01-211-0/+13
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-233-3/+3
* Fix aboriginal mistake in plpython's set-returning-function support.Tom Lane2010-11-151-0/+17
* Fix plpython so that it again honors typmod while assigning to tuple fields.Tom Lane2010-10-111-0/+26
* Support triggers on views.Tom Lane2010-10-101-4/+74
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-0/+1
* Update Python version informationPeter Eisentraut2010-06-121-1/+1
* Add a regression test case for bug #5497Peter Eisentraut2010-06-122-0/+24
* Use data-type specific conversion functions also in plpy.executePeter Eisentraut2010-03-182-29/+151
* PL/Python DO handlerPeter Eisentraut2010-01-222-2/+7
* Improved printing of Python exceptions in PL/PythonPeter Eisentraut2010-01-166-193/+13
* Python 3 support in PL/PythonPeter Eisentraut2009-12-154-1/+601
* PL/Python array supportPeter Eisentraut2009-12-101-0/+110
* Improve PL/Python elog outputPeter Eisentraut2009-11-034-107/+110
* First committed version of plpython_unicode_0.out did not actually contain theTom Lane2009-10-151-3/+3
* Add alternative expected file for unicode test for client encoding not UTF8Peter Eisentraut2009-10-142-1/+52
* Fix Unicode support in PL/PythonPeter Eisentraut2009-09-134-0/+161
* Add Unicode support in PL/PythonPeter Eisentraut2009-09-125-121/+59
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-091-9/+115
* Enhanced error context support in PL/PythonPeter Eisentraut2009-08-257-23/+40
* Use generic attribute management in PL/PythonPeter Eisentraut2009-08-251-0/+21
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-248-26/+32
* Remove the test case that depends on the platform's float output format.Peter Eisentraut2009-08-141-8/+0
* PL/Python regression tests for data type handlingPeter Eisentraut2009-08-141-0/+378
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-136-16/+347
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-1219-1142/+1247
* Use errcontext mechanism in PL/PythonPeter Eisentraut2009-07-204-24/+70
* Defend against possible crash if a plpython function does not specify namesTom Lane2009-04-032-2/+11
* Manual attempt to update this file.Peter Eisentraut2009-01-161-12/+12
* plpython_error.out is for Python 2.4, plpython_error_3.out is for Python 2.5,Peter Eisentraut2009-01-162-20/+20
* Cleanup pass over PL/Python NLS. Add translation support to PLy_elog andPeter Eisentraut2009-01-152-19/+18
* Fix plpython to not get totally confused by OUT arguments. (It still doesn'tTom Lane2008-05-032-0/+26
* Fix plpython to work (or at least pass its regression tests) withTom Lane2006-11-211-0/+38
* Remove use of whrandom module, which was removed in Python 2.5.Peter Eisentraut2006-10-161-1/+0
* Allow PL/python to return composite types and result setsBruce Momjian2006-09-023-32/+461
* Looks like the new plpython regression test fails on older pythons. See if th...Andrew Dunstan2006-05-271-1/+3
* Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan2006-05-261-0/+55
* Adjust plpython for escape_string_warning.Bruce Momjian2006-03-081-4/+4
* Adjust PL regression tests for escape_string_warning.Bruce Momjian2006-03-081-3/+3
* Update the expected regression test results to account for the changes toNeil Conway2006-03-011-1/+1
* Tweak the error message emitted when a void-returning PL/Python functionNeil Conway2006-02-281-2/+2
* Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway2006-02-282-0/+27
* Add an expected case to cover error message as spelled by python 2.2.3.Tom Lane2005-10-041-0/+38
* Add variant expected file to cope with different spelling of a PythonTom Lane2005-07-241-0/+38
* This patch addresses the problem mentioned in the "process crashBruce Momjian2005-07-103-0/+42
* Remove read_file/write_file tests. These were originally intended toTom Lane2005-06-202-20/+0
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-146-0/+564