| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking | Tom Lane | 2006-08-14 | 1 | -0/+116 |
| * | Increase timeout in statement_timeout test from 1 second to 2 seconds. | Tom Lane | 2006-06-18 | 1 | -2/+2 |
| * | Revert patch, needs more work: | Bruce Momjian | 2006-05-30 | 1 | -32/+0 |
| * | Add dynamic record inspection to PL/PgSQL, useful for generic triggers: | Bruce Momjian | 2006-05-30 | 1 | -0/+32 |
| * | Back out patch, wrong previous commit message. | Bruce Momjian | 2006-05-30 | 1 | -32/+0 |
| * | Add regexp_replace() to string functions section. | Bruce Momjian | 2006-05-30 | 1 | -0/+32 |
| * | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane | 2006-03-23 | 1 | -0/+15 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -38/+38 |
| * | Apply code-reviewed version of for-scalar-list patch: mostly, fixing | Tom Lane | 2006-02-12 | 1 | -8/+15 |
| * | Allow PL/pgSQL FOR statement to return values to scalars as well as | Bruce Momjian | 2006-02-12 | 1 | -0/+22 |
| * | Tweak the PL/PgSQL regression tests to catch the recently reported bug | Neil Conway | 2005-09-14 | 1 | -5/+5 |
| * | In PL/PgSQL, allow a block's label to be optionally specified at the | Neil Conway | 2005-07-02 | 1 | -2/+50 |
| * | Avoid function name conflict when plpgsql and rangefuncs regression tests | Tom Lane | 2005-07-01 | 1 | -4/+4 |
| * | Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop, | Neil Conway | 2005-06-22 | 1 | -1/+27 |
| * | Add a CONTINUE statement to PL/PgSQL, which can be used to begin the | Neil Conway | 2005-06-22 | 1 | -0/+94 |
| * | Allow the parameters to PL/PgSQL's RAISE statement to be expressions, | Neil Conway | 2005-06-14 | 1 | -8/+26 |
| * | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 | 1 | -0/+44 |
| * | Add support for an optional INTO clause to PL/PgSQL's EXECUTE command. | Neil Conway | 2005-06-07 | 1 | -0/+32 |
| * | Back out SQLSTATE and SQLERRM support. | Bruce Momjian | 2005-05-26 | 1 | -21/+0 |
| * | Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful" | Neil Conway | 2005-05-26 | 1 | -1/+2 |
| * | Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values on | Bruce Momjian | 2005-05-26 | 1 | -0/+20 |
| * | Allow plpgsql functions to omit RETURN command when the function returns | Tom Lane | 2005-04-07 | 1 | -4/+21 |
| * | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane | 2005-04-05 | 1 | -1/+84 |
| * | This patch changes makes some significant changes to how compilation | Neil Conway | 2005-02-22 | 1 | -0/+55 |
| * | Add some basic regression tests for refcursors in PL/PgSQL. | Neil Conway | 2005-01-19 | 1 | -0/+56 |
| * | exec_eval_simple_expr() needs to do CommandCounterIncrement() not just | Tom Lane | 2004-12-21 | 1 | -0/+2 |
| * | plpgsql's exec_eval_simple_expr() now has to take responsibility for | Tom Lane | 2004-12-19 | 1 | -0/+41 |
| * | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 | 1 | -0/+18 |
| * | Change some of the existing plpgsql regression test cases so that they | Tom Lane | 2004-09-20 | 1 | -23/+19 |
| * | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 1 | -0/+51 |
| * | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 | 1 | -1/+59 |
| * | plpgsql does exceptions. | Tom Lane | 2004-07-31 | 1 | -0/+33 |
| * | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 1 | -1/+5 |
| * | This patch makes a minor cleanup to the implementation of PERFORM in | Bruce Momjian | 2002-11-10 | 1 | -0/+45 |
| * | plpgsql functions can return RECORD, per Neil Conway. | Tom Lane | 2002-09-01 | 1 | -0/+35 |
| * | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 | 1 | -1/+47 |
| * | Transpose info from src/pl/plpgsql/test/README into standard regression test ... | Tom Lane | 2002-08-22 | 1 | -0/+20 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -22/+22 |
| * | This patch improves the behavior of FOUND in PL/PgSQL. In Oracle, | Bruce Momjian | 2002-08-20 | 1 | -0/+44 |
| * | Quick-and-dirty fix for recursive plpgsql functions, per bug report from | Tom Lane | 2001-09-21 | 1 | -0/+15 |
| * | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane | 2000-10-22 | 1 | -8/+8 |
| * | Remove CVS $Header lines from a couple of regress test files that had | Tom Lane | 2000-01-09 | 1 | -2/+0 |
| * | Clean up header for uniform appearance throughout tests. | Thomas G. Lockhart | 2000-01-06 | 1 | -8/+5 |
| * | failed to add some of Jan's files :( | Marc G. Fournier | 1998-10-01 | 1 | -0/+1406 |