]> granicus.if.org Git - postgresql/history - src/pl/plperl/plperl.c
Fix typo in comment.
[postgresql] / src / pl / plperl / plperl.c
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...
2005-07-06 Bruce MomjianCurrently, nonfatal warnings are not trapped (as they...
2005-07-03 Tom LaneFix memory leak in plperl_hash_from_tuple(), per report...
2005-06-22 Tom LaneAdd a validator function for plperl. Andrew Dunstan
2005-06-15 Bruce Momjian> Here's a patch I added against plperl, originally...
2005-06-05 Bruce MomjianHere's a patch to do the following:
2005-06-04 Bruce MomjianAt 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:
2005-05-23 Neil ConwayFix typo in PL/Perl Safe.pm initialization that prevent...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-01 Tom LaneMake plperl work with OUT parameters.
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-02-23 Bruce MomjianProperly undef _(x) gettext macro.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-14 Tom Laneplperl trigger handler tried to fetch new/old tuples...
2005-01-11 Tom Laneplperl was not being quite paranoid enough about detect...
2004-11-29 Tom LaneUpdate plperl to use ereport() not elog() for user...
2004-11-24 Tom LaneAvoid getting bit by roundoff error while checking...
2004-11-23 Tom LaneFurther plperl cleanup: be more paranoid about checking...
2004-11-22 Tom LaneTry to instill some sanity in plperl's function result...
2004-11-21 Tom LaneSuppress remaining compile warnings, and add a comment...
2004-11-21 Tom LaneFix plperl and pltcl error handling per my previous...
2004-11-20 Tom LaneFix plperl's elog() function to convert elog(ERROR...
2004-11-18 Tom LaneFix memory clobber problem reported by John Hansen...
2004-11-17 Tom LaneRemove ill-considered suppression of gcc warnings in...
2004-11-16 Tom LaneAdjust safety restrictions for plperl functions. Andre...
2004-10-15 Bruce MomjianI have attached 5 patches (split up for ease of review...
2004-10-07 Bruce MomjianMove -DPLPERL_HAVE_UID_GID to the plperl Makefile...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-10-06 Bruce MomjianUse #define instead of typedef for plperl because perl...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-21 Bruce MomjianThe attached patch allows 'select foo()' as well as...
2004-07-12 Bruce MomjianThe attached patch, which incorporates the previous...
2004-07-01 Joe Conwayplperl update from Andrew Dunstan, deriving (I believe...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-04 Tom LaneLooks like plperl has same bug as pltcl.
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Tom LaneCause library-preload feature to report error if specif...
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
2003-04-20 Tom LaneFix multiple causes of breakage in plperl's error handling.
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-04 Tom LaneFix includes for plperl: ensure postgres.h is included...
2002-09-04 Bruce Momjianpgindent run.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-06 Bruce MomjianAdd new elog() levels to stored procedure languages...
2002-01-24 Tom LaneTweak plperl.c to compile against threaded Perls, per...
2002-01-24 Tom LaneFix incorrect test for whether Perl code is returning...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-19 Tom LaneFix plperl to discard cached function definition after...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-06-18 Bruce MomjianWell, after persuading cvsup and cvs that it _is_ possi...
2001-06-09 Tom LaneFix a few missed NOIND usages.
2001-06-01 Tom Lanepltcl, plperl, and plpython all suffer the same bug...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-19 Bruce Momjian> > I have attached a simple change to src/pl/plperl...
2000-12-08 Tom LaneImprove error message for erroneous use of 'opaque...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-24 Tom LaneEliminate POLLUTE=1 hack for cross-Perl-version compati...
2000-09-12 Bruce MomjianThis patch, when applied in src/pl will unbreak plperl in
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-29 Bruce MomjianCleanup of <> and ""
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-18 Bruce MomjianSecurity fix for plperl.
2000-04-16 Tom LaneShow failing OID in 'cache lookup failed' messages;
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
next