summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
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
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-17Translation updatesPeter Eisentraut
2014-11-03Re-remove dependency on the DLL of pythonxx.def file.Noah Misch
2014-10-06Translation updatesPeter Eisentraut
2014-07-21Translation updatesPeter Eisentraut
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-05Remove dead typeStruct variable from plpy_spi.c.Kevin Grittner
2014-07-03Improve support for composite types in PL/Python.Tom Lane
2014-06-03Make plpython_unicode regression test work in more database encodings.Tom Lane
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane