| Commit message (Expand) | Author | Age |
* | 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 |
* | Add a CONTINUE statement to PL/PgSQL, which can be used to begin the | Neil Conway | 2005-06-22 |
* | exec_eval_datum leaks memory when dealing with ROW or REC values. | Tom Lane | 2005-06-20 |
* | Remove read_file/write_file tests. These were originally intended to | Tom Lane | 2005-06-20 |
* | plpgsql's exec_assign_value() freed the old value of a variable before | Tom Lane | 2005-06-20 |
* | Fix typo in comment. | Bruce Momjian | 2005-06-19 |
* | > Here's a patch I added against plperl, originally against beta5, now | Bruce Momjian | 2005-06-15 |
* | Allow the parameters to PL/PgSQL's RAISE statement to be expressions, | Neil Conway | 2005-06-14 |
* | Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks, | Neil Conway | 2005-06-14 |
* | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 |
* | Correct an omission in the syntax error message emitted by EXECUTE INTO | Neil Conway | 2005-06-08 |
* | Add support for an optional INTO clause to PL/PgSQL's EXECUTE command. | Neil Conway | 2005-06-07 |
* | Here's a patch to do the following: | Bruce Momjian | 2005-06-05 |
* | At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote: | Bruce Momjian | 2005-06-04 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | Back out SQLSTATE and SQLERRM support. | Bruce Momjian | 2005-05-26 |
* | Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful" | Neil Conway | 2005-05-26 |
* | Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values on | Bruce Momjian | 2005-05-26 |
* | Fix PL makefiles to support running regression tests in VPATH builds. | Tom Lane | 2005-05-24 |
* | Add regression tests for previously-untested PL/Perl features. From | Neil Conway | 2005-05-24 |
* | Fix typo in PL/Perl Safe.pm initialization that prevented the proper | Neil Conway | 2005-05-23 |
* | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane | 2005-05-17 |
* | Convert the existing regression test scripts for the various optional | Tom Lane | 2005-05-14 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway | 2005-05-02 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Allow plpgsql functions to omit RETURN command when the function returns | Tom Lane | 2005-04-07 |
* | Adjust grammar for plpgsql's OPEN command so that a cursor can be | Tom Lane | 2005-04-05 |