summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
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
2005-07-04This patch allows the PL/Python module to do (SRF) functions.Bruce Momjian
2005-07-03Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond.Tom Lane
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian
2005-07-02In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway
2005-07-01Clarify code to double \\ and '.Bruce Momjian
2005-06-26Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane
2005-06-26Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane
2005-06-22Add a validator function for plperl. Andrew DunstanTom Lane
2005-06-22Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,Neil Conway
2005-06-22Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway
2005-06-20exec_eval_datum leaks memory when dealing with ROW or REC values.Tom Lane
2005-06-20Remove read_file/write_file tests. These were originally intended toTom Lane
2005-06-20plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane
2005-06-19Fix typo in comment.Bruce Momjian
2005-06-15> Here's a patch I added against plperl, originally against beta5, nowBruce Momjian
2005-06-14Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway
2005-06-14Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks,Neil Conway
2005-06-10Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway
2005-06-08Correct an omission in the syntax error message emitted by EXECUTE INTONeil Conway
2005-06-07Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway