| Age | Commit message (Expand) | Author |
| 2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
| 2006-03-19 | Fix a few places that were checking for the return value of palloc() to be | Neil Conway |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian |
| 2006-03-05 | Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch | Andrew Dunstan |
| 2006-02-28 | Fix typo in comment. | Neil Conway |
| 2006-02-26 | Fix a few minor typos in comments in PL/Perl. | Neil Conway |
| 2006-01-28 | Undo perl's nasty locale setting on Windows. Since we can't do that as | Andrew Dunstan |
| 2006-01-28 | Per a bug report from Theo Schlossnagle, plperl_return_next() leaks | Neil Conway |
| 2006-01-08 | Rationalise perl header inclusions via a common include file, which also | Andrew Dunstan |
| 2005-12-29 | Move declaration of check_function_bodies to where the perl headers | Andrew Dunstan |
| 2005-12-28 | Fix plperl validator to honor check_function_bodies: when that is OFF, | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-18 | translate undef to NULL for result arrayref, now that we allow NULLs in array... | Andrew Dunstan |
| 2005-10-18 | Code review for spi_query/spi_fetchrow patch: handle errors sanely, | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-08-24 | Get rid of inappropriate use of croak(). Per report from Michael Fuhr. | Tom Lane |
| 2005-08-24 | Fix up plperl 'use_strict' so that it can be enabled or disabled on the | Tom Lane |
| 2005-08-20 | Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a good | Tom Lane |
| 2005-08-12 | Un-break plperl for non-set case. | Tom Lane |
| 2005-08-12 | More rsi assignment line too. | Bruce Momjian |
| 2005-08-12 | > The attached patch moves a plperl sanity check into the correct | Bruce Momjian |
| 2005-07-12 | Fix plperl crash with list value return for an array result type. | Tom Lane |
| 2005-07-12 | Fix plperl to do recursion safely, and fix a problem with array results. | Tom Lane |
| 2005-07-10 | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian |
| 2005-07-10 | Following up a previous thought I had, yesterday I realised how to | Bruce Momjian |
| 2005-07-10 | The attached patch implements spi_query() and spi_fetchrow() functions | Bruce Momjian |
| 2005-07-06 | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian |
| 2005-07-06 | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian |
| 2005-07-03 | Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. | Tom Lane |
| 2005-06-22 | Add a validator function for plperl. Andrew Dunstan | Tom Lane |
| 2005-06-15 | > Here's a patch I added against plperl, originally against beta5, now | Bruce Momjian |
| 2005-06-05 | Here's a patch to do the following: | Bruce Momjian |
| 2005-06-04 | At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote: | Bruce Momjian |
| 2005-05-23 | Fix typo in PL/Perl Safe.pm initialization that prevented the proper | Neil Conway |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-04-01 | Make plperl work with OUT parameters. | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-02-23 | Properly undef _(x) gettext macro. | Bruce Momjian |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
| 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 | 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 |