summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-03-23Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane
2006-03-19Fix a few places that were checking for the return value of palloc() to beNeil Conway
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Remove copyright notices from Jan (per author approval), and those filesBruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-09Remove Jan Wieck's name from copyrights, and put in standardBruce Momjian
2006-03-08Update pltcl expected file for E''.Bruce Momjian
2006-03-08Adjust plpython for escape_string_warning.Bruce Momjian
2006-03-08Adjust PL regression tests for escape_string_warning.Bruce Momjian
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
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