summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-05-17> Follow up a visit from the style police.Andrew Dunstan
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-04-03Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...Andrew Dunstan
2010-03-09Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.Tom Lane
2009-06-05Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan
2009-06-04Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan
2007-11-22Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane
2007-06-28Fix incorrect tests for undef Perl values in some places in plperl.c.Tom Lane
2006-06-01Back-port recent ppport.h fix to 8.0 branch.Tom Lane
2006-01-28Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan
2006-01-17Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane
2006-01-08Stop perl from hijacking stdio and other stuff on Windows.Andrew Dunstan
2005-08-20Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a goodTom Lane
2005-07-17Back-patch recent changes to alter the order of -L flags inserted fromTom Lane
2005-07-03Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond.Tom Lane
2005-05-23Fix typo in PL/Perl Safe.pm initialization that prevented the properNeil Conway
2005-01-14plperl trigger handler tried to fetch new/old tuples even when firedTom Lane
2005-01-11plperl was not being quite paranoid enough about detecting 'undef' valuesTom Lane
2004-11-29Update plperl to use ereport() not elog() for user-facing messages,Tom Lane
2004-11-24Avoid getting bit by roundoff error while checking $Safe::VERSION.Tom Lane
2004-11-23Further plperl cleanup: be more paranoid about checking the type ofTom Lane
2004-11-22The beginnings of a regression test for plperl. Right now it onlyTom Lane
2004-11-22Try to instill some sanity in plperl's function result processing.Tom Lane
2004-11-21Suppress remaining compile warnings, and add a comment about whyTom Lane
2004-11-21Fix plperl and pltcl error handling per my previous proposal. SPITom Lane
2004-11-20Fix plperl's elog() function to convert elog(ERROR) into Perl croak(),Tom Lane
2004-11-19Set rpath for plperl and plpython to ensure we can find the .so filesTom Lane
2004-11-18Fix memory clobber problem reported by John Hansen: plperl_safe_init()Tom Lane
2004-11-17Remove ill-considered suppression of gcc warnings in plperl, and fixTom Lane
2004-11-16Adjust safety restrictions for plperl functions. Andrew Dunstan'sTom Lane
2004-10-15I have attached 5 patches (split up for ease of review) to plperl.c.Bruce Momjian
2004-10-07Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for Win32 only.Bruce Momjian
2004-10-07Add PLperl workaround for Win32 to the *.xs file.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-06Use #define instead of typedef for plperl because perl definesBruce Momjian
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-31Be more consistent about reporting SPI errors in the various PLs.Tom Lane
2004-07-31Restructure error handling as recently discussed. It is now reallyTom Lane
2004-07-21The attached patch allows 'select foo()' as well as 'select * fromBruce Momjian
2004-07-16Here is a patch required to build plperl with win32. The issues were:Bruce Momjian
2004-07-12The attached patch, which incorporates the previous one sent andBruce Momjian
2004-07-05Revert broken rpath addition.Tom Lane
2004-07-05Allow plperl to compile with Perl 5.05.Bruce Momjian
2004-07-01plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt'sJoe Conway
2004-06-06Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane