summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2007-11-22Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-05Fix plperl and pltcl to include the name of the current function whenTom Lane
2007-07-25Silence compiler warnings on mingwMagnus Hagander
2007-06-28Fix incorrect tests for undef Perl values in some places in plperl.c.Tom Lane
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-02-10Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm.Tom Lane
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-09Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane
2007-02-01Update some of the "expected" regression test results for Bruce'sNeil Conway
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-28Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane
2007-01-27remove unnecessary and now inaccurate cast which I should have removed with o...Andrew Dunstan
2007-01-27Allow args to spi_prepare to be standard type aliaes as well as those known i...Andrew Dunstan
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-21remove duplicate declaration, per report from Magnus Hagander.Andrew Dunstan
2006-11-13Force plperl and plperlu to run in separate interpreters. Create an errorAndrew Dunstan
2006-10-19Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane
2006-10-15Adjust plperl to ensure that all strings and hash keys passed to PerlTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-27Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane
2006-08-13Back out plperl OUT hash/array parameter patch, again.Bruce Momjian
2006-08-13Re-apply plperl patch that allows OUT parameters to be placed into PerlBruce Momjian
2006-08-12Back out patch for plperl to handle OUT paramaters into arrays andBruce Momjian
2006-08-11plperl:Bruce Momjian
2006-08-08Add a feature for automatic initialization and finalization of dynamicallyTom Lane
2006-07-21Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane
2006-07-19Rewrite pg_regress as a C program instead of a shell script.Tom Lane
2006-06-16Fix problems with cached tuple descriptors disappearing while still in useTom Lane
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-30Update ppport.h to not cause warnings with newest Perl versions.Tom Lane
2006-05-29Make plperl's $_TD trigger data a global rather than a lexical variable,Andrew Dunstan
2006-05-26Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-03-19Fix a few places that were checking for the return value of palloc() to beNeil Conway
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Remove copyright notices from Jan (per author approval), and those filesBruce Momjian
2006-03-05Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-28Fix typo in comment.Neil Conway
2006-02-26Fix a few minor typos in comments in PL/Perl.Neil Conway
2006-01-28Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan
2006-01-28Per a bug report from Theo Schlossnagle, plperl_return_next() leaksNeil Conway
2006-01-12Clear up remaining compile warning for plperl on Windows.Andrew Dunstan
2006-01-08Rationalise perl header inclusions via a common include file, which alsoAndrew Dunstan
2005-12-29Move declaration of check_function_bodies to where the perl headersAndrew Dunstan
2005-12-28Fix plperl validator to honor check_function_bodies: when that is OFF,Tom Lane
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian