summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
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-04-01Translation updatesPeter Eisentraut
2013-03-02Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane
2013-02-04Translation updatesPeter Eisentraut
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
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-10PL/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-05Guard 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
2010-11-15Fix aboriginal mistake in plpython's set-returning-function support.Tom Lane
2010-10-28Fix plpgsql's handling of "simple" expression evaluation.Tom Lane
2010-10-12Fix plpython so that it again honors typmod while assigning to tuple fields.Tom Lane
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-30Translation updates for 9.0.1Peter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-16Translation updates for 9.0.0Peter Eisentraut
2010-08-26Translation updates for 9.0rc1Peter Eisentraut
2010-08-25Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtrPeter Eisentraut
2010-08-19Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.Tom Lane
2010-08-19Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple.Tom Lane
2010-08-19Be a bit less cavalier with both the code and the comment for UNKNOWN fix.Tom Lane
2010-08-19Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas
2010-08-09Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane
2010-07-29Translation updates for 9.0beta4Peter Eisentraut
2010-07-27Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.Alvaro Herrera