summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-08Translation updatesPeter Eisentraut
2016-07-18Translation updatesPeter Eisentraut
2016-07-03PL/Python: Report argument parsing errors using exceptionsPeter Eisentraut
2016-07-01Provide and use a makefile target to build all generated headers.Tom Lane
2016-06-20Translation updatesPeter Eisentraut
2016-06-15PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut
2016-06-11PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut
2016-05-09Translation updatesPeter Eisentraut
2016-04-11Fix freshly-introduced PL/Python portability bug.Tom Lane
2016-04-11Fix whitespacePeter Eisentraut
2016-04-11Fix missing "volatile" in PLy_output().Tom Lane
2016-04-11Fix poorly thought-through code from commit 5c3c3cd0a3046339.Tom Lane
2016-04-11Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane
2016-04-09Fix PL/Python ereport() test to work on Python 2.3.Tom Lane
2016-04-08Enhanced custom error in PLPythonuTeodor Sigaev
2016-04-05Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-02-17Make plpython cope with funny characters in function names.Tom Lane
2016-01-12Remove no-longer-needed old-style check for incompatible plpythons.Tom Lane
2016-01-12Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-05Fix memory leaks in PL/Python.Tom Lane
2015-10-04Fix hstore_plpython test when python3 is used.Andres Freund
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-08-21Fix plpython crash when returning string representation of a RECORD result.Tom Lane
2015-08-14PL/Python: Make tests pass with Python 3.5Peter Eisentraut
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-06-29Translation updatesPeter Eisentraut
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-13PL/Python: Remove procedure cache invalidationPeter Eisentraut
2015-05-03Fix python_includespec on Windows at configure timeAndrew Dunstan
2015-05-02Windows also needs an override of the shared libpython detectionPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-26Add transforms featurePeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11PL/Python: Fix regression tests for Python 3Peter Eisentraut
2015-03-11PL/Python: Avoid lossiness in float conversionPeter Eisentraut
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-02Translation updatesPeter Eisentraut
2015-01-12Fix some functions that were declared static then defined not-static.Tom Lane
2015-01-06Fix thinko in plpython error messageAlvaro Herrera