| Commit message (Expand) | Author | Age |
* | Undo perl's nasty locale setting on Windows. Since we can't do that as | Andrew Dunstan | 2006-01-28 |
* | Per a bug report from Theo Schlossnagle, plperl_return_next() leaks | Neil Conway | 2006-01-28 |
* | Repair problems with the result of lookup_rowtype_tupdesc() possibly being | Tom Lane | 2006-01-17 |
* | In PLy_function_build_args(), the code loops repeatedly, constructing | Neil Conway | 2006-01-10 |
* | Stop perl from hijacking stdio and other stuff on Windows. | Andrew Dunstan | 2006-01-08 |
* | Add checks to verify that a plpgsql function returning a rowtype is actually | Tom Lane | 2006-01-03 |
* | Index: src/pl/plpython/plpython.c | Neil Conway | 2005-12-29 |
* | Fix core dump in error path of plpgsql_parse_tripwordtype. Somebody | Tom Lane | 2005-12-09 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Ensure that a plpgsql LOOP with an empty body still executes at least | Tom Lane | 2005-10-24 |
* | Code review for spi_query/spi_fetchrow patch: handle errors sanely, | Tom Lane | 2005-10-18 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix small oversight in recent patch to add more CREATE-FUNCTION-time | Tom Lane | 2005-10-13 |
* | Add an expected case to cover error message as spelled by python 2.2.3. | Tom Lane | 2005-10-04 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
* | Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold. | Tom Lane | 2005-09-14 |
* | Fix make_tuple_from_row to support nested rowtypes, per gripe from | Tom Lane | 2005-09-13 |
* | Make the plperl regression tests pass in 'use_strict' mode, by adding | Tom Lane | 2005-08-24 |
* | Get rid of inappropriate use of croak(). Per report from Michael Fuhr. | Tom Lane | 2005-08-24 |
* | Fix up plperl 'use_strict' so that it can be enabled or disabled on the | Tom Lane | 2005-08-24 |
* | Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a good | Tom Lane | 2005-08-20 |
* | Back out plpython makefile change. | Bruce Momjian | 2005-08-12 |
* | Un-break plperl for non-set case. | Tom Lane | 2005-08-12 |
* | More rsi assignment line too. | Bruce Momjian | 2005-08-12 |
* | Cleanups for FreeBSD linking (PIC) and plpython compiles. | Bruce Momjian | 2005-08-12 |
* | > The attached patch moves a plperl sanity check into the correct | Bruce Momjian | 2005-08-12 |
* | Refactor exec_cast_value() and exec_simple_cast_value(): since they do | Neil Conway | 2005-07-28 |
* | Fix breakage introduced in plpgsql CONTINUE patch. | Tom Lane | 2005-07-28 |
* | Add variant expected file to cope with different spelling of a Python | Tom Lane | 2005-07-24 |
* | Remove extraneous space after -L ... it confuses SHLIB_LINK filter -L | Tom Lane | 2005-07-13 |
* | Fix plperl crash with list value return for an array result type. | Tom Lane | 2005-07-12 |
* | Fix plperl to do recursion safely, and fix a problem with array results. | Tom Lane | 2005-07-12 |
* | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian | 2005-07-10 |
* | Following up a previous thought I had, yesterday I realised how to | Bruce Momjian | 2005-07-10 |
* | The attached patch implements spi_query() and spi_fetchrow() functions | Bruce Momjian | 2005-07-10 |
* | This patch addresses the problem mentioned in the "process crash | Bruce Momjian | 2005-07-10 |
* | Fix plperl expected output. | Bruce Momjian | 2005-07-07 |
* | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian | 2005-07-06 |
* | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian | 2005-07-06 |
* | Add a check for trigger function with declared arguments. This path | Tom Lane | 2005-07-06 |
* | Back out patch. This should be done like other server-side languages. | Bruce Momjian | 2005-07-05 |
* | This patch allows the PL/Python module to do (SRF) functions. | Bruce Momjian | 2005-07-04 |
* | Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. | Tom Lane | 2005-07-03 |
* | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 |
* | In PL/PgSQL, allow a block's label to be optionally specified at the | Neil Conway | 2005-07-02 |
* | Clarify code to double \\ and '. | Bruce Momjian | 2005-07-01 |
* | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane | 2005-06-26 |
* | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane | 2005-06-26 |
* | Add a validator function for plperl. Andrew Dunstan | Tom Lane | 2005-06-22 |
* | Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop, | Neil Conway | 2005-06-22 |