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