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