summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2006-03-05Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-02Fix possible crash at transaction end when a plpgsql function is used andTom Lane
2006-03-01Update the expected regression test results to account for the changes toNeil Conway
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2006-02-28Fix typo in comment.Neil Conway
2006-02-28Tweak the error message emitted when a void-returning PL/Python functionNeil Conway
2006-02-28Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-26Fix a few minor typos in comments in PL/Perl.Neil Conway
2006-02-20Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway
2006-02-12Apply code-reviewed version of for-scalar-list patch: mostly, fixingTom Lane
2006-02-12Allow PL/pgSQL FOR statement to return values to scalars as well asBruce Momjian
2006-02-12Clean up plpgsql grammar to make sure that check_assignable() is appliedTom Lane
2006-01-28Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan
2006-01-28Per a bug report from Theo Schlossnagle, plperl_return_next() leaksNeil Conway
2006-01-12Clear up remaining compile warning for plperl on Windows.Andrew Dunstan
2006-01-10Minor code clarity improvement: AFAICS, estate.eval_econtext must beNeil Conway
2006-01-10In PLy_function_build_args(), the code loops repeatedly, constructingNeil Conway
2006-01-09Minor code cleanup for PL/Python: fixup some strangely formatted comments,Neil Conway
2006-01-08Rationalise perl header inclusions via a common include file, which alsoAndrew Dunstan
2006-01-05Remove QNX port.Bruce Momjian
2006-01-03Add checks to verify that a plpgsql function returning a rowtype is actuallyTom Lane
2005-12-29Index: src/pl/plpython/plpython.cNeil Conway
2005-12-29Move declaration of check_function_bodies to where the perl headersAndrew Dunstan
2005-12-28Fix plperl validator to honor check_function_bodies: when that is OFF,Tom Lane
2005-12-28Move plpgsql's fetchArgInfo() into funcapi.c, and rename toTom Lane
2005-12-28Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane
2005-12-26Various cosmetic code cleanup for PL/Python:Neil Conway
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-09Fix core dump in error path of plpgsql_parse_tripwordtype. SomebodyTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-18translate undef to NULL for result arrayref, now that we allow NULLs in array...Andrew Dunstan
2005-11-18Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-10-24Ensure that a plpgsql LOOP with an empty body still executes at leastTom Lane
2005-10-18Code review for spi_query/spi_fetchrow patch: handle errors sanely,Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-13Fix small oversight in recent patch to add more CREATE-FUNCTION-timeTom Lane
2005-10-04Add an expected case to cover error message as spelled by python 2.2.3.Tom Lane
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
2005-09-14Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold.Tom Lane
2005-09-13Fix make_tuple_from_row to support nested rowtypes, per gripe fromTom Lane
2005-08-24Make the plperl regression tests pass in 'use_strict' mode, by addingTom Lane
2005-08-24Get rid of inappropriate use of croak(). Per report from Michael Fuhr.Tom Lane
2005-08-24Fix up plperl 'use_strict' so that it can be enabled or disabled on theTom Lane
2005-08-20Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a goodTom Lane
2005-08-12Back out plpython makefile change.Bruce Momjian
2005-08-12Un-break plperl for non-set case.Tom Lane
2005-08-12More rsi assignment line too.Bruce Momjian