Commits

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

DateSubjectAuthorReleases
2014-05-28 Revert "Fix bogus %name-prefix option syntax in all our Bison files." Tom Lane 9.0.18
2014-05-28 Fix bogus %name-prefix option syntax in all our Bison files. Tom Lane 9.0.18
2010-08-19 Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. Tom Lane 9.0.0
2010-06-25 Fix thinko in tok_is_keyword(): it was looking at the wrong union variant Tom Lane 9.0.0
2010-03-03 Instead of trying (and failing) to allow <<label>> at the end of a DECLARE Tom Lane 9.0.0
2010-03-02 Cause plpgsql to throw an error if "INTO rowtype_var" is followed by a comma. Tom Lane 9.0.0
2010-01-19 Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. Tom Lane 9.0.0
2010-01-10 Improve plpgsql parsing to report "foo is not a known variable", rather than a Tom Lane 9.0.0
2010-01-10 Improve plpgsql's handling of record field references by forcing all potential Tom Lane 9.0.0
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