Commits
Showing commits that first shipped in 9.1 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2011-05-22 | Make plpgsql provide the typmods for its variables to the main parser. | Tom Lane | 9.1.0 |
| 2011-03-27 | Fix plpgsql to release SPI plans when a function or DO block is freed. | Tom Lane | 9.1.0 |
| 2011-03-25 | Fix collation handling in plpgsql functions. | Tom Lane | 9.1.0 |
| 2011-02-16 | Add FOREACH IN ARRAY looping to plpgsql. | Tom Lane | 9.1.0 |
| 2010-10-28 | Fix plpgsql's handling of "simple" expression evaluation. | Tom Lane | 9.1.0 |
| 2010-08-09 | Modify the handling of RAISE without parameters so that the error it throws | Tom Lane | 9.1.0 |