| Age | Commit message (Expand) | Author |
| 2005-10-06 | When a function not returning RECORD has a single OUT parameter, use | Tom Lane |
| 2005-09-14 | Tweak the PL/PgSQL regression tests to catch the recently reported bug | Neil Conway |
| 2005-07-02 | In PL/PgSQL, allow a block's label to be optionally specified at the | Neil Conway |
| 2005-07-01 | Avoid function name conflict when plpgsql and rangefuncs regression tests | 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-14 | Allow the parameters to PL/PgSQL's RAISE statement to be expressions, | Neil Conway |
| 2005-06-10 | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway |
| 2005-06-07 | Add support for an optional INTO clause to PL/PgSQL's EXECUTE command. | Neil Conway |
| 2005-05-26 | 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-04-07 | Allow plpgsql functions to omit RETURN command when the function returns | Tom Lane |
| 2005-04-05 | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane |
| 2005-02-22 | This patch changes makes some significant changes to how compilation | Neil Conway |
| 2005-01-19 | Add some basic regression tests for refcursors in PL/PgSQL. | Neil Conway |
| 2004-12-21 | exec_eval_simple_expr() needs to do CommandCounterIncrement() not just | Tom Lane |
| 2004-12-19 | plpgsql's exec_eval_simple_expr() now has to take responsibility for | Tom Lane |
| 2004-11-16 | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane |
| 2004-09-20 | Change some of the existing plpgsql regression test cases so that they | Tom Lane |
| 2004-09-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
| 2004-07-31 | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane |
| 2004-07-31 | plpgsql does exceptions. | Tom Lane |
| 2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-07-27 | Fix some localizability issues with existing errcontext() calls. | Tom Lane |
| 2003-07-21 | Error message editing in backend/access. | Tom Lane |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2002-11-10 | This patch makes a minor cleanup to the implementation of PERFORM in | Bruce Momjian |
| 2002-09-01 | plpgsql functions can return RECORD, per Neil Conway. | Tom Lane |
| 2002-08-30 | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane |
| 2002-08-22 | Transpose info from src/pl/plpgsql/test/README into standard regression test ... | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-20 | This patch improves the behavior of FOUND in PL/PgSQL. In Oracle, | Bruce Momjian |
| 2001-09-21 | Quick-and-dirty fix for recursive plpgsql functions, per bug report from | Tom Lane |
| 2000-10-22 | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane |
| 2000-01-09 | Remove CVS $Header lines from a couple of regress test files that had | Tom Lane |
| 2000-01-09 | Update remaining tests for new psql, with the exception of 'arrays', | Tom Lane |
| 1999-11-23 | Update for change of 'duplicate key' message. | Tom Lane |
| 1998-10-01 | failed to add some of Jan's files :( | Marc G. Fournier |