Commit Graph

137 Commits (2aa84520b3508dda273b9bbffab7bf87f0d98bf8)

Author SHA1 Message Date
Peter Eisentraut fc22b6623b Generated columns 7 years ago
Andres Freund 013f320dc3 Mop-up for 3522d0eaba, which missed some alternative output files. 8 years ago
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 8 years ago
Peter Eisentraut 7d8679975f Update expected files for older Python versions 8 years ago
Peter Eisentraut fa03769e4c Tweak tests to support Python 3.7 8 years ago
Peter Eisentraut 056a5a3f63 Allow committing inside cursor loop 8 years ago
Peter Eisentraut 33803f67f1 Support INOUT arguments in procedures 8 years ago
Tom Lane e748e902de Fix broken logic for reporting PL/Python function names in errcontext. 8 years ago
Peter Eisentraut f498704346 PL/Python: Fix tests for older Python versions 8 years ago
Peter Eisentraut 8561e4840c Transaction control in PL procedures 8 years ago
Peter Eisentraut e4128ee767 SQL procedures 8 years ago
Tom Lane 687f096ea9 Make PL/Python handle domain-type conversions correctly. 8 years ago
Peter Eisentraut 26d40ada3f Message style improvements 9 years ago
Peter Eisentraut 898d24ae2a PL/Python: Fix hint about returning composite type from Python 9 years ago
Alvaro Herrera 08aa550694 Update expected file 9 years ago
Kevin Grittner 5ebeb579b9 Follow-on cleanup for the transition table patch. 9 years ago
Peter Eisentraut 70ec3f1f8f PL/Python: Add cursor and execute methods to plan object 9 years ago
Peter Eisentraut 04aad40186 Drop support for Python 2.3 9 years ago
Andres Freund 8b07aee8c5 Adapt python regression tests to 69f4b9c85f. 9 years ago
Peter Eisentraut 84d457edaf Format PL/Python module contents test vertically 9 years ago
Heikki Linnakangas 8eb6337f9f Remove platform-dependent PL/python test case. 9 years ago
Heikki Linnakangas 73c8e8506c Avoid using platform-dependent floats in test case. 9 years ago
Heikki Linnakangas e131ba4fe5 Fix regression test to also work with Python 2. 9 years ago
Heikki Linnakangas 510e1b8ecf Give a hint, when [] is incorrectly used for a composite type in array. 9 years ago
Heikki Linnakangas 94aceed317 Support multi-dimensional arrays in PL/python. 9 years ago
Andres Freund ccbb852cd6 Fix further hash table order dependent tests. 9 years ago
Peter Eisentraut 3a4a33ad49 PL/Python: Report argument parsing errors using exceptions 10 years ago
Peter Eisentraut f0688d6e6c PL/Python: Clean up extended error reporting docs and tests 10 years ago
Peter Eisentraut 020140d84d PL/Python: Rename new keyword arguments of plpy.error() etc. 10 years ago
Peter Eisentraut 8359077124 PL/Python: Move ereport wrapper test cases to separate file 10 years ago
Tom Lane c7a141a986 Fix PL/Python ereport() test to work on Python 2.3. 10 years ago
Teodor Sigaev 5c3c3cd0a3 Enhanced custom error in PLPythonu 10 years ago
Tom Lane 1d2fe56e42 Fix PL/Python for recursion and interleaved set-returning functions. 10 years ago
Tom Lane 66f503868b Make plpython cope with funny characters in function names. 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 11 years ago
Tom Lane f469f634ad Fix plpython crash when returning string representation of a RECORD result. 11 years ago
Peter Eisentraut f16d52269a PL/Python: Make tests pass with Python 3.5 11 years ago
Peter Eisentraut ff2faeec5c PL/Python: Fix regression tests for Python 3 11 years ago
Peter Eisentraut 1ce7a57ca6 PL/Python: Avoid lossiness in float conversion 11 years ago
Tom Lane 8b6010b835 Improve support for composite types in PL/Python. 12 years ago
Tom Lane 2dfa15de55 Make plpython_unicode regression test work in more database encodings. 12 years ago
Peter Eisentraut d0765d50f4 PL/Python: Adjust the regression tests for Python 3.4 12 years ago
Tom Lane 6bff0e7d92 Add a regression test case for plpython function returning setof RECORD. 12 years ago
Heikki Linnakangas 4118f7e8ed Fix plpython3 expected output. 12 years ago
Heikki Linnakangas 4c83e0353f Oops, forgot to "git add" last minute changes to regression test. 12 years ago
Heikki Linnakangas 37364c6311 Handle domains over arrays like plain arrays in PL/python. 12 years ago
Peter Eisentraut 527ea66849 PL/Python: Adjust the regression tests for Python 3.3 13 years ago
Peter Eisentraut 8182ffde5a PL/Python: Make regression tests pass with older Python versions 13 years ago
Peter Eisentraut 7919398bac PL/Python: Convert numeric to Decimal 13 years ago
Peter Eisentraut 330ed4ac6c PL/Python: Add result object str handler 13 years ago