Commit Graph

13 Commits (28c480e9ae64fc239fa1ebe32a981312e65ae1e7)

Author SHA1 Message Date
Tom Lane 28c480e9ae Remove unnecessary checkpoint from PL regression tests. This was once 19 years ago
Andrew Dunstan 175a242187 Allow args to spi_prepare to be standard type aliaes as well as those known in pg_type. Fixes bug #2917. Add some regression tests for these cases. 19 years ago
Bruce Momjian 12cf0fdf19 Back out plperl OUT hash/array parameter patch, again. 19 years ago
Bruce Momjian b5633943cb Re-apply plperl patch that allows OUT parameters to be placed into Perl 19 years ago
Bruce Momjian 4178de3d43 Back out patch for plperl to handle OUT paramaters into arrays and 19 years ago
Bruce Momjian c07fbcf577 plperl: 19 years ago
Andrew Dunstan 5d723d05c0 Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch 20 years ago
Andrew Dunstan b410475672 translate undef to NULL for result arrayref, now that we allow NULLs in arrays. Update plperl regression test accordingly. 20 years ago
Tom Lane 06f4a53941 Make the plperl regression tests pass in 'use_strict' mode, by adding 20 years ago
Tom Lane 220e6bfc53 Fix plperl to do recursion safely, and fix a problem with array results. 20 years ago
Bruce Momjian 6d92f2106f The attached patch implements spi_query() and spi_fetchrow() functions 20 years ago
Bruce Momjian bebe7c5600 Here's a patch to do the following: 21 years ago
Tom Lane 0ff7a2c2ad Convert the existing regression test scripts for the various optional 21 years ago
Tom Lane 06fb6105f5 Make plperl work with OUT parameters. 21 years ago
Tom Lane 28e9b26f4d Further plperl cleanup: be more paranoid about checking the type of 21 years ago
Tom Lane 25fcfdf6f4 The beginnings of a regression test for plperl. Right now it only 21 years ago