summaryrefslogtreecommitdiff
path: root/src/pl/plperl/expected
Commit message (Expand)AuthorAgeFilesLines
* Fix plperl and pltcl to include the name of the current function whenTom Lane2007-10-052-2/+2
* Update some of the "expected" regression test results for Bruce'sNeil Conway2007-02-011-1/+1
* Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane2007-01-281-6/+1
* Allow args to spi_prepare to be standard type aliaes as well as those known i...Andrew Dunstan2007-01-271-1/+35
* Back out plperl OUT hash/array parameter patch, again.Bruce Momjian2006-08-131-109/+0
* Re-apply plperl patch that allows OUT parameters to be placed into PerlBruce Momjian2006-08-131-0/+109
* Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan2006-05-261-0/+89
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-0/+2
* Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan2006-03-051-0/+48
* translate undef to NULL for result arrayref, now that we allow NULLs in array...Andrew Dunstan2005-11-181-4/+4
* Make the plperl regression tests pass in 'use_strict' mode, by addingTom Lane2005-08-241-3/+3
* Fix up plperl 'use_strict' so that it can be enabled or disabled on theTom Lane2005-08-241-1/+29
* Fix plperl to do recursion safely, and fix a problem with array results.Tom Lane2005-07-121-0/+53
* The attached patch implements spi_query() and spi_fetchrow() functionsBruce Momjian2005-07-101-0/+17
* Fix plperl expected output.Bruce Momjian2005-07-071-1/+0
* Currently, nonfatal warnings are not trapped (as they should be) byBruce Momjian2005-07-061-0/+29
* Here's a patch to do the following:Bruce Momjian2005-06-051-51/+33
* Add regression tests for previously-untested PL/Perl features. FromNeil Conway2005-05-242-0/+93
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-141-0/+370