summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
2014-07-21Translation updatesPeter Eisentraut
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-06Remove tabs after spaces in C commentsBruce Momjian
2014-03-26Fix refcounting bug in PLy_modify_tuple().Tom Lane
2014-02-17Translation updatesPeter Eisentraut
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2013-12-02Translation updatesPeter Eisentraut
2013-10-07Translation updatesPeter Eisentraut
2013-04-01Translation updatesPeter Eisentraut
2013-02-04Translation updatesPeter Eisentraut
2013-01-25Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane
2012-12-03Translation updatesPeter Eisentraut
2012-08-14Translation updatesPeter Eisentraut
2012-08-06Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas
2012-07-05Revert part of the previous patch that avoided using PLy_elog().Heikki Linnakangas
2012-07-05Fix mapping of PostgreSQL encodings to Python encodings.Heikki Linnakangas
2012-05-31Translation updatesPeter Eisentraut
2012-04-26PL/Python: Accept strings in functions returning composite typesPeter Eisentraut
2012-04-25PL/Python: Improve error messagesPeter Eisentraut
2012-03-13Patch some corner-case bugs in pl/python.Tom Lane
2012-02-23Translation updatesPeter Eisentraut
2011-12-01Translation updatesPeter Eisentraut
2011-11-24Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas
2011-11-09Only install the extension files for the current Python major versionPeter Eisentraut
2011-09-08Translation updates for 9.1.0Peter Eisentraut
2011-08-18Change PyInit_plpy to external linkagePeter Eisentraut
2011-08-17Fix two issues in plpython's handling of composite results.Tom Lane
2011-08-17Translation updatesPeter Eisentraut
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-03Put comments on the installable procedural languages.Tom Lane
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-06-09Translation updates for 9.1beta2Peter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-20Message style improvementsPeter Eisentraut
2011-05-01Catch errors in for loop in makefilePeter Eisentraut
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-20Fix PL/Python traceback for error in separate filePeter Eisentraut
2011-04-16Set client encoding explicitly in plpython_unicode testPeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-08Fix some sloppiness in new PL/python get_source_line() function.Robert Haas
2011-04-06Update regression test files for PL/Python traceback patchPeter Eisentraut
2011-04-06Add traceback information to PL/Python errorsPeter Eisentraut
2011-03-31Don't leak the temporary PLyProcedure struct we create for inline plpythonHeikki Linnakangas
2011-03-17Fix PL/Python memory leak involving array slicesAlvaro Herrera
2011-03-07Fix behavior when raising plpy.Fatal()Peter Eisentraut
2011-03-07Report Python errors from iterators with PLy_elogPeter Eisentraut
2011-03-07Suppress some "variable might be clobbered by longjmp" warnings.Tom Lane
2011-03-05Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian