]> granicus.if.org Git - postgresql/history - src/pl/plperl/plperl.c
plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt's
[postgresql] / src / pl / plperl / plperl.c
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.
2000-02-19 Tom LaneHP's compiler objects (quite rightly too) to 'static...
2000-01-29 Bruce MomjianAttached is a uuencoded tarball that contains
2000-01-20 Bruce MomjianWell, I finally solved the linking problem