Commits

DateSubjectAuthorReleases
2009-11-13 Add control knobs for plpgsql's variable resolution behavior, and make the 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-10 More incremental refactoring in plpgsql: get rid of gram.y dependencies on Tom Lane 9.0.0
2009-11-09 Modernize plpgsql's handling of parse locations, making it look a lot more 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-05-01 Fix a couple of cases where the plpgsql grammar looked for T_WORD and Tom Lane 8.4.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
2009-02-02 Fix plpgsql to not treat INSERT INTO as an INTO-variables clause anywhere Tom Lane 8.2.13
2009-02-02 Fix plpgsql to not treat INSERT INTO as an INTO-variables clause anywhere Tom Lane 8.3.6
2009-02-02 Fix plpgsql to not treat INSERT INTO as an INTO-variables clause anywhere Tom Lane 8.4.0
2009-01-07 Fix executor/spi.h to follow our usual conventions for include files, ie, 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-09-10 Fix a couple of places where the plpgsql grammar would produce an unhelpful Tom Lane 8.4.0
2008-09-02 Prevent memory leaks in our various bison parsers when an error occurs 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