summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2018-08-06Translation updatesPeter Eisentraut
2018-05-07Translation updatesPeter Eisentraut
2018-05-05Tweak tests to support Python 3.7Peter Eisentraut
2018-02-14Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane
2018-02-05Translation updatesPeter Eisentraut
2017-08-28Translation updatesPeter Eisentraut
2017-08-07Translation updatesPeter Eisentraut
2017-05-08Translation updatesPeter Eisentraut
2017-02-06Translation updatesPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-12-09Be more careful about Python refcounts while creating exception objects.Tom Lane
2016-10-24Translation updatesPeter Eisentraut
2016-08-08Translation updatesPeter Eisentraut
2016-05-09Translation updatesPeter Eisentraut
2016-04-11Fix freshly-introduced PL/Python portability bug.Tom Lane
2016-04-10Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane
2016-03-28Translation updatesPeter Eisentraut
2016-02-16Make plpython cope with funny characters in function names.Tom Lane
2016-02-08Translation updatesPeter Eisentraut
2016-01-11Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane
2016-01-08PL/Python: Make tests pass with Python 3.5Tom Lane
2016-01-04Translation updatesPeter Eisentraut
2015-10-05Translation updatesPeter Eisentraut
2015-08-21Fix plpython crash when returning string representation of a RECORD result.Tom Lane
2015-08-03Translation updatesPeter Eisentraut
2015-08-02Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-06-28Translation updatesPeter Eisentraut
2015-05-23pgindent 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-12PL/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-01Move interpreter shared library detection to configurePeter Eisentraut
2015-04-29Fix 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-01Translation 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
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-15Translation updatesPeter Eisentraut
2014-11-16Translation updatesPeter Eisentraut