index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
sql
/
plperl.sql
Commit message (
Expand
)
Author
Age
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
*
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-10
*
Use the right interpreter for encoding test.
Andrew Dunstan
2011-11-26
*
Ensure plperl strings are always correctly UTF8 encoded.
Andrew Dunstan
2011-11-26
*
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
*
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-17
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
*
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
*
Use a fatal warning check with what looks like a more portable error message....
Andrew Dunstan
2010-02-17
*
Clean up package namespace use and use of Safe in plperl.
Andrew Dunstan
2010-02-16
*
Various small improvements and cleanups for PL/Perl.
Andrew Dunstan
2010-01-26
*
Tidy up and refactor plperl.c.
Andrew Dunstan
2010-01-09
*
Add support for anonymous code blocks (DO blocks) to PL/Perl.
Tom Lane
2009-11-29
*
Remove unnecessary checkpoint from PL regression tests. This was once
Tom Lane
2007-01-28
*
Allow args to spi_prepare to be standard type aliaes as well as those known i...
Andrew Dunstan
2007-01-27
*
Back out plperl OUT hash/array parameter patch, again.
Bruce Momjian
2006-08-13
*
Re-apply plperl patch that allows OUT parameters to be placed into Perl
Bruce Momjian
2006-08-13
*
Back out patch for plperl to handle OUT paramaters into arrays and
Bruce Momjian
2006-08-12
*
plperl:
Bruce Momjian
2006-08-11
*
Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch
Andrew Dunstan
2006-03-05
*
translate undef to NULL for result arrayref, now that we allow NULLs in array...
Andrew Dunstan
2005-11-18
*
Make the plperl regression tests pass in 'use_strict' mode, by adding
Tom Lane
2005-08-24
*
Fix plperl to do recursion safely, and fix a problem with array results.
Tom Lane
2005-07-12
*
The attached patch implements spi_query() and spi_fetchrow() functions
Bruce Momjian
2005-07-10
*
Here's a patch to do the following:
Bruce Momjian
2005-06-05
*
Convert the existing regression test scripts for the various optional
Tom Lane
2005-05-14