summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2015-10-05Translation updatesPeter Eisentraut
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-18Translation updatesPeter Eisentraut
2015-02-25Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch
2015-02-01Translation updatesPeter Eisentraut
2015-01-26Fix volatile-safety issue in pltcl_SPI_execute_plan().Tom Lane
2015-01-06Fix thinko in plpython error messageAlvaro Herrera
2014-07-21Translation updatesPeter Eisentraut
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-02-17Translation updatesPeter Eisentraut
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2013-12-02Translation updatesPeter Eisentraut
2013-06-03Add semicolons to eval'd strings to hide a minor Perl behavioral change.Tom Lane
2013-03-31Translation updatesPeter Eisentraut
2013-03-01Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane
2013-02-03Translation updatesPeter Eisentraut
2012-12-03Translation updatesPeter Eisentraut
2012-09-14Back-patch fix and test case for bug #7516.Tom Lane
2012-09-09Make plperl safe against functions that are redefined while running.Tom Lane
2012-09-05Restore SIGFPE handler after initializing PL/Perl.Tom Lane
2012-08-14Translation updatesPeter Eisentraut
2012-08-06Put back plpython_unicode_2.out for SQL_ASCII case.Heikki Linnakangas
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-05-09PL/pgSQL RETURN NEXT was leaking converted tuples, causingJoe Conway
2012-03-22Fix GET DIAGNOSTICS for case of assignment to function's first variable.Tom Lane
2012-02-23Translation updatesPeter Eisentraut
2012-02-11Fix I/O-conversion-related memory leaks in plpgsql.Tom Lane
2011-12-01Translation updatesPeter Eisentraut
2011-11-28Backpatch "Use the preferred version of xsubpp."Andrew Dunstan
2011-09-22Translation updatesPeter Eisentraut
2011-09-04Guard against using plperl's Makefile without specifying --with-perl.Tom Lane
2011-08-18Change PyInit_plpy to external linkagePeter Eisentraut
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-06-04Allow building with perl 5.14.Andrew Dunstan
2011-03-17Fix PL/Python memory leak involving array slicesAlvaro Herrera
2011-02-01Create new errcode for recovery conflict caused by db drop on master.Simon Riggs
2011-02-01Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro
2011-01-17Increment Py_None refcount for NULL array elementsAlvaro Herrera
2010-12-13Translation updates for release 9.0.2Peter Eisentraut
2010-11-18Improve plpgsql's error reporting for no-such-column cases.Tom Lane