aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plperl/sql/plperl.sql
Commit message (Expand)AuthorAge
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-09
* plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera2012-07-10
* Use the right interpreter for encoding test.Andrew Dunstan2011-11-26
* Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan2011-11-26
* Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane2011-10-13
* Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera2011-02-17
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-13
* Use a fatal warning check with what looks like a more portable error message....Andrew Dunstan2010-02-17
* Clean up package namespace use and use of Safe in plperl.Andrew Dunstan2010-02-16
* Various small improvements and cleanups for PL/Perl.Andrew Dunstan2010-01-26
* Tidy up and refactor plperl.c.Andrew Dunstan2010-01-09
* Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane2009-11-29
* Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane2007-01-28
* Allow args to spi_prepare to be standard type aliaes as well as those known i...Andrew Dunstan2007-01-27
* Back out plperl OUT hash/array parameter patch, again.Bruce Momjian2006-08-13
* Re-apply plperl patch that allows OUT parameters to be placed into PerlBruce Momjian2006-08-13
* Back out patch for plperl to handle OUT paramaters into arrays andBruce Momjian2006-08-12
* plperl:Bruce Momjian2006-08-11
* Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan2006-03-05
* translate undef to NULL for result arrayref, now that we allow NULLs in array...Andrew Dunstan2005-11-18
* Make the plperl regression tests pass in 'use_strict' mode, by addingTom Lane2005-08-24
* Fix plperl to do recursion safely, and fix a problem with array results.Tom Lane2005-07-12
* The attached patch implements spi_query() and spi_fetchrow() functionsBruce Momjian2005-07-10
* Here's a patch to do the following:Bruce Momjian2005-06-05
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-14