summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2007-02-08Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it couldTom Lane
2007-02-08Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane
2007-01-30Repair oversights in the mechanism used to store compiled plpgsql functions.Tom Lane
2007-01-30Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane
2006-08-14Get rid of "lookahead" functionality in plpgsql's yylex() function,Tom Lane
2006-05-30Update ppport.h to not cause warnings with newest Perl versions.Tom Lane
2006-03-23Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane
2006-03-02Fix possible crash at transaction end when a plpgsql function is used andTom Lane
2006-02-20Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway
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-17Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane
2006-01-10In PLy_function_build_args(), the code loops repeatedly, constructingNeil Conway
2006-01-08Stop perl from hijacking stdio and other stuff on Windows.Andrew Dunstan
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-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-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
2005-08-12Cleanups for FreeBSD linking (PIC) and plpython compiles.Bruce Momjian
2005-08-12> The attached patch moves a plperl sanity check into the correctBruce Momjian
2005-07-28Refactor exec_cast_value() and exec_simple_cast_value(): since they doNeil Conway
2005-07-28Fix breakage introduced in plpgsql CONTINUE patch.Tom Lane
2005-07-24Add variant expected file to cope with different spelling of a PythonTom Lane
2005-07-13Remove extraneous space after -L ... it confuses SHLIB_LINK filter -LTom Lane
2005-07-12Fix plperl crash with list value return for an array result type.Tom Lane
2005-07-12Fix plperl to do recursion safely, and fix a problem with array results.Tom Lane
2005-07-10Rename xmalloc to pg_malloc for consistency with psql usage.Bruce Momjian
2005-07-10Following up a previous thought I had, yesterday I realised how toBruce Momjian
2005-07-10The attached patch implements spi_query() and spi_fetchrow() functionsBruce Momjian
2005-07-10This patch addresses the problem mentioned in the "process crashBruce Momjian
2005-07-07Fix plperl expected output.Bruce Momjian
2005-07-06Currently, nonfatal warnings are not trapped (as they should be) byBruce Momjian
2005-07-06Currently, nonfatal warnings are not trapped (as they should be) byBruce Momjian
2005-07-06Add a check for trigger function with declared arguments. This pathTom Lane
2005-07-05Back out patch. This should be done like other server-side languages.Bruce Momjian