Commits

DateSubjectAuthorReleases
2011-03-27 Fix plpgsql to release SPI plans when a function or DO block is freed. Tom Lane 9.1.0
2011-02-16 Add FOREACH IN ARRAY looping to plpgsql. Tom Lane 9.1.0
2010-02-17 Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. Tom Lane 8.3.10
2010-02-17 Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. Tom Lane 8.4.3
2010-02-17 Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. Tom Lane 9.0.0
2010-01-19 Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. Tom Lane 9.0.0
2009-11-12 Remove plpgsql's separate lexer (finally!), in favor of using the core lexer Tom Lane 9.0.0
2009-11-07 Rearrange plpgsql parsing to simplify and speed it up a bit. Tom Lane 9.0.0
2009-11-06 Change plpgsql from using textual substitution to insert variable references Tom Lane 9.0.0
2009-11-05 Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional Tom Lane 9.0.0
2009-11-04 Add support for invoking parser callback hooks via SPI and in cached plans. Tom Lane 9.0.0
2009-09-29 Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL Tom Lane 9.0.0
2009-04-19 Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the Tom Lane 8.4.0
2009-04-19 Revise plpgsql's scanner to process comments and string literals in a way Tom Lane 8.4.0
2008-11-05 Rename several aliases for PLpgSQL_datum.dno to also be called dno. Tom Lane 8.4.0
2008-05-15 Support SQL/PSM-compatible CASE statement in plpgsql. Tom Lane 8.4.0
2008-05-13 Improve plpgsql's RAISE command. It is now possible to attach DETAIL and Tom Lane 8.4.0
2008-05-03 Support RETURN QUERY EXECUTE in plpgsql. Tom Lane 8.4.0
2008-04-06 Make plpgsql support FOR over a query specified by a cursor declaration, Tom Lane 8.4.0
2008-04-01 Support EXECUTE USING in plpgsql. Tom Lane 8.4.0
2007-11-27 Fix plpgsql to not lookup block labels except in contexts where a block label Tom Lane 8.3.0
2007-07-16 Allow plpgsql function parameter names to be qualified with the function's Tom Lane 8.3.0
2007-07-15 Reject zero or negative BY step in plpgsql integer FOR-loops, and behave Tom Lane 8.3.0
2007-01-28 Make some small improvements in the accuracy of plpgsql's error location Tom Lane 8.3.0
2006-09-22 Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only Tom Lane 8.2.0