aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.Andrew Dunstan2008-01-22
* Suppress compiler warnings in recent plperl patch. Avoid uselessly expensiveTom Lane2007-12-01
* Workaround for perl problem where evaluating UTF8 regexes can causeAndrew Dunstan2007-12-01
* Fix buggy usage of vsnprintf in PL/Python by removing it altogether, insteadAlvaro Herrera2007-11-23
* Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane2007-11-22
* Fix incorrect tests for undef Perl values in some places in plperl.c.Tom Lane2007-06-28
* Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it couldTom Lane2007-02-08
* Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane2007-02-08
* Repair oversights in the mechanism used to store compiled plpgsql functions.Tom Lane2007-01-30
* Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane2007-01-30
* Get rid of "lookahead" functionality in plpgsql's yylex() function,Tom Lane2006-08-14
* Update ppport.h to not cause warnings with newest Perl versions.Tom Lane2006-05-30
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-23
* Fix possible crash at transaction end when a plpgsql function is used andTom Lane2006-03-02
* Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway2006-02-20
* Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan2006-01-28
* Per a bug report from Theo Schlossnagle, plperl_return_next() leaksNeil Conway2006-01-28
* Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane2006-01-17
* In PLy_function_build_args(), the code loops repeatedly, constructingNeil Conway2006-01-10
* Stop perl from hijacking stdio and other stuff on Windows.Andrew Dunstan2006-01-08
* Add checks to verify that a plpgsql function returning a rowtype is actuallyTom Lane2006-01-03
* Index: src/pl/plpython/plpython.cNeil Conway2005-12-29
* Fix core dump in error path of plpgsql_parse_tripwordtype. SomebodyTom Lane2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Ensure that a plpgsql LOOP with an empty body still executes at leastTom Lane2005-10-24
* Code review for spi_query/spi_fetchrow patch: handle errors sanely,Tom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix small oversight in recent patch to add more CREATE-FUNCTION-timeTom Lane2005-10-13
* Add an expected case to cover error message as spelled by python 2.2.3.Tom Lane2005-10-04
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold.Tom Lane2005-09-14
* Fix make_tuple_from_row to support nested rowtypes, per gripe fromTom Lane2005-09-13
* Make the plperl regression tests pass in 'use_strict' mode, by addingTom Lane2005-08-24
* Get rid of inappropriate use of croak(). Per report from Michael Fuhr.Tom Lane2005-08-24
* Fix up plperl 'use_strict' so that it can be enabled or disabled on theTom Lane2005-08-24
* Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a goodTom Lane2005-08-20
* Back out plpython makefile change.Bruce Momjian2005-08-12
* Un-break plperl for non-set case.Tom Lane2005-08-12
* More rsi assignment line too.Bruce Momjian2005-08-12
* Cleanups for FreeBSD linking (PIC) and plpython compiles.Bruce Momjian2005-08-12
* > The attached patch moves a plperl sanity check into the correctBruce Momjian2005-08-12
* Refactor exec_cast_value() and exec_simple_cast_value(): since they doNeil Conway2005-07-28
* Fix breakage introduced in plpgsql CONTINUE patch.Tom Lane2005-07-28
* Add variant expected file to cope with different spelling of a PythonTom Lane2005-07-24
* Remove extraneous space after -L ... it confuses SHLIB_LINK filter -LTom Lane2005-07-13
* Fix plperl crash with list value return for an array result type.Tom Lane2005-07-12
* Fix plperl to do recursion safely, and fix a problem with array results.Tom Lane2005-07-12
* Rename xmalloc to pg_malloc for consistency with psql usage.Bruce Momjian2005-07-10
* Following up a previous thought I had, yesterday I realised how toBruce Momjian2005-07-10
* The attached patch implements spi_query() and spi_fetchrow() functionsBruce Momjian2005-07-10