Commits

Showing commits that first shipped in 8.4 (backpatches included). Clear

DateSubjectAuthorReleases
2014-05-28 Revert "Fix bogus %name-prefix option syntax in all our Bison files." Tom Lane 8.4.22
2014-05-28 Fix bogus %name-prefix option syntax in all our Bison files. Tom Lane 8.4.22
2010-08-19 Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. Tom Lane 8.4.5
2009-06-18 Refine the use of terminology around bound and unbound cursors and cursor Peter Eisentraut 8.4.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-18 Message wordsmithing Peter Eisentraut 8.4.0
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
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-11-26 Add %expect 0 to all parser input files to prevent conflicts slipping by. Peter Eisentraut 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