summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected
Commit message (Expand)AuthorAgeFilesLines
...
* PL/Python: Avoid lossiness in float conversionPeter Eisentraut2015-03-111-0/+8
* Improve support for composite types in PL/Python.Tom Lane2014-07-034-18/+35
* Make plpython_unicode regression test work in more database encodings.Tom Lane2014-06-031-6/+11
* PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut2014-04-291-3/+3
* Add a regression test case for plpython function returning setof RECORD.Tom Lane2013-12-111-2/+34
* Fix plpython3 expected output.Heikki Linnakangas2013-11-271-0/+3
* Oops, forgot to "git add" last minute changes to regression test.Heikki Linnakangas2013-11-261-0/+3
* Handle domains over arrays like plain arrays in PL/python.Heikki Linnakangas2013-11-262-0/+56
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2013-08-111-4/+4
* PL/Python: Make regression tests pass with older Python versionsPeter Eisentraut2013-07-062-18/+18
* PL/Python: Convert numeric to DecimalPeter Eisentraut2013-07-052-16/+82
* PL/Python: Add result object str handlerPeter Eisentraut2013-02-031-0/+18
* Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas2013-01-282-0/+52
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-251-0/+24
* PL/Python: Convert oid to long/intPeter Eisentraut2012-09-292-0/+56
* Adjust PL/Python regression tests some more for Python 3.3.Tom Lane2012-09-081-2/+2
* Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas2012-08-061-54/+0
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-046-15/+0
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2012-05-113-11/+21
* PL/Python: Fix slicing support for result objects for Python 3Peter Eisentraut2012-05-101-20/+55
* Python 2.2 is no longer supportedPeter Eisentraut2012-05-101-3/+0
* PL/Python: Improve test coveragePeter Eisentraut2012-05-022-0/+23
* PL/Python: Fix crash in functions returning SETOF and using SPIPeter Eisentraut2012-05-021-0/+16
* PL/Python: Accept strings in functions returning composite typesPeter Eisentraut2012-04-262-0/+53
* PL/Python: Improve documentation of nrows() methodPeter Eisentraut2012-04-161-0/+58
* PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut2012-04-151-10/+18
* Code review for plpgsql fn_signature patch.Tom Lane2012-02-012-4/+4
* Adjust expected regression test outputs for PL/python.Robert Haas2012-01-311-2/+2
* PL/Python: Add result metadata functionsPeter Eisentraut2012-01-301-1/+10
* plpython: Add SPI cursor supportPeter Eisentraut2011-12-055-3/+360
* Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas2011-11-242-0/+44
* Fix two issues in plpython's handling of composite results.Tom Lane2011-08-171-0/+21
* Set client encoding explicitly in plpython_unicode testPeter Eisentraut2011-04-164-52/+3
* Update regression test files for PL/Python traceback patchPeter Eisentraut2011-04-061-1/+4
* Add traceback information to PL/Python errorsPeter Eisentraut2011-04-069-41/+480
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-042-2/+3
* Additional PL/Python regression test expected filePeter Eisentraut2011-03-012-6/+373
* Fix regression tests after PL/Python custom SPI exceptions patchPeter Eisentraut2011-02-281-1/+1
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-285-15/+91
* PL/Python explicit subtransactionsPeter Eisentraut2011-02-274-3/+749
* Remove remaining expected file for Python 2.2Peter Eisentraut2011-02-272-57/+7
* Table function support for PL/PythonPeter Eisentraut2011-02-263-8/+385
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-222-3/+59
* Invalidate PL/Python functions with composite type argument when thePeter Eisentraut2011-02-192-0/+104
* Clean up missed change to plpython expected files.Tom Lane2011-02-021-2/+0
* Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut2011-02-022-20/+44
* Add validator to PL/PythonPeter Eisentraut2011-02-016-3/+193
* Do not prefix error messages with the string "PL/Python: "Peter Eisentraut2011-01-277-22/+22
* Improve exception usage in PL/PythonPeter Eisentraut2011-01-272-2/+2
* Also save the error detail in SPIErrorPeter Eisentraut2011-01-272-1/+2