summaryrefslogtreecommitdiff
path: root/src/pl/plperl/plperl.c
AgeCommit message (Expand)Author
2005-01-26Back-patch 8.0 version of plperl_hash_from_tuple() into prior releasesTom Lane
2003-09-04Looks like plperl has same bug as pltcl.Tom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-31Cause library-preload feature to report error if specified initializationTom Lane
2003-07-25Error message editing in src/pl. The plpython module could use anotherTom Lane
2003-04-20Fix multiple causes of breakage in plperl's error handling.Tom Lane
2002-09-21Provide an upgrade strategy for dump files containing functions declaredTom Lane
2002-09-04Fix includes for plperl: ensure postgres.h is included first,Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-06-15This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-03-06Add new elog() levels to stored procedure languages. plperl DEBUG hackBruce Momjian
2002-01-24Tweak plperl.c to compile against threaded Perls, per report fromTom Lane
2002-01-24Fix incorrect test for whether Perl code is returning undef. ThisTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-19Fix plperl to discard cached function definition after CREATE ORTom Lane
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-06-18Well, after persuading cvsup and cvs that it _is_ possible to have localBruce Momjian
2001-06-09Fix a few missed NOIND usages.Tom Lane
2001-06-01pltcl, plperl, and plpython all suffer the same bug previously fixedTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-19> > I have attached a simple change to src/pl/plperl/plperl.c toBruce Momjian
2000-12-08Improve error message for erroneous use of 'opaque' as plperl argumentTom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-10-24Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by usingTom Lane
2000-09-12This patch, when applied in src/pl will unbreak plperl inBruce Momjian
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-04-18Security fix for plperl.Bruce Momjian
2000-04-16Show failing OID in 'cache lookup failed' messages;Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-19HP's compiler objects (quite rightly too) to 'static void foo();'Tom Lane
2000-01-29Attached is a uuencoded tarball that containsBruce Momjian
2000-01-20Well, I finally solved the linking problemBruce Momjian