summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2005-03-25Make initialization of special trigger variables a little more readable.Tom Lane
2005-03-24Fix python regression testing script to bail out early if languageTom Lane
2005-03-24Adjust plpython to convert \r\n and \r to \n in Python scripts,Tom Lane
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-02-24My patch this morning was overly hasty; revert code to original state.Tom Lane
2005-02-23Un-break plpgsql build by removing unwanted _() usage.Tom Lane
2005-02-23Properly undef _(x) gettext macro.Bruce Momjian
2005-02-22This patch changes makes some significant changes to how compilationNeil Conway
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-13Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian
2005-02-01Adjust plpgsql to allow assignment to an element of an array that isTom Lane
2005-01-14plperl trigger handler tried to fetch new/old tuples even when firedTom Lane
2005-01-13Change exec_eval_simple_expr's param list allocation call fromTom Lane
2005-01-11plperl was not being quite paranoid enough about detecting 'undef' valuesTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-12-21exec_eval_simple_expr() needs to do CommandCounterIncrement() not justTom Lane
2004-12-19plpgsql's exec_eval_simple_expr() now has to take responsibility forTom Lane
2004-12-17Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have beenNeil Conway
2004-12-17Hook up the plpython result-object nrows and status methods correctly.Tom Lane
2004-12-16Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane
2004-12-11Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane
2004-11-30Fix a few typos in comments.Neil Conway
2004-11-29Update plperl to use ereport() not elog() for user-facing messages,Tom Lane
2004-11-24Avoid getting bit by roundoff error while checking $Safe::VERSION.Tom Lane
2004-11-23Further plperl cleanup: be more paranoid about checking the type ofTom Lane
2004-11-22The beginnings of a regression test for plperl. Right now it onlyTom Lane
2004-11-22Try to instill some sanity in plperl's function result processing.Tom Lane
2004-11-21While fixing plperl and pltcl, I realized plpgsql wasn't doingTom Lane
2004-11-21Suppress remaining compile warnings, and add a comment about whyTom Lane
2004-11-21Fix plperl and pltcl error handling per my previous proposal. SPITom Lane
2004-11-20Fix plperl's elog() function to convert elog(ERROR) into Perl croak(),Tom Lane
2004-11-19Set rpath for plperl and plpython to ensure we can find the .so filesTom Lane
2004-11-18Fix memory clobber problem reported by John Hansen: plperl_safe_init()Tom Lane
2004-11-17Remove ill-considered suppression of gcc warnings in plperl, and fixTom Lane
2004-11-16Adjust safety restrictions for plperl functions. Andrew Dunstan'sTom Lane
2004-11-16Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane
2004-10-25Remove three unnecessary casts from a pointer type to char * when callingNeil Conway
2004-10-15I have attached 5 patches (split up for ease of review) to plperl.c.Bruce Momjian
2004-10-12plpgsql EXIT construct forgot to downcase or quote-strip its identifierTom Lane
2004-10-11Another try at making plpython autoconfiguration work correctly. Use aTom Lane
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-10-10Un-break plpython build for non-Windows platforms.Tom Lane
2004-10-07Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for Win32 only.Bruce Momjian
2004-10-07Add PLperl workaround for Win32 to the *.xs file.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-06Use #define instead of typedef for plperl because perl definesBruce Momjian
2004-10-06Allow plpython to build on Win32.Bruce Momjian
2004-10-01Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane
2004-09-24Persuade plpython to build on OS X.Tom Lane
2004-09-19Add defenses against plpython functions being declared to take or returnTom Lane