summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2016-12-09Be more careful about Python refcounts while creating exception objects.Tom Lane
2016-11-06Rationalize and document pltcl's handling of magic ".tupno" array element.Tom Lane
2016-10-24Translation updatesPeter Eisentraut
2016-07-21Make pltcl regression tests safe for Danish locale.Tom Lane
2016-05-09Translation updatesPeter Eisentraut
2016-04-11Fix freshly-introduced PL/Python portability bug.Tom Lane
2016-04-11Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane
2016-03-28Translation updatesPeter Eisentraut
2016-03-08plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund
2016-02-17Make plpython cope with funny characters in function names.Tom Lane
2016-02-08Translation updatesPeter Eisentraut
2016-01-12Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane
2015-11-14PL/Python: Make tests pass with Python 3.5Peter Eisentraut
2015-10-05Translation updatesPeter Eisentraut
2015-09-29Fix plperl to handle non-ASCII error message texts correctly.Tom Lane
2015-08-21Fix plpython crash when returning string representation of a RECORD result.Tom Lane
2015-08-18Fix a few bogus statement type names in plpgsql error messages.Tom Lane
2015-07-20Fix (some of) pltcl memory usageAlvaro Herrera
2015-07-03PL/Perl: Add alternative expected file for Perl 5.22Peter Eisentraut
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-18Translation updatesPeter Eisentraut
2015-02-26Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch
2015-02-02Translation updatesPeter Eisentraut
2015-01-26Fix volatile-safety issue in pltcl_SPI_execute_plan().Tom Lane
2015-01-12Fix some functions that were declared static then defined not-static.Tom Lane
2015-01-06Fix thinko in plpython error messageAlvaro Herrera
2014-06-03Make plpython_unicode regression test work in more database encodings.Tom Lane
2014-06-01PL/Python: Adjust the regression tests for Python 3.4Tom Lane
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-03-26Fix refcounting bug in PLy_modify_tuple().Tom Lane
2014-03-17plperl: Fix memory leak in hek2cstrAlvaro Herrera
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-07-20Fix error handling in PLy_spi_execute_fetch_result().Tom Lane
2013-07-02Silence compiler warning in assertion-enabled builds.Heikki Linnakangas
2013-06-03Add semicolons to eval'd strings to hide a minor Perl behavioral change.Tom Lane
2013-03-02Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane
2013-02-04Translation updatesPeter Eisentraut
2013-01-31Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane
2013-01-25Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane
2012-12-03Translation updatesPeter Eisentraut
2012-09-14Back-patch fix and test case for bug #7516.Tom Lane
2012-09-10Make plperl safe against functions that are redefined while running.Tom Lane