| Age | Commit message (Expand) | Author |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-13 | Fix small oversight in recent patch to add more CREATE-FUNCTION-time | Tom Lane |
| 2005-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
| 2005-09-14 | Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold. | Tom Lane |
| 2005-09-13 | Fix make_tuple_from_row to support nested rowtypes, per gripe from | Tom Lane |
| 2005-07-28 | 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-06 | Add a check for trigger function with declared arguments. This path | Tom Lane |
| 2005-07-02 | 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-01 | Clarify code to double \\ and '. | Bruce Momjian |
| 2005-06-26 | 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-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-20 | exec_eval_datum leaks memory when dealing with ROW or REC values. | Tom Lane |
| 2005-06-20 | plpgsql's exec_assign_value() freed the old value of a variable before | Tom Lane |
| 2005-06-19 | Fix typo in comment. | Bruce Momjian |
| 2005-06-14 | 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-10 | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway |
| 2005-06-08 | Correct an omission in the syntax error message emitted by EXECUTE INTO | Neil Conway |
| 2005-06-07 | Add support for an optional INTO clause to PL/PgSQL's EXECUTE command. | Neil Conway |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 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-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-02 | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-07 | Allow plpgsql functions to omit RETURN command when the function returns | Tom Lane |
| 2005-04-05 | Adjust grammar for plpgsql's OPEN command so that a cursor can be | Tom Lane |
| 2005-04-05 | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-25 | Make initialization of special trigger variables a little more readable. | Tom Lane |
| 2005-03-11 | Add fprintf() custom version to libpgport. | Bruce Momjian |
| 2005-02-24 | My patch this morning was overly hasty; revert code to original state. | Tom Lane |
| 2005-02-23 | Un-break plpgsql build by removing unwanted _() usage. | Tom Lane |
| 2005-02-22 | This patch changes makes some significant changes to how compilation | Neil Conway |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
| 2005-02-13 | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian |
| 2005-02-01 | Adjust plpgsql to allow assignment to an element of an array that is | Tom Lane |
| 2005-01-13 | Change exec_eval_simple_expr's param list allocation call from | Tom Lane |
| 2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane |
| 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-12-17 | Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been | Neil Conway |
| 2004-12-11 | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane |
| 2004-11-30 | Fix a few typos in comments. | Neil Conway |