summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
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
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-03-26Fix refcounting bug in PLy_modify_tuple().Tom Lane
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2014-02-14Cosmetic improvements in plpython's make rule for libpython import library.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-11Add a regression test case for plpython function returning setof RECORD.Tom Lane
2013-12-02Translation updatesPeter Eisentraut
2013-11-27Fix plpython3 expected output.Heikki Linnakangas
2013-11-26Oops, forgot to "git add" last minute changes to regression test.Heikki Linnakangas
2013-11-26Handle domains over arrays like plain arrays in PL/python.Heikki Linnakangas
2013-10-25Use improved vsnprintf calling logic in more places.Tom Lane
2013-10-07Translation updatesPeter Eisentraut
2013-09-02Translation updatesPeter Eisentraut
2013-08-11PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut