Commits

DateSubjectAuthorReleases
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-05 Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional 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-07-13 Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving it Tom Lane 9.0.0
2009-06-10 Clarify to the translator that plpgsql_yyerror() deals with the translation Peter Eisentraut 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-17 Add _() calls for the argument of plpgsql_yyerror() so it actually gets Peter Eisentraut 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 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-09 Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 Peter Eisentraut 8.4.0
2008-04-01 Support EXECUTE USING in plpgsql. Tom Lane 8.4.0
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-11-09 Recognize RETURN QUERY via a textual test, so that QUERY doesn't need to be Tom Lane 8.3.0
2007-07-25 Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax Neil Conway 8.3.0
2007-04-29 Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvements Neil Conway 8.3.0
2007-04-16 Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql. Tom Lane 8.3.0
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 8.3.0
2006-08-14 Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking Tom Lane 8.2.0
2006-08-14 Get rid of "lookahead" functionality in plpgsql's yylex() function, Tom Lane 8.1.5