aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plperl/sql
Commit message (Expand)AuthorAge
* 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
* Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan2006-05-26
* 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 up plperl 'use_strict' so that it can be enabled or disabled on theTom 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
* Currently, nonfatal warnings are not trapped (as they should be) byBruce Momjian2005-07-06
* Here's a patch to do the following:Bruce Momjian2005-06-05
* Add regression tests for previously-untested PL/Perl features. FromNeil Conway2005-05-24
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-14