| Age | Commit message (Expand) | Author |
| 2008-11-16 | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane |
| 2008-10-28 | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane |
| 2008-09-24 | Add documentation about when trigger values NEW/OLD return NULL. | Bruce Momjian |
| 2008-07-18 | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane |
| 2008-07-16 | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane |
| 2008-06-27 | Clarify plpgsql documentation by not treating IF THEN ELSE IF ... as a | Tom Lane |
| 2008-05-15 | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane |
| 2008-05-13 | Improve plpgsql's RAISE command. It is now possible to attach DETAIL and | Tom Lane |
| 2008-05-03 | Support RETURN QUERY EXECUTE in plpgsql. | Tom Lane |
| 2008-04-06 | Make plpgsql support FOR over a query specified by a cursor declaration, | Tom Lane |
| 2008-04-01 | Support EXECUTE USING in plpgsql. | Tom Lane |
| 2008-03-28 | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane |
| 2008-03-23 | Create a function quote_nullable(), which works the same as quote_literal() | Tom Lane |
| 2008-01-23 | Reference pgAdmin as a typical client-side tool, rather than the | Tom Lane |
| 2007-12-03 | Entity-ify a passel of & < > characters. Per gripe from Devrim. | Tom Lane |
| 2007-11-28 | RETURN NEXT doc improvement, per Alvaro. | Bruce Momjian |
| 2007-11-28 | Update RETURN NEXT documentation for plpgsql. | Bruce Momjian |
| 2007-11-28 | Plpgsql doc cleanup. | Bruce Momjian |
| 2007-11-28 | spell checker run | Peter Eisentraut |
| 2007-10-26 | Add plpgsql doc example of RETURN NEXT. | Bruce Momjian |
| 2007-07-25 | Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax | Neil Conway |
| 2007-07-16 | Allow plpgsql function parameter names to be qualified with the function's | Tom Lane |
| 2007-07-15 | Note incompatibility with Oracle's version of FOR ... REVERSE, per | Tom Lane |
| 2007-07-14 | Editorial overhaul of plpgsql documentation. Provide detailed documentation | Tom Lane |
| 2007-06-11 | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane |
| 2007-06-11 | Minor wording improvement. | Tom Lane |
| 2007-06-06 | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane |
| 2007-04-29 | Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvements | Neil Conway |
| 2007-04-28 | Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement, | Neil Conway |
| 2007-04-16 | Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql. | Tom Lane |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 2007-02-01 | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian |
| 2007-01-31 | Update documentation on may/can/might: | Bruce Momjian |
| 2007-01-30 | Update documentation for backslashes to mention escape string syntax | Bruce Momjian |
| 2006-12-26 | Remove incorrect semicolon in example. Joachim Wieland | Tom Lane |
| 2006-10-23 | Spellchecking and such | Peter Eisentraut |
| 2006-09-16 | Remove emacs info from footer of SGML files. | Bruce Momjian |
| 2006-08-14 | Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking | Tom Lane |
| 2006-08-12 | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane |
| 2006-06-16 | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane |
| 2006-06-15 | Add STRICT to PL/pgSQL SELECT INTO, so exceptions are thrown if more or | Bruce Momjian |
| 2006-06-12 | Add BY clause to PL/PgSQL FOR loop, to control the iteration increment. | Bruce Momjian |
| 2006-05-30 | Revert patch, needs more work: | Bruce Momjian |
| 2006-05-30 | Add dynamic record inspection to PL/PgSQL, useful for generic triggers: | Bruce Momjian |
| 2006-05-30 | Back out patch, wrong previous commit message. | Bruce Momjian |
| 2006-05-30 | Add regexp_replace() to string functions section. | Bruce Momjian |
| 2006-05-30 | Update PL documentation: | Bruce Momjian |
| 2006-05-28 | TG_table_name and TG_table_schema for plpgsql, plus docs and regression. | Andrew Dunstan |
| 2006-03-10 | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian |
| 2006-02-18 | Minor SGML style police work. | Neil Conway |