summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2013-10-07Translation 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
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
2012-09-05Restore SIGFPE handler after initializing PL/Perl.Tom Lane
2012-08-14Translation updatesPeter Eisentraut
2012-08-06Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas
2012-07-17Remove recently added PL/Perl encoding testsAlvaro Herrera
2012-07-10Add forgotten PL/Perl regression test filesAlvaro Herrera
2012-07-10plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera
2012-07-10PL/Perl: Avoid compiler warning from clangAlvaro Herrera
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-04-26PL/Python: Accept strings in functions returning composite typesPeter Eisentraut
2012-04-25PL/Python: Improve error messagesPeter Eisentraut
2012-03-22Fix GET DIAGNOSTICS for case of assignment to function's first variable.Tom Lane
2012-03-19plperl: Package-qualify _TDAlvaro Herrera
2012-03-13Patch some corner-case bugs in pl/python.Tom Lane
2012-02-23Translation updatesPeter Eisentraut
2012-02-11Fix I/O-conversion-related memory leaks in plpgsql.Tom Lane
2012-01-15Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan
2012-01-05Fix breakage from earlier plperl fix.Andrew Dunstan
2012-01-05Work around perl bug in SvPVutf8().Andrew Dunstan
2011-12-01Translation updatesPeter Eisentraut
2011-11-26Use the right interpreter for encoding test.Andrew Dunstan
2011-11-26Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan
2011-11-26Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan
2011-11-24Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas
2011-11-12In plpgsql, allow foreign tables to define row types.Tom Lane
2011-11-09Only install the extension files for the current Python major versionPeter Eisentraut
2011-10-13Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane
2011-09-08Translation updates for 9.1.0Peter 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-08-17Fix two issues in plpython's handling of composite results.Tom Lane
2011-08-17Properly handle empty arrays returned from plperl functions.Andrew Dunstan
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-06-04Allow building with perl 5.14.Andrew Dunstan