summaryrefslogtreecommitdiff
path: root/src/pl/plperl/expected
AgeCommit message (Expand)Author
2010-02-16Clean up package namespace use and use of Safe in plperl.Andrew Dunstan
2010-02-15Move main error message text in plperl into errmsg from errdetail,Alvaro Herrera
2010-02-12Add regression test files inadvertantly omitted in plperl.on_plperl{u}_init p...Andrew Dunstan
2010-02-12Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...Andrew Dunstan
2010-02-12Free reference in correct Perl context. Backpatch to release 8.2. Patch from ...Andrew Dunstan
2010-01-26Various small improvements and cleanups for PL/Perl.Andrew Dunstan
2010-01-20Add utility functions to PLPerl:Andrew Dunstan
2010-01-09Provide regression testing for plperlu, and for plperl+plperlu interaction.Andrew Dunstan
2009-11-29Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane
2009-09-16errcontext support in PL/PerlPeter Eisentraut
2009-02-19Wordsmithing for PL/Perl messagesPeter Eisentraut
2008-10-28Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-10-05Fix plperl and pltcl to include the name of the current function whenTom Lane
2007-02-01Update some of the "expected" regression test results for Bruce'sNeil Conway
2007-01-28Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane
2007-01-27Allow args to spi_prepare to be standard type aliaes as well as those known i...Andrew Dunstan
2006-08-13Back out plperl OUT hash/array parameter patch, again.Bruce Momjian
2006-08-13Re-apply plperl patch that allows OUT parameters to be placed into PerlBruce Momjian
2006-05-26Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-05Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan
2005-11-18translate undef to NULL for result arrayref, now that we allow NULLs in array...Andrew Dunstan
2005-08-24Make the plperl regression tests pass in 'use_strict' mode, by addingTom Lane
2005-08-24Fix up plperl 'use_strict' so that it can be enabled or disabled on theTom Lane
2005-07-12Fix plperl to do recursion safely, and fix a problem with array results.Tom Lane
2005-07-10The attached patch implements spi_query() and spi_fetchrow() functionsBruce Momjian
2005-07-07Fix plperl expected output.Bruce Momjian
2005-07-06Currently, nonfatal warnings are not trapped (as they should be) byBruce Momjian
2005-06-05Here's a patch to do the following:Bruce Momjian
2005-05-24Add regression tests for previously-untested PL/Perl features. FromNeil Conway
2005-05-14Convert the existing regression test scripts for the various optionalTom Lane