]> granicus.if.org Git - postgresql/history - src/pl/plperl/plperl.c
Remove cvs keywords from all files.
[postgresql] / src / pl / plperl / plperl.c
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-29 Peter EisentrautMessage tuning
2010-06-16 Andrew DunstanRemove perl symbol table additions for plperl functions...
2010-05-17 Andrew DunstanFollow up a visit from the style police.
2010-05-13 Andrew DunstanAbandon the use of Perl's Safe.pm to enforce restrictio...
2010-04-18 Tom LaneFix bogus order of cleanup steps in plperl_inline_handler.
2010-03-18 Peter EisentrautMessage style tuning
2010-03-17 Peter EisentrautMessage style tuning
2010-03-09 Tom LaneUse SvROK(sv) rather than directly checking SvTYPE...
2010-03-09 Andrew DunstanAdd checks for valid encoding of query strings passed...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Andrew DunstanClean up package namespace use and use of Safe in plperl.
2010-02-15 Alvaro HerreraMove main error message text in plperl into errmsg...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-12 Andrew DunstanAdd plperl.on_plperl_init and plperl.on_plperlu_init...
2010-02-12 Andrew DunstanFree reference in correct Perl context. Backpatch to...
2010-01-30 Andrew DunstanAdd plperl.on_perl_init setting to provide for initiali...
2010-01-28 Andrew DunstanFix bug found by warning from recent gcc. patch from...
2010-01-26 Andrew DunstanVarious small improvements and cleanups for PL/Perl.
2010-01-20 Andrew DunstanAdd utility functions to PLPerl:
2010-01-09 Andrew DunstanTidy up and refactor plperl.c.
2010-01-04 Andrew DunstanCheck values passed back from PLPerl to the database...
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-11-29 Tom LaneFix session-lifespan memory leak when a plperl function...
2009-11-29 Tom LaneAdd support for anonymous code blocks (DO blocks) to...
2009-10-31 Tom LaneEnsure the previous Perl interpreter selection is resto...
2009-09-28 Andrew DunstanConvert a perl array to a postgres array when returned...
2009-09-16 Peter Eisentrauterrcontext support in PL/Perl
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneMove variable declaration to avoid 'unused variable...
2009-06-05 Andrew DunstanAdjust recent PERL_SYS_INIT3 call to avoid platforms...
2009-06-04 Andrew DunstanInitialise perl library as documented in perl API....
2009-02-20 Peter Eisentrautanother small message tweak
2009-02-19 Peter EisentrautWordsmithing for PL/Perl messages
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-01-23 Andrew DunstanDocument the fix for perl 5.10 with this comment:
2008-01-22 Andrew DunstanWork around for perl 5.10 bug - fix due to perl hacker...
2007-12-01 Tom LaneSuppress compiler warnings in recent plperl patch....
2007-12-01 Andrew DunstanWorkaround for perl problem where evaluating UTF8 regex...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-05 Tom LaneFix plperl and pltcl to include the name of the current...
2007-06-28 Tom LaneFix incorrect tests for undef Perl values in some place...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-27 Andrew Dunstanremove unnecessary and now inaccurate cast which I...
2007-01-27 Andrew DunstanAllow args to spi_prepare to be standard type aliaes...
2006-11-21 Andrew Dunstanremove duplicate declaration, per report from Magnus...
2006-11-13 Andrew DunstanForce plperl and plperlu to run in separate interpreter...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-10-15 Tom LaneAdjust plperl to ensure that all strings and hash keys...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-27 Tom LaneAdd new return codes SPI_OK_INSERT_RETURNING etc to...
2006-08-13 Bruce MomjianBack out plperl OUT hash/array parameter patch, again.
2006-08-13 Bruce MomjianRe-apply plperl patch that allows OUT parameters to...
2006-08-12 Bruce MomjianBack out patch for plperl to handle OUT paramaters...
2006-08-11 Bruce Momjianplperl:
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-29 Andrew DunstanMake plperl's $_TD trigger data a global rather than...
2006-05-26 Andrew DunstanAdd table_name and table_schema to plperl trigger data...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-19 Neil ConwayFix a few places that were checking for the return...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianRemove copyright notices from Jan (per author approval...
2006-03-05 Andrew DunstanPrepared queries for PLPerl, plus fixing a small plperl...
2006-02-28 Neil ConwayFix typo in comment.
2006-02-26 Neil ConwayFix a few minor typos in comments in PL/Perl.
2006-01-28 Andrew DunstanUndo perl's nasty locale setting on Windows. Since...
2006-01-28 Neil ConwayPer a bug report from Theo Schlossnagle, plperl_return_...
2006-01-08 Andrew DunstanRationalise perl header inclusions via a common include...
2005-12-29 Andrew DunstanMove declaration of check_function_bodies to where...
2005-12-28 Tom LaneFix plperl validator to honor check_function_bodies...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-18 Andrew Dunstantranslate undef to NULL for result arrayref, now that...
2005-10-18 Tom LaneCode review for spi_query/spi_fetchrow patch: handle...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-24 Tom LaneGet rid of inappropriate use of croak(). Per report...
2005-08-24 Tom LaneFix up plperl 'use_strict' so that it can be enabled...
2005-08-20 Tom LaneInvoke mksafefunc and mkunsafefunc with :: decoration...
2005-08-12 Tom LaneUn-break plperl for non-set case.
2005-08-12 Bruce MomjianMore rsi assignment line too.
2005-08-12 Bruce Momjian> The attached patch moves a plperl sanity check into...
2005-07-12 Tom LaneFix plperl crash with list value return for an array...
2005-07-12 Tom LaneFix plperl to do recursion safely, and fix a problem...
2005-07-10 Bruce MomjianRename xmalloc to pg_malloc for consistency with psql...
2005-07-10 Bruce MomjianFollowing up a previous thought I had, yesterday I...
2005-07-10 Bruce MomjianThe attached patch implements spi_query() and spi_fetch...
2005-07-06 Bruce MomjianCurrently, nonfatal warnings are not trapped (as they...
next