summaryrefslogtreecommitdiff
path: root/src/pl/plpython
Commit message (Expand)AuthorAgeFilesLines
...
* Format PL/Python module contents test verticallyPeter Eisentraut2016-10-272-8/+25
* Remove platform-dependent PL/python test case.Heikki Linnakangas2016-10-263-29/+0
* Only treat Python Lists as array dimensions.Heikki Linnakangas2016-10-261-9/+1
* Avoid using platform-dependent floats in test case.Heikki Linnakangas2016-10-263-39/+10
* Fix regression test to also work with Python 2.Heikki Linnakangas2016-10-261-1/+1
* Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas2016-10-267-39/+129
* Support multi-dimensional arrays in PL/python.Heikki Linnakangas2016-10-266-59/+636
* Fix further hash table order dependent tests.Andres Freund2016-10-122-4/+4
* Fix misplacement of submake-generated-headers prerequisites.Tom Lane2016-10-011-1/+3
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-275-27/+9
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-151-2/+2
* Translation updatesPeter Eisentraut2016-08-082-109/+124
* Translation updatesPeter Eisentraut2016-07-181-15/+13
* PL/Python: Report argument parsing errors using exceptionsPeter Eisentraut2016-07-022-13/+38
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-011-5/+5
* Translation updatesPeter Eisentraut2016-06-203-235/+268
* PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut2016-06-152-121/+133
* PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut2016-06-113-99/+99
* pgindent run for 9.6Robert Haas2016-06-093-46/+49
* PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut2016-06-075-329/+329
* Translation updatesPeter Eisentraut2016-05-0910-716/+1216
* Fix freshly-introduced PL/Python portability bug.Tom Lane2016-04-111-0/+6
* Fix whitespacePeter Eisentraut2016-04-111-1/+0
* Fix missing "volatile" in PLy_output().Tom Lane2016-04-111-1/+1
* Fix poorly thought-through code from commit 5c3c3cd0a3046339.Tom Lane2016-04-111-2/+4
* Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane2016-04-101-43/+48
* Fix PL/Python ereport() test to work on Python 2.3.Tom Lane2016-04-092-12/+20
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-086-64/+652
* Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane2016-04-057-73/+401
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-122-7/+39
* Make plpython cope with funny characters in function names.Tom Lane2016-02-163-7/+17
* Remove no-longer-needed old-style check for incompatible plpythons.Tom Lane2016-01-111-27/+2
* Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane2016-01-111-10/+71
* Update copyright for 2016Bruce Momjian2016-01-022-2/+2
* Fix memory leaks in PL/Python.Tom Lane2015-11-0515-223/+221
* Fix hstore_plpython test when python3 is used.Andres Freund2015-10-041-0/+1
* Rearrange the handling of error context reports.Tom Lane2015-09-0512-311/+0
* Fix plpython crash when returning string representation of a RECORD result.Tom Lane2015-08-213-2/+259
* PL/Python: Make tests pass with Python 3.5Peter Eisentraut2015-08-136-16/+445
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-022-5/+9
* Translation updatesPeter Eisentraut2015-06-281-85/+53
* pgindent run for 9.5Bruce Momjian2015-05-232-47/+48
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+2
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-191-4/+8
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-181-8/+4
* PL/Python: Remove procedure cache invalidationPeter Eisentraut2015-05-121-24/+0
* Fix python_includespec on Windows at configure timeAndrew Dunstan2015-05-031-4/+2
* Windows also needs an override of the shared libpython detectionPeter Eisentraut2015-05-021-1/+0
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-011-32/+0
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-291-1/+1