]> granicus.if.org Git - postgresql/history - src/pl/plperl/plperl.c
Post-PG 10 beta1 pgindent run
[postgresql] / src / pl / plperl / plperl.c
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-04 Kevin GrittnerFollow-on cleanup for the transition table patch.
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-01-23 Tom LaneVolatile-ize some plperl variables that must survive...
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-11-08 Tom LaneUse heap_modify_tuple not SPI_modifytuple in pl/perl...
2016-08-31 Tom LaneImprove memory management for PL/Perl functions.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-14 Tom LaneUpdate PL/Perl's comment about hv_store().
2016-03-14 Tom LaneImprove conversions from uint64 to Perl types.
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-03-08 Andres Freundplperl: Correctly handle empty arrays in plperl_ref_fro...
2015-12-05 Noah MischInstruct Coverity using an assertion.
2015-11-19 Tom LaneFix thinko: errmsg -> ereport.
2015-09-29 Tom LaneFix plperl to handle non-ASCII error message texts...
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-26 Peter EisentrautAdd transforms feature
2015-02-22 Jeff DavisIn array_agg(), don't create a new context for every...
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-03-17 Alvaro Herreraplperl: Fix memory leak in hek2cstr
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-05 Peter EisentrautPL/Perl: Fix compiler warning
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-11 Peter EisentrautPL/Perl: Add event trigger support
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-02 Tom LaneEliminate memory leaks in plperl's spi_prepare() function.
2012-09-13 Tom LaneKeep plperl's current_call_data record on the stack...
2012-09-10 Tom LaneMake plperl safe against functions that are redefined...
2012-09-05 Tom LaneRestore SIGFPE handler after initializing PL/Perl.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-16 Peter EisentrautAdd comment why seemingly dead code is necessary
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-19 Alvaro Herreraplperl: Package-qualify _TD
2011-10-13 Tom LaneFix up Perl-to-Postgres datatype conversions in pl...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-08-17 Andrew DunstanProperly handle empty arrays returned from plperl funct...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-04 Andrew DunstanAllow building with perl 5.14.
2011-05-30 Alvaro HerreraRemove usage of &PL_sv_undef in hashes and arrays
2011-05-19 Alvaro HerreraFix declaration of $_TD in "strict" trigger functions
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-02-19 Bruce MomjianInitialize variable to quiet compiler.
2011-02-18 Alvaro HerreraConvert Postgres arrays to Perl arrays on PL/perl input...
2011-02-18 Alvaro Herrerapgindent run on plperl.c
2011-02-06 Andrew DunstanForce strings passed to and from plperl to be in UTF8...
2011-02-02 Andrew DunstanAdd comment on why we're passing a useless 'false...
2011-02-01 Andrew DunstanSet up PLPerl trigger data using C code instead of...
2011-01-22 Tom LaneSuppress "control reaches end of non-void function...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-31 Tom LaneRevert removal of trigger flag from plperl function... REL9_1_ALPHA2
2010-10-29 Andrew DunstanAllow generic record arguments to plperl functions
2010-10-25 Andrew DunstanRemove unnecessary use of trigger flag to hash plperl...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-30 Tom LaneUse a separate interpreter for each calling SQL userid...
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
next