| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix plperl and pltcl to include the name of the current function when | Tom Lane | 2007-10-05 | 1 | -12/+18 |
| * | Fix incorrect tests for undef Perl values in some places in plperl.c. | Tom Lane | 2007-06-28 | 1 | -11/+12 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -8/+8 |
| * | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 | 1 | -18/+16 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -3/+3 |
| * | remove unnecessary and now inaccurate cast which I should have removed with o... | Andrew Dunstan | 2007-01-27 | 1 | -3/+2 |
| * | Allow args to spi_prepare to be standard type aliaes as well as those known i... | Andrew Dunstan | 2007-01-27 | 1 | -14/+14 |
| * | remove duplicate declaration, per report from Magnus Hagander. | Andrew Dunstan | 2006-11-21 | 1 | -2/+1 |
| * | Force plperl and plperlu to run in separate interpreters. Create an error | Andrew Dunstan | 2006-11-13 | 1 | -39/+213 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 1 | -4/+2 |
| * | Adjust plperl to ensure that all strings and hash keys passed to Perl | Tom Lane | 2006-10-15 | 1 | -70/+114 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -163/+171 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 1 | -2/+2 |
| * | Back out plperl OUT hash/array parameter patch, again. | Bruce Momjian | 2006-08-13 | 1 | -93/+21 |
| * | Re-apply plperl patch that allows OUT parameters to be placed into Perl | Bruce Momjian | 2006-08-13 | 1 | -21/+93 |
| * | Back out patch for plperl to handle OUT paramaters into arrays and | Bruce Momjian | 2006-08-12 | 1 | -93/+21 |
| * | plperl: | Bruce Momjian | 2006-08-11 | 1 | -21/+93 |
| * | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 | 1 | -31/+17 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 1 | -1/+2 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+3 |
| * | Make plperl's $_TD trigger data a global rather than a lexical variable, | Andrew Dunstan | 2006-05-29 | 1 | -2/+2 |
| * | Add table_name and table_schema to plperl trigger data. relname is | Andrew Dunstan | 2006-05-26 | 1 | -1/+7 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 1 | -50/+59 |
| * | Fix a few places that were checking for the return value of palloc() to be | Neil Conway | 2006-03-19 | 1 | -5/+1 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -27/+12 |
| * | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian | 2006-03-11 | 1 | -33/+1 |
| * | Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch | Andrew Dunstan | 2006-03-05 | 1 | -13/+483 |
| * | Fix typo in comment. | Neil Conway | 2006-02-28 | 1 | -2/+2 |
| * | Fix a few minor typos in comments in PL/Perl. | Neil Conway | 2006-02-26 | 1 | -3/+3 |
| * | Undo perl's nasty locale setting on Windows. Since we can't do that as | Andrew Dunstan | 2006-01-28 | 1 | -1/+84 |
| * | Per a bug report from Theo Schlossnagle, plperl_return_next() leaks | Neil Conway | 2006-01-28 | 1 | -68/+113 |
| * | Rationalise perl header inclusions via a common include file, which also | Andrew Dunstan | 2006-01-08 | 1 | -13/+2 |
| * | Move declaration of check_function_bodies to where the perl headers | Andrew Dunstan | 2005-12-29 | 1 | -3/+4 |
| * | Fix plperl validator to honor check_function_bodies: when that is OFF, | Tom Lane | 2005-12-28 | 1 | -9/+47 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -11/+11 |
| * | translate undef to NULL for result arrayref, now that we allow NULLs in array... | Andrew Dunstan | 2005-11-18 | 1 | -2/+6 |
| * | Code review for spi_query/spi_fetchrow patch: handle errors sanely, | Tom Lane | 2005-10-18 | 1 | -22/+102 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -118/+127 |
| * | Get rid of inappropriate use of croak(). Per report from Michael Fuhr. | Tom Lane | 2005-08-24 | 1 | -2/+2 |
| * | Fix up plperl 'use_strict' so that it can be enabled or disabled on the | Tom Lane | 2005-08-24 | 1 | -82/+88 |
| * | Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a good | Tom Lane | 2005-08-20 | 1 | -2/+2 |
| * | Un-break plperl for non-set case. | Tom Lane | 2005-08-12 | 1 | -11/+15 |
| * | More rsi assignment line too. | Bruce Momjian | 2005-08-12 | 1 | -4/+4 |
| * | > The attached patch moves a plperl sanity check into the correct | Bruce Momjian | 2005-08-12 | 1 | -11/+11 |
| * | Fix plperl crash with list value return for an array result type. | Tom Lane | 2005-07-12 | 1 | -3/+3 |
| * | Fix plperl to do recursion safely, and fix a problem with array results. | Tom Lane | 2005-07-12 | 1 | -19/+34 |
| * | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian | 2005-07-10 | 1 | -1/+2 |
| * | Following up a previous thought I had, yesterday I realised how to | Bruce Momjian | 2005-07-10 | 1 | -6/+75 |
| * | The attached patch implements spi_query() and spi_fetchrow() functions | Bruce Momjian | 2005-07-10 | 1 | -1/+77 |
| * | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian | 2005-07-06 | 1 | -1/+1 |